commit efb9e4148042a7008565bcc3e162246550dafa96 Author: arzumify Date: Tue Dec 10 19:54:22 2024 +0000 !!! UNTESTED !!! diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..de5a898 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,195 @@ +# License + +This software is provided under a dual-licensed scheme. +Some code has been forked and modified from the [go-imap library](https://github.com/emersion/go-imap), which is licensed under the terms of the MIT / Expat license. + +Any modifications to the code, and all additional code not derived from the library, are licensed under the terms of the GNU Lesser General Public License, version 3. +You may instead, at your option, use any later version of the GNU Lesser General Public License, GNU General Public License, or GNU Affero General Public License published by the Free Software Foundation. + +## License terms + +### go-imap: + +The MIT License (MIT) + +Copyright (c) 2013 The Go-IMAP Authors +Copyright (c) 2016 Proton Technologies AG +Copyright (c) 2023 Simon Ser + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +### Any code not originally from go-imap + +#### GNU LESSER GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the +terms and conditions of version 3 of the GNU General Public License, +supplemented by the additional permissions listed below. + +##### 0. Additional Definitions. + +As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the +GNU General Public License. + +"The Library" refers to a covered work governed by this License, other +than an Application or a Combined Work as defined below. + +An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + +A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + +The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + +The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + +##### 1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + +##### 2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + +- a) under this License, provided that you make a good faith effort + to ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or +- b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + +##### 3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a +header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + +- a) Give prominent notice with each copy of the object code that + the Library is used in it and that the Library and its use are + covered by this License. +- b) Accompany the object code with a copy of the GNU GPL and this + license document. + +##### 4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken +together, effectively do not restrict modification of the portions of +the Library contained in the Combined Work and reverse engineering for +debugging such modifications, if you also do each of the following: + +- a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. +- b) Accompany the Combined Work with a copy of the GNU GPL and this + license document. +- c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. +- d) Do one of the following: + - 0) Convey the Minimal Corresponding Source under the terms of + this License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + - 1) Use a suitable shared library mechanism for linking with + the Library. A suitable mechanism is one that (a) uses at run + time a copy of the Library already present on the user's + computer system, and (b) will operate properly with a modified + version of the Library that is interface-compatible with the + Linked Version. +- e) Provide Installation Information, but only if you would + otherwise be required to provide such information under section 6 + of the GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the Application + with a modified version of the Linked Version. (If you use option + 4d0, the Installation Information must accompany the Minimal + Corresponding Source and Corresponding Application Code. If you + use option 4d1, you must provide the Installation Information in + the manner specified by section 6 of the GNU GPL for conveying + Corresponding Source.) + +##### 5. Combined Libraries. + +You may place library facilities that are a work based on the Library +side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + +- a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities, conveyed under the terms of this License. +- b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + +##### 6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +as you received it specifies that a certain numbered version of the +GNU Lesser General Public License "or any later version" applies to +it, you have the option of following the terms and conditions either +of that published version or of any later version published by the +Free Software Foundation. If the Library as you received it does not +specify a version number of the GNU Lesser General Public License, you +may choose any version of the GNU Lesser General Public License ever +published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/backend.go b/backend.go new file mode 100644 index 0000000..e7889c5 --- /dev/null +++ b/backend.go @@ -0,0 +1,53 @@ +package main + +import ( + "crypto/ed25519" + "fmt" + "github.com/emersion/go-imap" + "github.com/emersion/go-imap/backend" +) + +type OAuthConfig struct { + HostName string + PublicKey ed25519.PublicKey +} + +type Backend struct { + oauthConfig OAuthConfig +} + +func (be *Backend) Login(_ *imap.ConnInfo, username, token string) (backend.User, error) { + sub, err := Authenticate(token, be.oauthConfig) + if err != nil { + return nil, err + } + + username, err = GetUsername(token, be.oauthConfig) + if err != nil { + return nil, err + } + + user := &User{ + username: username, + sub: sub, + openMessages: make(map[*Message]struct{}), + } + + fmt.Println("YOU'VE GOT THIS FAR") + + _, err = user.GetMailbox("INBOX") + if err != nil { + fmt.Println("NO INBOX") + err := user.CreateMailbox("INBOX") + if err != nil { + fmt.Println("Failed to create mailbox: " + err.Error()) + return nil, err + } + + fmt.Println("INBOX CREATED") + } + + fmt.Println("LOGIN SUCCESSFUL") + + return user, nil +} diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..07b9bc8 --- /dev/null +++ b/build.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +path=$(realpath "$(dirname "$0")") || exit 1 +resourceDir="$path/../../resources/068b0c04-d8c8-4738-90fa-d3827f5abf68" +rm -rf "$resourceDir" || exit 1 +rm -rf "$path/../../services/kittemail.fgs" || exit 1 +cd "$path" || exit 1 +printf "\033[1;35mBuilding kittemail.fgs...\033[0m\n" +go build -o "$path/../../services/kittemail.fgs" --buildmode=plugin -ldflags "-s -w" || exit 1 +printf "\033[1;36mkittemail.fgs has been built successfully!\033[0m\n" diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ef9a2f5 --- /dev/null +++ b/go.mod @@ -0,0 +1,21 @@ +module git.ailur.dev/ailur/kittemail + +go 1.23.3 + +require ( + git.ailur.dev/ailur/fg-library/v2 v2.1.2 + git.ailur.dev/ailur/fg-nucleus-library v1.0.5 + git.ailur.dev/ailur/smtp v1.1.0 + github.com/emersion/go-imap v1.2.1 + github.com/emersion/go-message v0.18.1 + github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 + github.com/golang-jwt/jwt/v5 v5.2.1 + github.com/google/uuid v1.6.0 + github.com/lib/pq v1.10.9 +) + +require ( + git.ailur.dev/ailur/spf v1.0.1 // indirect + github.com/go-chi/chi/v5 v5.1.0 // indirect + golang.org/x/text v0.21.0 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..7210404 --- /dev/null +++ b/go.sum @@ -0,0 +1,59 @@ +git.ailur.dev/ailur/fg-library/v2 v2.1.2 h1:Gk8ztytJfV2GYhsnfTDRWmvTzJ3Cn19V5p2suFCvu4E= +git.ailur.dev/ailur/fg-library/v2 v2.1.2/go.mod h1:gBnZQDV70YON6cnuwB+Jawm2EABbf9dGlV0Qw4obtxs= +git.ailur.dev/ailur/fg-nucleus-library v1.0.5 h1:0YVSHFOeydGR/pfq5AfiKQ5gWuxSnx8u2K8mHvEDDTI= +git.ailur.dev/ailur/fg-nucleus-library v1.0.5/go.mod h1:nKYjJ+zJD1YcrEGWlyyA5r6CrzW8DWHVAnL9hkn2tNw= +git.ailur.dev/ailur/smtp v1.1.0 h1:lrh2y9n82J5BqWFwu0oO2cA7G9wKCWO7iJP6yILvKpM= +git.ailur.dev/ailur/smtp v1.1.0/go.mod h1:M2FqnSK9fo/Dm2m68CTbLaRsH3Q+7MO3TlIx0G/LaSs= +git.ailur.dev/ailur/spf v1.0.1 h1:ApkuF2YsQJgUMo0I4cmQcHBERXZ+ZspOkqMe2lyaUfk= +git.ailur.dev/ailur/spf v1.0.1/go.mod h1:j+l6sReELJT3VCyAt/DgOfNqNYU/AvzJvj5vgLt3WGo= +github.com/emersion/go-imap v1.2.1 h1:+s9ZjMEjOB8NzZMVTM3cCenz2JrQIGGo5j1df19WjTA= +github.com/emersion/go-imap v1.2.1/go.mod h1:Qlx1FSx2FTxjnjWpIlVNEuX+ylerZQNFE5NsmKFSejY= +github.com/emersion/go-message v0.15.0/go.mod h1:wQUEfE+38+7EW8p8aZ96ptg6bAb1iwdgej19uXASlE4= +github.com/emersion/go-message v0.18.1 h1:tfTxIoXFSFRwWaZsgnqS1DSZuGpYGzSmCZD8SK3QA2E= +github.com/emersion/go-message v0.18.1/go.mod h1:XpJyL70LwRvq2a8rVbHXikPgKj8+aI0kGdHlg16ibYA= +github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21/go.mod h1:iL2twTeMvZnrg54ZoPDNfJaJaqy0xIQFuBdrLsmspwQ= +github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 h1:oP4q0fw+fOSWn3DfFi4EXdT+B+gTtzx8GC9xsc26Znk= +github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6/go.mod h1:iL2twTeMvZnrg54ZoPDNfJaJaqy0xIQFuBdrLsmspwQ= +github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594/go.mod h1:aqO8z8wPrjkscevZJFVE1wXJrLpC5LtJG7fqLOsPb2U= +github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= +github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= +github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk= +github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= +github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= +golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/kittemail-prefork/LICENSE.md b/kittemail-prefork/LICENSE.md new file mode 100644 index 0000000..c6f01c6 --- /dev/null +++ b/kittemail-prefork/LICENSE.md @@ -0,0 +1,660 @@ +# GNU AFFERO GENERAL PUBLIC LICENSE + +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +## Preamble + +The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains +free software for all its users. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + +A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + +The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + +An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing +under this license. + +The precise terms and conditions for copying, distribution and +modification follow. + +## TERMS AND CONDITIONS + +### 0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public +License. + +"Copyright" also means copyright-like laws that apply to other kinds +of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of +an exact copy. The resulting work is called a "modified version" of +the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based +on the Program. + +To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user +through a computer network, with no transfer of a copy, is not +conveying. + +An interactive user interface displays "Appropriate Legal Notices" to +the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + +### 1. Source Code. + +The "source code" for a work means the preferred form of the work for +making modifications to it. "Object code" means any non-source form of +a work. + +A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can +regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same +work. + +### 2. Basic Permissions. + +All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, +without conditions so long as your license otherwise remains in force. +You may convey covered works to others for the sole purpose of having +them make modifications exclusively for you, or provide you with +facilities for running those works, provided that you comply with the +terms of this License in conveying all material for which you do not +control copyright. Those thus making or running the covered works for +you must do so exclusively on your behalf, under your direction and +control, on terms that prohibit them from making any copies of your +copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the +conditions stated below. Sublicensing is not allowed; section 10 makes +it unnecessary. + +### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + +When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such +circumvention is effected by exercising rights under this License with +respect to the covered work, and you disclaim any intention to limit +operation or modification of the work as a means of enforcing, against +the work's users, your or third parties' legal rights to forbid +circumvention of technological measures. + +### 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + +### 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these +conditions: + +- a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. +- b) The work must carry prominent notices stating that it is + released under this License and any conditions added under + section 7. This requirement modifies the requirement in section 4 + to "keep intact all notices". +- c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. +- d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + +A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + +### 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of +sections 4 and 5, provided that you also convey the machine-readable +Corresponding Source under the terms of this License, in one of these +ways: + +- a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. +- b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the Corresponding + Source from a network server at no charge. +- c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. +- d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. +- e) Convey the object code using peer-to-peer transmission, + provided you inform other peers where the object code and + Corresponding Source of the work are being offered to the general + public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, +family, or household purposes, or (2) anything designed or sold for +incorporation into a dwelling. In determining whether a product is a +consumer product, doubtful cases shall be resolved in favor of +coverage. For a particular product received by a particular user, +"normally used" refers to a typical or common use of that class of +product, regardless of the status of the particular user or of the way +in which the particular user actually uses, or expects or is expected +to use, the product. A product is a consumer product regardless of +whether the product has substantial commercial, industrial or +non-consumer uses, unless such uses represent the only significant +mode of use of the product. + +"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to +install and execute modified versions of a covered work in that User +Product from a modified version of its Corresponding Source. The +information must suffice to ensure that the continued functioning of +the modified object code is in no case prevented or interfered with +solely because modification has been made. + +If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + +The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or +updates for a work that has been modified or installed by the +recipient, or for the User Product in which it has been modified or +installed. Access to a network may be denied when the modification +itself materially and adversely affects the operation of the network +or violates the rules and protocols for communication across the +network. + +Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + +### 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders +of that material) supplement the terms of this License with terms: + +- a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or +- b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or +- c) Prohibiting misrepresentation of the origin of that material, + or requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or +- d) Limiting the use for publicity purposes of names of licensors + or authors of the material; or +- e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or +- f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions + of it) with contractual assumptions of liability to the recipient, + for any liability that these contractual assumptions directly + impose on those licensors and authors. + +All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; the +above requirements apply either way. + +### 8. Termination. + +You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + +However, if you cease all violation of this License, then your license +from a particular copyright holder is reinstated (a) provisionally, +unless and until the copyright holder explicitly and finally +terminates your license, and (b) permanently, if the copyright holder +fails to notify you of the violation by some reasonable means prior to +60 days after the cessation. + +Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + +Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + +### 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run +a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + +### 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + +### 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned +or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + +If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + +A patent license is "discriminatory" if it does not include within the +scope of its coverage, prohibits the exercise of, or is conditioned on +the non-exercise of one or more of the rights that are specifically +granted under this License. You may not convey a covered work if you +are a party to an arrangement with a third party that is in the +business of distributing software, under which you make payment to the +third party based on the extent of your activity of conveying the +work, and under which the third party grants, to any of the parties +who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by +you (or copies made from those copies), or (b) primarily for and in +connection with specific products or compilations that contain the +covered work, unless you entered into that arrangement, or that patent +license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + +### 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under +this License and any other pertinent obligations, then as a +consequence you may not convey it at all. For example, if you agree to +terms that obligate you to collect a royalty for further conveying +from those to whom you convey the Program, the only way you could +satisfy both those terms and this License would be to refrain entirely +from conveying the Program. + +### 13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your +version supports such interaction) an opportunity to receive the +Corresponding Source of your version by providing access to the +Corresponding Source from a network server at no charge, through some +standard or customary means of facilitating copying of software. This +Corresponding Source shall include the Corresponding Source for any +work covered by version 3 of the GNU General Public License that is +incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + +### 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions +of the GNU Affero General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever +published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions +of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + +Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + +### 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT +WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE +DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + +### 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR +CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT +NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR +LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM +TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +### 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +## How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + +To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively state +the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper +mail. + +If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for +the specific requirements. + +You should also get your employer (if you work as a programmer) or +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. For more information on this, and how to apply and follow +the GNU AGPL, see . diff --git a/kittemail-prefork/README b/kittemail-prefork/README new file mode 100644 index 0000000..ba9780f --- /dev/null +++ b/kittemail-prefork/README @@ -0,0 +1 @@ +this is before i changed it to custom backend, i will eventually merge the two diff --git a/kittemail-prefork/build.sh b/kittemail-prefork/build.sh new file mode 100755 index 0000000..6a6ecc3 --- /dev/null +++ b/kittemail-prefork/build.sh @@ -0,0 +1,23 @@ +#!/bin/sh + +path=$(realpath "$(dirname "$0")") || exit 1 +resourceDir="$path/../../resources/338350fc-14d5-469d-999b-950033fb6b7c" +rm -rf "$resourceDir" || exit 1 +rm -rf "$path/../../services/kittemail.fgs" || exit 1 +cd "$path" || exit 1 +printf "\033[1;35mBuilding kittemail.fgs...\033[0m\n" +go build -o "$path/../../services/kittemail.fgs" --buildmode=plugin -ldflags "-s -w" || exit 1 +cd "$path/resources/wasm/oauth" || exit 1 +find -L "$path/resources/wasm" -type f -name "main.go" | while read -r mainGo; do + buildDir=$(dirname "$mainGo") + baseName=$(basename "$buildDir") + printf "\033[1;34m\033[1;33mBuilding WASM object %s...\033[0m\n" "$baseName" + (cd "$buildDir" && GOOS=js GOARCH=wasm go build -o "$resourceDir/static/wasm/$(basename "$buildDir").wasm" -ldflags "-s -w") || { + printf "\033[1;31mError: %s failed.\033[0m\n" "$mainGo" + exit 1 + } +done +printf "\033[1;34mCopying static files...\033[0m\n" +cp -r "$path/resources/static" "$resourceDir/" || exit 1 +cp -r "$path/resources/templates" "$resourceDir/" || exit 1 +printf "\033[1;36mkittemail.fgs has been built successfully!\033[0m\n" diff --git a/kittemail-prefork/main.go b/kittemail-prefork/main.go new file mode 100644 index 0000000..2bf7a6b --- /dev/null +++ b/kittemail-prefork/main.go @@ -0,0 +1,778 @@ +package main + +import ( + "bytes" + "crypto/rand" + "errors" + "os" + "path/filepath" + "strconv" + "strings" + "time" + + "crypto/ed25519" + "database/sql" + "encoding/json" + "html/template" + "io/fs" + "net/http" + "net/url" + + library "git.ailur.dev/ailur/fg-library/v2" + nucleusLibrary "git.ailur.dev/ailur/fg-nucleus-library" + "github.com/emersion/go-sasl" + "github.com/golang-jwt/jwt/v5" + "github.com/google/uuid" + + _ "github.com/lib/pq" +) + +var ServiceInformation = library.Service{ + Name: "kittemail", + Permissions: library.Permissions{ + Authenticate: true, // This service does require authentication + Database: true, // This service does require database access + BlobStorage: true, // This service does require reserving blob storage space + InterServiceCommunication: true, // This service does require inter-service communication + Resources: true, // This service does require its HTTP templates and static files + }, + ServiceID: uuid.MustParse("338350fc-14d5-469d-999b-950033fb6b7c"), +} + +func getUUIDBytes(uuidString string) []byte { + uuidBytes := uuid.MustParse(uuidString) + return uuidBytes[:] +} + +func randomChars(length int) (string, error) { + var saltChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" + if length <= 0 { + return "", errors.New("salt length must be greater than 0") + } + + salt := make([]byte, length) + randomBytes := make([]byte, length) + _, err := rand.Read(randomBytes) + if err != nil { + return "", err + } + + for i := range salt { + salt[i] = saltChars[int(randomBytes[i])%len(saltChars)] + } + return string(salt), nil +} + +func logFunc(message string, messageType uint64, information library.ServiceInitializationInformation) { + // Log the message to the logger service + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000002"), // Logger service + MessageType: messageType, + SentAt: time.Now(), + Message: message, + } +} + +func renderTemplate(statusCode int, w http.ResponseWriter, data any, templatePath string, information library.ServiceInitializationInformation) { + var err error + var requestedTemplate *template.Template + // Output ls of the resource directory + requestedTemplate, err = template.ParseFS(information.ResourceDir, "templates/"+templatePath) + if err != nil { + logFunc(err.Error(), 2, information) + renderString(500, w, "Sorry, something went wrong on our end. Error code: 01. Please report to the administrator.", information) + } else { + w.WriteHeader(statusCode) + err = requestedTemplate.Execute(w, data) + if err != nil { + logFunc(err.Error(), 2, information) + renderString(500, w, "Sorry, something went wrong on our end. Error code: 02. Please report to the administrator.", information) + } + } +} + +func renderString(statusCode int, w http.ResponseWriter, data string, information library.ServiceInitializationInformation) { + w.WriteHeader(statusCode) + _, err := w.Write([]byte(data)) + if err != nil { + logFunc(err.Error(), 2, information) + } +} + +func renderJSON(statusCode int, w http.ResponseWriter, data any, information library.ServiceInitializationInformation) { + w.WriteHeader(statusCode) + err := json.NewEncoder(w).Encode(data) + if err != nil { + logFunc(err.Error(), 2, information) + } +} + +func verifyJwt(token string, publicKey ed25519.PublicKey, conn library.Database, checkInUsers bool) (jwt.MapClaims, bool) { + parsedToken, err := jwt.Parse(token, func(token *jwt.Token) (interface{}, error) { + return publicKey, nil + }) + if err != nil { + println(err.Error()) + return nil, false + } + + if !parsedToken.Valid { + return nil, false + } + + claims, ok := parsedToken.Claims.(jwt.MapClaims) + if !ok { + return nil, false + } + + // Check if the token expired + date, err := claims.GetExpirationTime() + if err != nil || date.Before(time.Now()) || claims["sub"] == nil || claims["isOpenID"] == nil || claims["isOpenID"].(bool) { + return claims, false + } + + // Check if the token is in users + if checkInUsers { + var idCheck []byte + err = conn.DB.QueryRow("SELECT id FROM users WHERE id = $1", getUUIDBytes(claims["sub"].(string))).Scan(&idCheck) + if err != nil || claims["sub"] != uuid.Must(uuid.FromBytes(idCheck)).String() { + return claims, false + } + } + + return claims, true +} + +func initDb(conn library.Database, information library.ServiceInitializationInformation) { + if conn.DBType == library.Sqlite { + // Create the users table + _, err := conn.DB.Exec("CREATE TABLE IF NOT EXISTS users (id BLOB isPrimary KEY, subscription INTEGER NOT NULL, createdAt TIMESTAMP DEFAULT CURRENT_TIMESTAMP)") + if err != nil { + logFunc(err.Error(), 3, information) + } + + // Create the emails table + _, err = conn.DB.Exec("CREATE TABLE IF NOT EXISTS emails (username TEXT NOT NULL, address TEXT NOT NULL, isPrimary INTEGER NOT NULL, owner BLOB NOT NULL, createdAt TIMESTAMP DEFAULT CURRENT_TIMESTAMP, password TEXT NOT NULL)") + if err != nil { + logFunc(err.Error(), 3, information) + } + } else { + // Create the users table + _, err := conn.DB.Exec("CREATE TABLE IF NOT EXISTS users (id BYTEA isPrimary KEY, subscription INTEGER NOT NULL, createdAt TIMESTAMP DEFAULT CURRENT_TIMESTAMP)") + if err != nil { + logFunc(err.Error(), 3, information) + } + + // Create the emails table + _, err = conn.DB.Exec("CREATE TABLE IF NOT EXISTS emails (username TEXT NOT NULL, address TEXT NOT NULL, isPrimary BOOLEAN NOT NULL, owner BYTEA NOT NULL, createdAt TIMESTAMP DEFAULT CURRENT_TIMESTAMP, password TEXT NOT NULL)") + if err != nil { + logFunc(err.Error(), 3, information) + } + } +} + +func getSuperuserCommand(information library.ServiceInitializationInformation) string { + if os.Getuid() != 0 { + // Check if pkexec, sudo or doas is installed + _, err := os.Stat("/usr/bin/pkexec") + if os.IsNotExist(err) { + _, err = os.Stat("/usr/bin/sudo") + if os.IsNotExist(err) { + _, err = os.Stat("/usr/bin/doas") + if os.IsNotExist(err) { + logFunc("No superuser command found", 3, information) + } else if err != nil { + logFunc(err.Error(), 3, information) + } else { + return "doas" + } + } else if err != nil { + logFunc(err.Error(), 3, information) + } else { + return "sudo" + } + } else if err != nil { + logFunc(err.Error(), 3, information) + } else { + return "pkexec" + } + } + + return "" +} + +func startDovecotListener(information library.ServiceInitializationInformation, database library.Database) { + // Create a new SASL server + server := sasl.NewPlainServer(func(identity, username, password string) error { + // Check if the user exists + var idCheck []byte + err := database.DB.QueryRow("SELECT id FROM users WHERE id = $1", getUUIDBytes(username)).Scan(&idCheck) + if err != nil || !bytes.Equal(idCheck, getUUIDBytes(username)) { + return errors.New("user not found") + } + + // Check if the password is correct + var dbPassword string + err = database.DB.QueryRow("SELECT password FROM emails WHERE owner = $1 AND isPrimary = true", getUUIDBytes(username)).Scan(&dbPassword) + if err != nil || dbPassword != password { + return errors.New("invalid password") + } + + return nil + }) + + server.Next() +} + +func Main(information library.ServiceInitializationInformation) { + var doveConn *sql.DB + // doveConn, err := sql.Open("postgres", information.Configuration["connectionString"].(string)) + // if err != nil { + // logFunc(err.Error(), 3, information) + // } + var err error + + var conn library.Database + hostName := information.Configuration["hostName"].(string) + + // Initiate a connection to the database + // Call service ID 1 to get the database connection information + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000001"), // Service initialization service + MessageType: 1, // Request connection information + SentAt: time.Now(), + Message: nil, + } + + // Wait for the response + response := <-information.Inbox + if response.MessageType == 2 { + // This is the connection information + // Set up the database connection + conn = response.Message.(library.Database) + initDb(conn, information) + } else { + // This is an error message + // Log the error message to the logger service + logFunc(response.Message.(error).Error(), 3, information) + } + + // Ask the authentication service for the public key + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), // Authentication service + MessageType: 2, // Request public key + SentAt: time.Now(), + Message: nil, + } + + var publicKey ed25519.PublicKey = nil + + // 3 second timeout + go func() { + time.Sleep(3 * time.Second) + if publicKey == nil { + logFunc("Timeout while waiting for the public key from the authentication service", 3, information) + } + }() + + // Wait for the response + response = <-information.Inbox + if response.MessageType == 2 { + // This is the public key + publicKey = response.Message.(ed25519.PublicKey) + } else { + // This is an error message + // Log the error message to the logger service + logFunc(response.Message.(error).Error(), 3, information) + } + + // Ask the authentication service for the OAuth host name + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), // Authentication service + MessageType: 0, // Request OAuth host name + SentAt: time.Now(), + Message: nil, + } + + var oauthHostName string + + // 3 second timeout + go func() { + time.Sleep(3 * time.Second) + if oauthHostName == "" { + logFunc("Timeout while waiting for the OAuth host name from the authentication service", 3, information) + } + }() + + // Wait for the response + response = <-information.Inbox + if response.MessageType == 0 { + // This is the OAuth host name + oauthHostName = response.Message.(string) + } else { + // This is an error message + // Log the error message to the logger service + logFunc(response.Message.(error).Error(), 3, information) + } + + // Ask the authentication service to create a new OAuth2 client + urlPath, err := url.JoinPath(hostName, "/oauth") + if err != nil { + logFunc(err.Error(), 3, information) + } + + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), // Authentication service + MessageType: 1, // Create OAuth2 client + SentAt: time.Now(), + Message: nucleusLibrary.OAuthInformation{ + Name: "Kittemail", + RedirectUri: urlPath, + KeyShareUri: "", + Scopes: []string{"openid"}, + }, + } + + var oauthResponse nucleusLibrary.OAuthResponse + + // 3 second timeout + go func() { + time.Sleep(3 * time.Second) + if oauthResponse == (nucleusLibrary.OAuthResponse{}) { + logFunc("Timeout while waiting for the OAuth response from the authentication service", 3, information) + } + }() + + // Wait for the response + response = <-information.Inbox + switch response.MessageType { + case 0: + // Success, set the OAuth response + oauthResponse = response.Message.(nucleusLibrary.OAuthResponse) + logFunc("Initialized with App ID: "+oauthResponse.AppID, 0, information) + case 1: + // An error which is their fault + logFunc(response.Message.(error).Error(), 3, information) + case 2: + // An error which is our fault + logFunc(response.Message.(error).Error(), 3, information) + default: + // An unknown error + logFunc("Unknown error", 3, information) + } + + // Start the Dovecot listener + go startDovecotListener(information, conn) + + // Set up the router + router := information.Router + + // Set up the static routes + staticDir, err := fs.Sub(information.ResourceDir, "static") + if err != nil { + logFunc(err.Error(), 3, information) + } else { + router.Handle("/kt-static/*", http.StripPrefix("/kt-static/", http.FileServerFS(staticDir))) + } + + // Set up the API routes + router.Post("/api/signup", func(w http.ResponseWriter, r *http.Request) { + var request struct { + Username string `json:"username"` + Domain string `json:"domain"` + Token string `json:"token"` + Storage float64 `json:"storage"` + } + err := json.NewDecoder(r.Body).Decode(&request) + if err != nil { + renderJSON(400, w, map[string]interface{}{"error": "Invalid request"}, information) + return + } + + if request.Storage < 0 { + renderJSON(400, w, map[string]interface{}{"error": "Invalid storage"}, information) + return + } + + // Validate if the username is valid + if len(request.Username) < 3 || len(request.Username) > 20 { + renderJSON(400, w, map[string]interface{}{"error": "Invalid username"}, information) + return + } + + // Validate if the domain is valid + switch request.Domain { + case "cta.social", "ailur.dev": + break + default: + renderJSON(400, w, map[string]interface{}{"error": "Invalid domain"}, information) + return + } + + // Check if the user is authenticated + claims, ok := verifyJwt(request.Token, publicKey, conn, false) + if !ok { + renderJSON(401, w, map[string]interface{}{"error": "Invalid token"}, information) + return + } + + // Check if the user already exists + userId := uuid.MustParse(claims["sub"].(string)) + var idCheck []byte + err = conn.DB.QueryRow("SELECT id FROM users WHERE id = $1", userId[:]).Scan(&idCheck) + if err == nil && bytes.Equal(idCheck, userId[:]) { + renderJSON(409, w, map[string]interface{}{"error": "User already exists"}, information) + return + } + + // Check if the email already exists + var emailCheck string + err = conn.DB.QueryRow("SELECT address FROM emails WHERE username = $1 AND address = $2", request.Username, request.Domain).Scan(&emailCheck) + if err == nil && emailCheck == request.Domain { + renderJSON(409, w, map[string]interface{}{"error": "Email already exists"}, information) + return + } + + // Reserve the space for the user + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000003"), // Blob storage service + MessageType: 2, // Reserve space + SentAt: time.Now(), + Message: nucleusLibrary.Quota{ + User: userId, + Bytes: int64(request.Storage), + }, + } + + // 3 second timeout + var fileSpaceReserved bool + go func() { + time.Sleep(3 * time.Second) + if !fileSpaceReserved { + logFunc("Timeout while waiting for the file space to be reserved", 3, information) + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "00"}, information) + // Panic to stop the function + panic("Timeout while waiting for the file space to be reserved") + } + }() + + // Wait for the response + response = <-information.Inbox + if response.MessageType == 0 { + // Success + fileSpaceReserved = true + } else if response.MessageType == 1 { + // An error + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "01"}, information) + return + } else if response.MessageType == 2 { + // Invalid request + renderJSON(400, w, map[string]interface{}{"error": response.Message.(error).Error()}, information) + return + } + + // Insert the user into the database + _, err = conn.DB.Exec("INSERT INTO users (id, subscription) VALUES ($1, 0)", userId[:]) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "02"}, information) + return + } + + // Insert the email into the database + password, err := randomChars(16) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "03"}, information) + return + } + + _, err = conn.DB.Exec("INSERT INTO emails (username, address, isPrimary, owner, password) VALUES ($1, $2, true, $3, $4)", request.Username, request.Domain, userId[:], password) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "04"}, information) + return + } + + // Contact dovecot to create the user + _, err = doveConn.Exec("INSERT INTO users (email, maildir, quota_rule) VALUES ($1, $2, $3)", request.Username+"@"+request.Domain, userId.String(), "*:storage="+strconv.FormatInt(int64(request.Storage), 10)+"B", userId) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "05"}, information) + return + } + + renderJSON(200, w, map[string]interface{}{"password": password}, information) + }) + + router.Post("/api/email/info", func(w http.ResponseWriter, r *http.Request) { + var request struct { + Token string `json:"token"` + Username string `json:"username"` + Address string `json:"address"` + } + err := json.NewDecoder(r.Body).Decode(&request) + if err != nil { + renderJSON(400, w, map[string]interface{}{"error": "Invalid request"}, information) + return + } + + // Check if the user is authenticated + claims, ok := verifyJwt(request.Token, publicKey, conn, true) + if !ok { + renderJSON(401, w, map[string]interface{}{"error": "Invalid token"}, information) + return + } + + // Get the email information + var username, address, password string + var isPrimary bool + err = conn.DB.QueryRow("SELECT username, address, password, isPrimary FROM emails WHERE username = $1 AND address = $2 AND owner = $3", request.Username, request.Address, getUUIDBytes(claims["sub"].(string))).Scan(&username, &address, &password, &isPrimary) + if err != nil { + renderJSON(404, w, map[string]interface{}{"error": "Email not found"}, information) + return + } + + // Return the email information + renderJSON(200, w, map[string]interface{}{ + "username": username, + "address": address, + "password": password, + "isPrimary": isPrimary, + }, information) + }) + + router.Post("/api/email/resetLoginCode", func(w http.ResponseWriter, r *http.Request) { + var request struct { + Token string `json:"token"` + Username string `json:"username"` + Address string `json:"address"` + } + err := json.NewDecoder(r.Body).Decode(&request) + if err != nil { + renderJSON(400, w, map[string]interface{}{"error": "Invalid request"}, information) + return + } + + // Check if the user is authenticated + claims, ok := verifyJwt(request.Token, publicKey, conn, true) + if !ok { + renderJSON(401, w, map[string]interface{}{"error": "Invalid token"}, information) + return + } + + // Generate a new password + password, err := randomChars(16) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "05"}, information) + return + } + + // Change the password + _, err = conn.DB.Exec("UPDATE emails SET password = $1 WHERE username = $2 AND address = $3 AND owner = $4", password, request.Username, request.Address, getUUIDBytes(claims["sub"].(string))) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "06"}, information) + return + } + + renderJSON(200, w, nil, information) + }) + + router.Post("/api/email/delete", func(w http.ResponseWriter, r *http.Request) { + var request struct { + Token string `json:"token"` + Username string `json:"username"` + Address string `json:"address"` + } + err := json.NewDecoder(r.Body).Decode(&request) + if err != nil { + renderJSON(400, w, map[string]interface{}{"error": "Invalid request"}, information) + return + } + + // Check if the user is authenticated + claims, ok := verifyJwt(request.Token, publicKey, conn, true) + if !ok { + renderJSON(401, w, map[string]interface{}{"error": "Invalid token"}, information) + return + } + + userID := uuid.MustParse(claims["sub"].(string)) + + // Check if it's the isPrimary email + var isPrimary bool + err = conn.DB.QueryRow("SELECT isPrimary FROM emails WHERE username = $1 AND address = $2 AND owner = $3", request.Username, request.Address, userID[:]).Scan(&isPrimary) + if err != nil { + renderJSON(404, w, map[string]interface{}{"error": "Email not found"}, information) + return + } + + if !isPrimary { + // Delete the email + _, err = conn.DB.Exec("DELETE FROM emails WHERE username = $1 AND address = $2 AND owner = $3", request.Username, request.Address, userID[:]) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "07"}, information) + return + } + } else { + // Get the user's quota + var quota string + err = doveConn.QueryRow("SELECT quota_rule FROM users WHERE id = $1", userID.String()).Scan("a) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "08"}, information) + return + } + + // Parse the quota + quotaInt, err := strconv.ParseInt(strings.TrimSuffix(strings.TrimPrefix(quota, "*:storage="), "B"), 10, 64) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "09"}, information) + return + } + + // Delete the maildir + _, err = doveConn.Exec("DELETE FROM users WHERE maildir = $1", userID.String()) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "08"}, information) + return + } + + err = os.RemoveAll(filepath.Join("/home/mailboxes/maildir/", userID.String())) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "09"}, information) + return + } + + // Delete the emails + _, err = conn.DB.Exec("DELETE FROM emails WHERE owner = $1", userID[:]) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0A"}, information) + return + } + + // Delete the user + _, err = conn.DB.Exec("DELETE FROM users WHERE id = $1", userID[:]) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0B"}, information) + return + } + + // Release the space + information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000003"), // Blob storage service + MessageType: 2, // Add space, but we can use a negative number to release space + SentAt: time.Now(), + Message: nucleusLibrary.Quota{ + User: userID, + Bytes: -quotaInt, + }, + } + + // 3 second timeout + var fileSpaceReleased bool + go func() { + time.Sleep(3 * time.Second) + if !fileSpaceReleased { + logFunc("Timeout while waiting for the file space to be released", 3, information) + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0C"}, information) + // Panic to stop the function + panic("Timeout while waiting for the file space to be released") + } + }() + + // Wait for the response + response = <-information.Inbox + if response.MessageType == 0 { + // Success + fileSpaceReleased = true + } + } + + renderJSON(200, w, nil, information) + }) + + router.Post("/api/email/list", func(w http.ResponseWriter, r *http.Request) { + var request struct { + Token string `json:"token"` + } + err := json.NewDecoder(r.Body).Decode(&request) + if err != nil { + renderJSON(400, w, map[string]interface{}{"error": "Invalid request"}, information) + return + } + + // Check if the user is authenticated + claims, ok := verifyJwt(request.Token, publicKey, conn, true) + if !ok { + renderJSON(401, w, map[string]interface{}{"error": "Invalid token"}, information) + return + } + + // Get the emails + rows, err := conn.DB.Query("SELECT username, address, isPrimary FROM emails WHERE owner = $1", getUUIDBytes(claims["sub"].(string))) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0D"}, information) + return + } + + var emails []map[string]interface{} + for rows.Next() { + var username, address string + var isPrimary bool + err = rows.Scan(&username, &address, &isPrimary) + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0E"}, information) + return + } + + emails = append(emails, map[string]interface{}{ + "username": username, + "address": address, + "isPrimary": isPrimary, + }) + } + + err = rows.Close() + if err != nil { + renderJSON(500, w, map[string]interface{}{"error": "Internal server error", "code": "0F"}, information) + return + } + + renderJSON(200, w, emails, information) + }) + + // TODO: Once OAuth2 RFC is approved and all the EMail clients support it, switch out the Email-specific password for OAuth2 + // TODO: Add automatic alias addition, deletion and listing + // TODO: Add subscription management when Ailur becomes incorporated + + // Set up the routes + router.Get("/", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, nil, "index.html", information) + }) + + router.Get("/signup", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, nil, "signup.html", information) + }) + + router.Get("/oauth", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, map[string]interface{}{ + "ClientId": oauthResponse.AppID, + "AuthorizationUri": oauthHostName, + }, "oauth.html", information) + }) + + router.Get("/settings", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, nil, "settings.html", information) + }) + + router.Get("/quickstart", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, nil, "quickstart.html", information) + }) + + router.Get("/autoconfig.xml", func(w http.ResponseWriter, r *http.Request) { + renderTemplate(200, w, nil, "autoconfig.xml", information) + }) +} diff --git a/kittemail-prefork/resources/static/css/styles.css b/kittemail-prefork/resources/static/css/styles.css new file mode 100644 index 0000000..f7d7cd3 --- /dev/null +++ b/kittemail-prefork/resources/static/css/styles.css @@ -0,0 +1,229 @@ +@font-face { + font-family: 'Figtree'; + src: url("/kt-static/fonts/Figtree.woff2") format("woff2"); + font-style: normal; +} + +html { + background: linear-gradient(to top left, rgb(217, 236, 255), rgb(228, 249, 255), rgb(221, 255, 238), rgb(249,255,253)) no-repeat center center fixed; + background-size: cover; +} + +:root { + --foreground: #fafafa; + --text-color: #000; + --background: #fff; + --border-color: #dadada; + --theme-color: #1c71d8; + --hover-theme-color: #4990e7; +} + +/* dark mode */ + +@media (prefers-color-scheme: dark) { + :root { + --foreground: #2d2f31; + --text-color: #fff; + --background: #1E1E1E; + --border-color: #393b3d; + } + + html { + background: linear-gradient(to top left, rgb(0 17 35), rgb(7 36 45), rgb(28 45 36), rgb(49 49 49)) no-repeat center center fixed; + } +} + +@media only screen and (max-width: 600px) { + body { + background-color: var(--foreground); + } + + .inOutDiv { + position: absolute; + top: 0; + left: 0; + right: 0; + border-radius: 0; + min-width: calc(100% - 20px); + min-height: 100%; + transform: none; + padding: 5px 10px; + overflow-y: auto; + overflow-x: auto; + margin: 0; + border: 0; + } +} + +p, li, h1, h2, h3, h4, h5, h6, span, label { + color: var(--text-color); + white-space: break-spaces; +} + +p#statusBox { + overflow-wrap: break-word; +} + +body { + margin: 0; + font-family: "Figtree", sans-serif; +} + +.button { + background-color: var(--theme-color); + color: white; + padding: 0.75em 1.25em; + border: none; + border-radius: 25em; + transition: all 0.3s ease 0s; + text-decoration: none; +} + +.button:hover { + text-decoration: none; + background-color: var(--hover-theme-color); + transition: all 0.3s ease 0s; +} + +.hover { + border-radius: 25px; + margin: 10%; + background-color: var(--foreground); + padding: 35px 35px 50px; +} + +h2 { + display: block; + margin-top: 10px; + font-weight: 600; + font-size: 22px; +} + + +input { + width: calc(100% - 35px); + height: 35px; +} + +select { + width: calc(100% - 13px); + height: 39px; +} + +input, select { + margin-left: 10px; + margin-right: 10px; + padding-left: 10px; + padding-right: 10px; + + background-color: var(--background); + color: var(--text-color); + + border: solid; + border-color: var(--border-color); + border-width: 1px; + border-radius: 5px; + min-width: 20px; +} + +.loginCodeDisplay { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + display: none; + flex-direction: column; + justify-content: center; + background-color: var(--background); +} + +.loginCodeDisplay p, .loginCodeDisplay h1 { + margin: 0; +} + +.loginCodeDisplay span { + margin-top: 20px; +} + +.loginCodeDisplay .buttonContainer { + margin-top: 30px; +} + +/* swipe animation */ +.swipe { + pointer-events: none; + position: absolute; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + animation: swipe 0.2s forwards; + background-color: var(--background); + display: none; +} + +.swipe-animate { + display: initial; +} + +/* swipe-out animation */ +.swipe-out { + pointer-events: none; + position: absolute; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background-color: var(--background); +} + +.swipe-out-animate { + animation: swipe-out 0.2s forwards; +} + +@keyframes swipe { + 0% { + transform: translateX(-100%); + } + 100% { + transform: translateX(0); + } +} + +@keyframes swipe-out { + 0% { + transform: translateX(0); + } + 100% { + transform: translateX(100%); + } +} + +@keyframes swipe-reduced { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +@keyframes swipe-out-reduced { + 0% { + opacity: 1; + } + 100% { + opacity: 0; + } +} + +@media (prefers-reduced-motion: reduce) { + .swipe { + animation: swipe-reduced 0.5s forwards; + } + + .swipe-out { + animation: swipe-out-reduced 0.5s forwards; + } +} diff --git a/kittemail-prefork/resources/static/fonts/Figtree.woff2 b/kittemail-prefork/resources/static/fonts/Figtree.woff2 new file mode 100644 index 0000000..c7b64f5 Binary files /dev/null and b/kittemail-prefork/resources/static/fonts/Figtree.woff2 differ diff --git a/kittemail-prefork/resources/static/js/index.js b/kittemail-prefork/resources/static/js/index.js new file mode 100644 index 0000000..ca704e6 --- /dev/null +++ b/kittemail-prefork/resources/static/js/index.js @@ -0,0 +1,14 @@ +document.getElementById("oauth").addEventListener("click", function (e) { + e.preventDefault(); + redirect("/oauth"); +}); + +document.getElementById("donate").addEventListener("click", function (e) { + e.preventDefault(); + redirect("https://www.ailur.dev/donate"); +}); + +document.getElementById("issues").addEventListener("click", function (e) { + e.preventDefault(); + redirect("https://git.ailur.dev/ailur/kittemail/issues"); +}); diff --git a/kittemail-prefork/resources/static/js/settings.js b/kittemail-prefork/resources/static/js/settings.js new file mode 100644 index 0000000..1d14b1c --- /dev/null +++ b/kittemail-prefork/resources/static/js/settings.js @@ -0,0 +1,73 @@ +document.addEventListener("DOMContentLoaded", async () => { + let loginCode = "" + let emails = await fetch("/api/email/list", { + method: "POST", + headers: { + "Content-Type": "application/json" + }, + body: JSON.stringify({ + token: localStorage.getItem("SECRET-token") + }) + }) + + if (emails.status !== 200) { + window.location.href = "/signup"; + } + + let address, username + emails = await emails.json() + emails.forEach(email => { + if (email["isPrimary"]) { + address = email["address"] + username = email["username"] + } + }) + + document.getElementById("copyLoginCode").addEventListener("click", () => { + navigator.clipboard.writeText(loginCode).then(() => { + document.getElementById("copyLoginCode").innerText = "Copied!" + setTimeout(() => { + document.getElementById("copyLoginCode").innerText = "Copy login code" + }, 2000) + }) + }) + + document.getElementById("closeLoginCode").addEventListener("click", () => { + document.getElementById("loginCodeDisplay").style.display = "none"; + }) + + document.getElementById("showLoginCode").addEventListener("click", () => { + document.getElementById("loginCodeDisplay").style.display = "flex"; + }) + + document.getElementById("resetLoginCode").addEventListener("click", async () => { + await fetch("/api/email/resetLoginCode", { + method: "POST", + headers: { + "Content-Type": "application/json" + }, + body: JSON.stringify({ + token: localStorage.getItem("SECRET-token"), + address: address, + username: username + }) + }) + }) + + document.getElementById("deleteAccount").addEventListener("click", async () => { + await fetch("/api/email/delete", { + method: "POST", + headers: { + "Content-Type": "application/json" + }, + body: JSON.stringify({ + token: localStorage.getItem("SECRET-token"), + address: address, + username: username + }) + }) + + localStorage.removeItem("SECRET-token") + window.location.href = "/oauth"; + }) +}) \ No newline at end of file diff --git a/kittemail-prefork/resources/static/js/signup.js b/kittemail-prefork/resources/static/js/signup.js new file mode 100644 index 0000000..766e049 --- /dev/null +++ b/kittemail-prefork/resources/static/js/signup.js @@ -0,0 +1,28 @@ +document.getElementById("signup").addEventListener("click", async function (e) { + let storage = 0 + try { + storage = parseInt(document.getElementById("storage").value) + } catch (e) { + alert("Invalid storage amount") + } + + let response = await fetch("/api/signup", { + method: "POST", + headers: { + "Content-Type": "application/json" + }, + body: JSON.stringify({ + username: document.getElementById("username").value, + domain: document.getElementById("domain").value, + storage: storage, + token: localStorage.getItem("SECRET-token") + }) + }) + + if (response.status === 200) { + window.location.href = "/settings" + } else { + let data = await response.json() + alert(data["error"]) + } +}) \ No newline at end of file diff --git a/kittemail-prefork/resources/static/js/transition.js b/kittemail-prefork/resources/static/js/transition.js new file mode 100644 index 0000000..b381a6f --- /dev/null +++ b/kittemail-prefork/resources/static/js/transition.js @@ -0,0 +1,20 @@ +let timeout = 200 +if (window.matchMedia("(prefers-reduced-motion: reduce)").matches) { + timeout = 500; +} + +document.addEventListener("DOMContentLoaded", async () => { + // Transition in + document.documentElement.style.display = "initial"; + document.getElementById("swipe-out").classList.add("swipe-out-animate"); + + await new Promise(r => setTimeout(r, timeout)); +}) + +function redirect(href) { + document.getElementById("swipe").classList.add("swipe-animate"); + setTimeout(() => { + window.location.href = href; + }, timeout); +} + diff --git a/kittemail-prefork/resources/static/js/wasm_exec.js b/kittemail-prefork/resources/static/js/wasm_exec.js new file mode 100644 index 0000000..d0f279c --- /dev/null +++ b/kittemail-prefork/resources/static/js/wasm_exec.js @@ -0,0 +1,583 @@ +// @license magnet:?xt=urn:btih:0ef1b8170b3b615170ff270def6427c317705f85&dn=lgpl-3.0.txt LGPL-3.0 + +/* + * wasm_helper + * (c) Arzumify + * @license LGPL-3.0 + */ + +async function loadWasm(url) { + const go = new Go(); + WebAssembly.instantiateStreaming(fetch(url), go.importObject).then((result) => { + go.run(result.instance); + }) +} + +// @license-end +// @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt BSD-3-Clause + +/* + * wasm_exec (https://github.com/golang/go) + * (c) The Go Authors + * @license BSD-3-Clause + */ + +"use strict"; + +(() => { + const enosys = () => { + const err = new Error("not implemented"); + err.code = "ENOSYS"; + return err; + }; + + if (!globalThis.fs) { + let outputBuf = ""; + globalThis.fs = { + constants: { O_WRONLY: -1, O_RDWR: -1, O_CREAT: -1, O_TRUNC: -1, O_APPEND: -1, O_EXCL: -1 }, // unused + writeSync(fd, buf) { + outputBuf += decoder.decode(buf); + const nl = outputBuf.lastIndexOf("\n"); + if (nl != -1) { + console.log(outputBuf.substring(0, nl)); + outputBuf = outputBuf.substring(nl + 1); + } + return buf.length; + }, + write(fd, buf, offset, length, position, callback) { + if (offset !== 0 || length !== buf.length || position !== null) { + callback(enosys()); + return; + } + const n = this.writeSync(fd, buf); + callback(null, n); + }, + chmod(path, mode, callback) { callback(enosys()); }, + chown(path, uid, gid, callback) { callback(enosys()); }, + close(fd, callback) { callback(enosys()); }, + fchmod(fd, mode, callback) { callback(enosys()); }, + fchown(fd, uid, gid, callback) { callback(enosys()); }, + fstat(fd, callback) { callback(enosys()); }, + fsync(fd, callback) { callback(null); }, + ftruncate(fd, length, callback) { callback(enosys()); }, + lchown(path, uid, gid, callback) { callback(enosys()); }, + link(path, link, callback) { callback(enosys()); }, + lstat(path, callback) { callback(enosys()); }, + mkdir(path, perm, callback) { callback(enosys()); }, + open(path, flags, mode, callback) { callback(enosys()); }, + read(fd, buffer, offset, length, position, callback) { callback(enosys()); }, + readdir(path, callback) { callback(enosys()); }, + readlink(path, callback) { callback(enosys()); }, + rename(from, to, callback) { callback(enosys()); }, + rmdir(path, callback) { callback(enosys()); }, + stat(path, callback) { callback(enosys()); }, + symlink(path, link, callback) { callback(enosys()); }, + truncate(path, length, callback) { callback(enosys()); }, + unlink(path, callback) { callback(enosys()); }, + utimes(path, atime, mtime, callback) { callback(enosys()); }, + }; + } + + if (!globalThis.process) { + globalThis.process = { + getuid() { return -1; }, + getgid() { return -1; }, + geteuid() { return -1; }, + getegid() { return -1; }, + getgroups() { throw enosys(); }, + pid: -1, + ppid: -1, + umask() { throw enosys(); }, + cwd() { throw enosys(); }, + chdir() { throw enosys(); }, + } + } + + if (!globalThis.crypto) { + throw new Error("globalThis.crypto is not available, polyfill required (crypto.getRandomValues only)"); + } + + if (!globalThis.performance) { + throw new Error("globalThis.performance is not available, polyfill required (performance.now only)"); + } + + if (!globalThis.TextEncoder) { + throw new Error("globalThis.TextEncoder is not available, polyfill required"); + } + + if (!globalThis.TextDecoder) { + throw new Error("globalThis.TextDecoder is not available, polyfill required"); + } + + const encoder = new TextEncoder("utf-8"); + const decoder = new TextDecoder("utf-8"); + + globalThis.Go = class { + constructor() { + this.argv = ["js"]; + this.env = {}; + this.exit = (code) => { + if (code !== 0) { + console.warn("exit code:", code); + } + }; + this._exitPromise = new Promise((resolve) => { + this._resolveExitPromise = resolve; + }); + this._pendingEvent = null; + this._scheduledTimeouts = new Map(); + this._nextCallbackTimeoutID = 1; + + const setInt64 = (addr, v) => { + this.mem.setUint32(addr + 0, v, true); + this.mem.setUint32(addr + 4, Math.floor(v / 4294967296), true); + } + + const setInt32 = (addr, v) => { + this.mem.setUint32(addr + 0, v, true); + } + + const getInt64 = (addr) => { + const low = this.mem.getUint32(addr + 0, true); + const high = this.mem.getInt32(addr + 4, true); + return low + high * 4294967296; + } + + const loadValue = (addr) => { + const f = this.mem.getFloat64(addr, true); + if (f === 0) { + return undefined; + } + if (!isNaN(f)) { + return f; + } + + const id = this.mem.getUint32(addr, true); + return this._values[id]; + } + + const storeValue = (addr, v) => { + const nanHead = 0x7FF80000; + + if (typeof v === "number" && v !== 0) { + if (isNaN(v)) { + this.mem.setUint32(addr + 4, nanHead, true); + this.mem.setUint32(addr, 0, true); + return; + } + this.mem.setFloat64(addr, v, true); + return; + } + + if (v === undefined) { + this.mem.setFloat64(addr, 0, true); + return; + } + + let id = this._ids.get(v); + if (id === undefined) { + id = this._idPool.pop(); + if (id === undefined) { + id = this._values.length; + } + this._values[id] = v; + this._goRefCounts[id] = 0; + this._ids.set(v, id); + } + this._goRefCounts[id]++; + let typeFlag = 0; + switch (typeof v) { + case "object": + if (v !== null) { + typeFlag = 1; + } + break; + case "string": + typeFlag = 2; + break; + case "symbol": + typeFlag = 3; + break; + case "function": + typeFlag = 4; + break; + } + this.mem.setUint32(addr + 4, nanHead | typeFlag, true); + this.mem.setUint32(addr, id, true); + } + + const loadSlice = (addr) => { + const array = getInt64(addr + 0); + const len = getInt64(addr + 8); + return new Uint8Array(this._inst.exports.mem.buffer, array, len); + } + + const loadSliceOfValues = (addr) => { + const array = getInt64(addr + 0); + const len = getInt64(addr + 8); + const a = new Array(len); + for (let i = 0; i < len; i++) { + a[i] = loadValue(array + i * 8); + } + return a; + } + + const loadString = (addr) => { + const saddr = getInt64(addr + 0); + const len = getInt64(addr + 8); + return decoder.decode(new DataView(this._inst.exports.mem.buffer, saddr, len)); + } + + const timeOrigin = Date.now() - performance.now(); + this.importObject = { + _gotest: { + add: (a, b) => a + b, + }, + gojs: { + // Go's SP does not change as long as no Go code is running. Some operations (e.g. calls, getters and setters) + // may synchronously trigger a Go event handler. This makes Go code get executed in the middle of the imported + // function. A goroutine can switch to a new stack if the current stack is too small (see morestack function). + // This changes the SP, thus we have to update the SP used by the imported function. + + // func wasmExit(code int32) + "runtime.wasmExit": (sp) => { + sp >>>= 0; + const code = this.mem.getInt32(sp + 8, true); + this.exited = true; + delete this._inst; + delete this._values; + delete this._goRefCounts; + delete this._ids; + delete this._idPool; + this.exit(code); + }, + + // func wasmWrite(fd uintptr, p unsafe.Pointer, n int32) + "runtime.wasmWrite": (sp) => { + sp >>>= 0; + const fd = getInt64(sp + 8); + const p = getInt64(sp + 16); + const n = this.mem.getInt32(sp + 24, true); + fs.writeSync(fd, new Uint8Array(this._inst.exports.mem.buffer, p, n)); + }, + + // func resetMemoryDataView() + "runtime.resetMemoryDataView": (sp) => { + sp >>>= 0; + this.mem = new DataView(this._inst.exports.mem.buffer); + }, + + // func nanotime1() int64 + "runtime.nanotime1": (sp) => { + sp >>>= 0; + setInt64(sp + 8, (timeOrigin + performance.now()) * 1000000); + }, + + // func walltime() (sec int64, nsec int32) + "runtime.walltime": (sp) => { + sp >>>= 0; + const msec = (new Date).getTime(); + setInt64(sp + 8, msec / 1000); + this.mem.setInt32(sp + 16, (msec % 1000) * 1000000, true); + }, + + // func scheduleTimeoutEvent(delay int64) int32 + "runtime.scheduleTimeoutEvent": (sp) => { + sp >>>= 0; + const id = this._nextCallbackTimeoutID; + this._nextCallbackTimeoutID++; + this._scheduledTimeouts.set(id, setTimeout( + () => { + this._resume(); + while (this._scheduledTimeouts.has(id)) { + // for some reason Go failed to register the timeout event, log and try again + // (temporary workaround for https://github.com/golang/go/issues/28975) + console.warn("scheduleTimeoutEvent: missed timeout event"); + this._resume(); + } + }, + getInt64(sp + 8), + )); + this.mem.setInt32(sp + 16, id, true); + }, + + // func clearTimeoutEvent(id int32) + "runtime.clearTimeoutEvent": (sp) => { + sp >>>= 0; + const id = this.mem.getInt32(sp + 8, true); + clearTimeout(this._scheduledTimeouts.get(id)); + this._scheduledTimeouts.delete(id); + }, + + // func getRandomData(r []byte) + "runtime.getRandomData": (sp) => { + sp >>>= 0; + crypto.getRandomValues(loadSlice(sp + 8)); + }, + + // func finalizeRef(v ref) + "syscall/js.finalizeRef": (sp) => { + sp >>>= 0; + const id = this.mem.getUint32(sp + 8, true); + this._goRefCounts[id]--; + if (this._goRefCounts[id] === 0) { + const v = this._values[id]; + this._values[id] = null; + this._ids.delete(v); + this._idPool.push(id); + } + }, + + // func stringVal(value string) ref + "syscall/js.stringVal": (sp) => { + sp >>>= 0; + storeValue(sp + 24, loadString(sp + 8)); + }, + + // func valueGet(v ref, p string) ref + "syscall/js.valueGet": (sp) => { + sp >>>= 0; + const result = Reflect.get(loadValue(sp + 8), loadString(sp + 16)); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 32, result); + }, + + // func valueSet(v ref, p string, x ref) + "syscall/js.valueSet": (sp) => { + sp >>>= 0; + Reflect.set(loadValue(sp + 8), loadString(sp + 16), loadValue(sp + 32)); + }, + + // func valueDelete(v ref, p string) + "syscall/js.valueDelete": (sp) => { + sp >>>= 0; + Reflect.deleteProperty(loadValue(sp + 8), loadString(sp + 16)); + }, + + // func valueIndex(v ref, i int) ref + "syscall/js.valueIndex": (sp) => { + sp >>>= 0; + storeValue(sp + 24, Reflect.get(loadValue(sp + 8), getInt64(sp + 16))); + }, + + // valueSetIndex(v ref, i int, x ref) + "syscall/js.valueSetIndex": (sp) => { + sp >>>= 0; + Reflect.set(loadValue(sp + 8), getInt64(sp + 16), loadValue(sp + 24)); + }, + + // func valueCall(v ref, m string, args []ref) (ref, bool) + "syscall/js.valueCall": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const m = Reflect.get(v, loadString(sp + 16)); + const args = loadSliceOfValues(sp + 32); + const result = Reflect.apply(m, v, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 56, result); + this.mem.setUint8(sp + 64, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 56, err); + this.mem.setUint8(sp + 64, 0); + } + }, + + // func valueInvoke(v ref, args []ref) (ref, bool) + "syscall/js.valueInvoke": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const args = loadSliceOfValues(sp + 16); + const result = Reflect.apply(v, undefined, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, result); + this.mem.setUint8(sp + 48, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, err); + this.mem.setUint8(sp + 48, 0); + } + }, + + // func valueNew(v ref, args []ref) (ref, bool) + "syscall/js.valueNew": (sp) => { + sp >>>= 0; + try { + const v = loadValue(sp + 8); + const args = loadSliceOfValues(sp + 16); + const result = Reflect.construct(v, args); + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, result); + this.mem.setUint8(sp + 48, 1); + } catch (err) { + sp = this._inst.exports.getsp() >>> 0; // see comment above + storeValue(sp + 40, err); + this.mem.setUint8(sp + 48, 0); + } + }, + + // func valueLength(v ref) int + "syscall/js.valueLength": (sp) => { + sp >>>= 0; + setInt64(sp + 16, parseInt(loadValue(sp + 8).length)); + }, + + // valuePrepareString(v ref) (ref, int) + "syscall/js.valuePrepareString": (sp) => { + sp >>>= 0; + const str = encoder.encode(String(loadValue(sp + 8))); + storeValue(sp + 16, str); + setInt64(sp + 24, str.length); + }, + + // valueLoadString(v ref, b []byte) + "syscall/js.valueLoadString": (sp) => { + sp >>>= 0; + const str = loadValue(sp + 8); + loadSlice(sp + 16).set(str); + }, + + // func valueInstanceOf(v ref, t ref) bool + "syscall/js.valueInstanceOf": (sp) => { + sp >>>= 0; + this.mem.setUint8(sp + 24, (loadValue(sp + 8) instanceof loadValue(sp + 16)) ? 1 : 0); + }, + + // func copyBytesToGo(dst []byte, src ref) (int, bool) + "syscall/js.copyBytesToGo": (sp) => { + sp >>>= 0; + const dst = loadSlice(sp + 8); + const src = loadValue(sp + 32); + if (!(src instanceof Uint8Array || src instanceof Uint8ClampedArray)) { + this.mem.setUint8(sp + 48, 0); + return; + } + const toCopy = src.subarray(0, dst.length); + dst.set(toCopy); + setInt64(sp + 40, toCopy.length); + this.mem.setUint8(sp + 48, 1); + }, + + // func copyBytesToJS(dst ref, src []byte) (int, bool) + "syscall/js.copyBytesToJS": (sp) => { + sp >>>= 0; + const dst = loadValue(sp + 8); + const src = loadSlice(sp + 16); + if (!(dst instanceof Uint8Array || dst instanceof Uint8ClampedArray)) { + this.mem.setUint8(sp + 48, 0); + return; + } + const toCopy = src.subarray(0, dst.length); + dst.set(toCopy); + setInt64(sp + 40, toCopy.length); + this.mem.setUint8(sp + 48, 1); + }, + + "debug": (value) => { + console.log(value); + }, + } + }; + } + + async run(instance) { + if (!(instance instanceof WebAssembly.Instance)) { + throw new Error("Go.run: WebAssembly.Instance expected"); + } + this._inst = instance; + this.mem = new DataView(this._inst.exports.mem.buffer); + this._values = [ // JS values that Go currently has references to, indexed by reference id + NaN, + 0, + null, + true, + false, + globalThis, + this, + ]; + this._goRefCounts = new Array(this._values.length).fill(Infinity); // number of references that Go has to a JS value, indexed by reference id + this._ids = new Map([ // mapping from JS values to reference ids + [0, 1], + [null, 2], + [true, 3], + [false, 4], + [globalThis, 5], + [this, 6], + ]); + this._idPool = []; // unused ids that have been garbage collected + this.exited = false; // whether the Go program has exited + + // Pass command line arguments and environment variables to WebAssembly by writing them to the linear memory. + let offset = 4096; + + const strPtr = (str) => { + const ptr = offset; + const bytes = encoder.encode(str + "\0"); + new Uint8Array(this.mem.buffer, offset, bytes.length).set(bytes); + offset += bytes.length; + if (offset % 8 !== 0) { + offset += 8 - (offset % 8); + } + return ptr; + }; + + const argc = this.argv.length; + + const argvPtrs = []; + this.argv.forEach((arg) => { + argvPtrs.push(strPtr(arg)); + }); + argvPtrs.push(0); + + const keys = Object.keys(this.env).sort(); + keys.forEach((key) => { + argvPtrs.push(strPtr(`${key}=${this.env[key]}`)); + }); + argvPtrs.push(0); + + const argv = offset; + argvPtrs.forEach((ptr) => { + this.mem.setUint32(offset, ptr, true); + this.mem.setUint32(offset + 4, 0, true); + offset += 8; + }); + + // The linker guarantees global data starts from at least wasmMinDataAddr. + // Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr. + const wasmMinDataAddr = 4096 + 8192; + if (offset >= wasmMinDataAddr) { + throw new Error("total length of command line and environment variables exceeds limit"); + } + + this._inst.exports.run(argc, argv); + if (this.exited) { + this._resolveExitPromise(); + } + await this._exitPromise; + } + + _resume() { + if (this.exited) { + throw new Error("Go program has already exited"); + } + this._inst.exports.resume(); + if (this.exited) { + this._resolveExitPromise(); + } + } + + _makeFuncWrapper(id) { + const go = this; + return function () { + const event = { id: id, this: this, args: arguments }; + go._pendingEvent = event; + go._resume(); + return event.result; + }; + } + } +})(); + +// @license-end \ No newline at end of file diff --git a/kittemail-prefork/resources/templates/autoconfig.xml b/kittemail-prefork/resources/templates/autoconfig.xml new file mode 100644 index 0000000..6a888d0 --- /dev/null +++ b/kittemail-prefork/resources/templates/autoconfig.xml @@ -0,0 +1,41 @@ + + + + ailur.dev + cta.social + + Kittemail + Kittemail + + + mail.ailur.dev + 465 + SSL + %EMAILADDRESS% + password-cleartext + client-IP-address + true + true + %LOGINCODE% + + + + Please click the link, and use the displayed login code as your password. + Bitte klicken Sie auf den Link und verwenden Sie den angezeigten Anmeldecode als Ihr Passwort. + Veuillez cliquer sur le lien et utiliser le code de connexion affiché comme votre mot de passe. + 请点击链接,使用显示的登录代码作为您的密码。 + リンクをクリックして、表示されたログインコードをパスワードとして使用してください。 + Пожалуйста, нажмите на ссылку и используйте отображаемый логин-код как ваш пароль. + Haga clic en el enlace y use el código de inicio de sesión mostrado como su contraseña. + Fare clic sul link e utilizzare il codice di accesso visualizzato come la vostra password. + الرجاء النقر على الرابط واستخدام رمز تسجيل الدخول المعروض ككلمة مرورك. + Lütfen bağlantıya tıklayın ve gösterilen giriş kodunu şifreniz olarak kullanın. + Κάντε κλικ στο σύνδεσμο και χρησιμοποιήστε τον εμφανιζόμενο κωδικό σύνδεσης ως τον κωδικό πρόσβασής σας. + Vă rugăm să faceți clic pe link și să utilizați codul de conectare afișat ca parolă. + + + + + + + \ No newline at end of file diff --git a/kittemail-prefork/resources/templates/index.html b/kittemail-prefork/resources/templates/index.html new file mode 100644 index 0000000..19a8760 --- /dev/null +++ b/kittemail-prefork/resources/templates/index.html @@ -0,0 +1,35 @@ + + + + Kittemail Home + + + + + + + +
+

Kittemail

+

Kittemail is a free, open-source email service that respects your privacy.

+ Open Kittemail +

Is it free?

+

Yes! Kittemail is free to use, and always will be.

+

You are allowed, by default, 25MB of storage. If you need any more, we will consider increasing your storage limit (chances are increased if , it isn't free to us to run this service :P).

+

What about email aliases?

+

Kittemail supports email aliases! Contact us if you would like to set up an email alias.

+

Due to this being in... beta, we currently do not automate this process. We will get back to you as soon as possible.

+

What about security?

+

Kittemail is secure, we hope...

+

Note: Kittemail is still in development. Please report any issues to our issue tracker.

+
+
+
+ + + + \ No newline at end of file diff --git a/kittemail-prefork/resources/templates/oauth.html b/kittemail-prefork/resources/templates/oauth.html new file mode 100644 index 0000000..5098e2c --- /dev/null +++ b/kittemail-prefork/resources/templates/oauth.html @@ -0,0 +1,25 @@ + + + + Logging in... + + + + + + + +
+ + +

Logging in...

+

+ + +
+
+
+ + diff --git a/kittemail-prefork/resources/templates/quickstart.html b/kittemail-prefork/resources/templates/quickstart.html new file mode 100644 index 0000000..c899278 --- /dev/null +++ b/kittemail-prefork/resources/templates/quickstart.html @@ -0,0 +1,39 @@ + + + + Quickstart + + + + + + +
+

Signed up!

+

Amazing! You've signed up for Kittemail. Now, let's get you set up.

+

Let's open up your email client and get you started.

+

IMAP/SMTP settings

+

Most modern email clients will automatically detect these settings, but if you need them, here they are:

+
    +
  • Username: Loading...
  • +
  • Password: Loading...
  • +
  • IMAP server: mail.ailur.dev OR mail.cta.social (both work)
  • +
  • IMAP port: 993
  • +
  • IMAP security: SSL/TLS
  • +
  • IMAP auth method: Normal password
  • +
  • SMTP server: mail.ailur.dev OR mail.cta.social (both work)
  • +
  • SMTP port: 465
  • +
  • SMTP security: SSL/TLS
  • +
  • SMTP auth method: Normal password
  • +
+

Webmail

+

Due to security concerns, we do not have a webmail client. We recommend using a desktop email client, such as Thunderbird, or a mobile email client, such as K-9 Mail.

+

The "security concerns" are that due to the nature of webmail, it is impossible to not store a plaintext copy of your email password. This has been mitigated using our email-specific login-code system, but most webmail clients would not support this, and it is inexcusable for a user to have to perform the hack we use for desktop email clients on an integrated webmail client.

+

Thank you for understanding.

+
+
+
+ + + + \ No newline at end of file diff --git a/kittemail-prefork/resources/templates/settings.html b/kittemail-prefork/resources/templates/settings.html new file mode 100644 index 0000000..bd69bb7 --- /dev/null +++ b/kittemail-prefork/resources/templates/settings.html @@ -0,0 +1,32 @@ + + + + Settings + + + + + + +
+

Settings

+

Welcome to the settings page!

+ + + +
+

Login code

+

Your login code is:

+ Loading... +
+ + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/kittemail-prefork/resources/templates/signup.html b/kittemail-prefork/resources/templates/signup.html new file mode 100644 index 0000000..8a0cb86 --- /dev/null +++ b/kittemail-prefork/resources/templates/signup.html @@ -0,0 +1,30 @@ + + + + Signup for Kittemail + + + + + + +
+

Signup for Kittemail

+

Alright, let's get you signed up!

+
+ +


+ +


+ +

+
+
+
+ + + + \ No newline at end of file diff --git a/kittemail-prefork/resources/wasm/oauth/main.go b/kittemail-prefork/resources/wasm/oauth/main.go new file mode 100644 index 0000000..b987d39 --- /dev/null +++ b/kittemail-prefork/resources/wasm/oauth/main.go @@ -0,0 +1,224 @@ +package main + +import ( + "crypto/rand" + "crypto/sha256" + "encoding/base64" + "encoding/json" + "errors" + "fmt" + "net/http" + "net/url" + "strings" + "syscall/js" + "time" +) + +func sha256Base64(s string) string { + hashed := sha256.Sum256([]byte(s)) + encoded := base64.URLEncoding.EncodeToString(hashed[:]) + encoded = strings.TrimRight(encoded, "=") + return encoded +} + +func randomChars(length int) (string, error) { + var saltChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" + if length <= 0 { + return "", errors.New("salt length must be greater than 0") + } + + salt := make([]byte, length) + randomBytes := make([]byte, length) + _, err := rand.Read(randomBytes) + if err != nil { + return "", err + } + + for i := range salt { + salt[i] = saltChars[int(randomBytes[i])%len(saltChars)] + } + return string(salt), nil +} + +func main() { + // Transition in + js.Global().Get("document").Get("documentElement").Get("style").Set("display", "initial") + js.Global().Get("swipe-out").Get("classList").Call("add", "swipe-out-animate") + + var sleepTime = 200 * time.Millisecond + if js.Global().Get("window").Call("matchMedia", "(prefers-reduced-motion: reduce)").Get("matches").Bool() { + sleepTime = 500 * time.Millisecond + } + + time.Sleep(sleepTime) + + localStorage := js.Global().Get("localStorage") + + statusBox := js.Global().Get("document").Call("getElementById", "statusBox") + tryAgain := js.Global().Get("document").Call("getElementById", "tryAgain") + + go func() { + // Check if the URL has a code + urlParams, err := url.ParseQuery(strings.TrimPrefix(js.Global().Get("window").Get("location").Get("search").String(), "?")) + if err != nil { + statusBox.Set("innerText", "Error parsing URL: "+err.Error()) + tryAgain.Set("style", "") + return + } + + if urlParams.Has("code") { + // Set the status box + statusBox.Set("innerText", "Authenticating...") + + // Create the form data + var formData = url.Values{} + formData.Set("grant_type", "authorization_code") + formData.Set("code", urlParams.Get("code")) + formData.Set("client_id", js.Global().Get("document").Call("getElementById", "clientId").Get("innerText").String()) + formData.Set("redirect_uri", js.Global().Get("window").Get("location").Get("origin").String()+"/oauth") + formData.Set("code_verifier", localStorage.Call("getItem", "OAUTH-verifier").String()) + + // Create the request + requestUri, err := url.JoinPath(js.Global().Get("document").Call("getElementById", "authorizationUri").Get("innerText").String(), "/api/oauth/token") + if err != nil { + statusBox.Set("innerText", "Error joining URL: "+err.Error()) + tryAgain.Set("style", "") + return + } + + response, err := http.Post(requestUri, "application/x-www-form-urlencoded", strings.NewReader(formData.Encode())) + if err != nil { + statusBox.Set("innerText", "Error contacting server: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Read the response + var responseMap map[string]interface{} + decoder := json.NewDecoder(response.Body) + err = decoder.Decode(&responseMap) + if err != nil { + statusBox.Set("innerText", "Error decoding server response: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Close the response body + err = response.Body.Close() + if err != nil { + fmt.Println("Could not close response body: " + err.Error() + ", memory leaks may occur") + } + + if response.StatusCode == 200 { + // Fetch userinfo + requestUri, err := url.JoinPath(js.Global().Get("document").Call("getElementById", "authorizationUri").Get("innerText").String(), "/api/oauth/userinfo") + if err != nil { + statusBox.Set("innerText", "Error joining URL: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Create the request + request, err := http.NewRequest("GET", requestUri, nil) + if err != nil { + statusBox.Set("innerText", "Error creating request: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Set the authorization header + request.Header.Set("Authorization", "Bearer "+responseMap["id_token"].(string)) + + // Send the request + response, err := http.DefaultClient.Do(request) + if err != nil { + statusBox.Set("innerText", "Error contacting server: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Read the response + decoder = json.NewDecoder(response.Body) + err = decoder.Decode(&responseMap) + if err != nil { + statusBox.Set("innerText", "Error decoding server response: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Close the response body + err = response.Body.Close() + if err != nil { + fmt.Println("Could not close response body: " + err.Error() + ", memory leaks may occur") + } + + // Save the username and token + localStorage.Call("setItem", "CONFIG-username", responseMap["username"].(string)) + localStorage.Call("setItem", "SECRET-token", responseMap["access_token"].(string)) + + // Remove the verifier + localStorage.Call("removeItem", "OAUTH-verifier") + + // Set the status box + statusBox.Set("innerText", "Successfully authenticated!") + + // Wait for 1 second + time.Sleep(1 * time.Second) + + // Redirect to the app + js.Global().Get("swipe").Get("classList").Call("add", "swipe-animate") + time.Sleep(sleepTime) + js.Global().Get("window").Get("location").Call("replace", "/settings") + return + } else if response.StatusCode != 500 { + statusBox.Set("innerText", responseMap["error"].(string)) + tryAgain.Set("style", "") + } else { + statusBox.Set("innerText", "Something went wrong! (error code: "+responseMap["code"].(string)+")") + tryAgain.Set("style", "") + } + } else if urlParams.Has("error") { + if urlParams.Get("error") == "access_denied" { + statusBox.Set("innerText", "Access denied") + tryAgain.Set("style", "") + } else { + statusBox.Set("innerText", "Authentication failed (error code: "+urlParams.Get("error")+")") + tryAgain.Set("style", "") + } + } else { + // Clear local storage of any previous verifier + localStorage.Call("removeItem", "OAUTH-verifier") + + // Start the authorization process + verifier, err := randomChars(128) + if err != nil { + statusBox.Set("innerText", "Error generating verifier: "+err.Error()) + tryAgain.Set("style", "") + return + } + + // Generate the challenge + verifierChallenge := sha256Base64(verifier) + + // Save the verifier + localStorage.Call("setItem", "OAUTH-verifier", verifier) + + // Redirect to the authorization page + js.Global().Get("swipe").Get("classList").Call("add", "swipe-animate") + time.Sleep(sleepTime) + js.Global().Get("window").Get("location").Call("replace", js.Global().Get("document").Call("getElementById", "authorizationUri").Get("innerText").String()+"/authorize?response_type=code&client_id="+js.Global().Get("document").Call("getElementById", "clientId").Get("innerText").String()+"&redirect_uri="+url.QueryEscape(js.Global().Get("window").Get("location").Get("origin").String()+"/oauth")+"&code_challenge="+verifierChallenge+"&code_challenge_method=S256") + } + }() + + // Add event listener to try again button + tryAgain.Call("addEventListener", "click", js.FuncOf(func(this js.Value, args []js.Value) interface{} { + // Redirect to the same URL without the query + js.Global().Get("swipe").Get("classList").Call("add", "swipe-animate") + time.Sleep(sleepTime) + js.Global().Get("window").Get("location").Call("replace", js.Global().Get("window").Get("location").Get("origin").String()+js.Global().Get("window").Get("location").Get("pathname").String()) + return nil + })) + + // Wait for events + select {} +} diff --git a/mailbox.go b/mailbox.go new file mode 100644 index 0000000..4970ce9 --- /dev/null +++ b/mailbox.go @@ -0,0 +1,546 @@ +package main + +import ( + "io" + "sync" + "time" + + "encoding/json" + + "github.com/emersion/go-imap" + "github.com/emersion/go-imap/backend/backendutil" + "github.com/google/uuid" +) + +var Delimiter = "/" + +type Mailbox struct { + Subscribed bool + id uuid.UUID + name string + user *User +} + +func (mbox *Mailbox) Name() string { + return mbox.name +} + +func (mbox *Mailbox) Info() (*imap.MailboxInfo, error) { + info := &imap.MailboxInfo{ + Delimiter: Delimiter, + Name: mbox.name, + } + return info, nil +} + +func (mbox *Mailbox) uidNext() (uint32, error) { + messages, err := Database.DB.Query("SELECT uid FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return 0, err + } + + defer func() { + err = messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + var uid uint32 + //goland:noinspection GoDfaErrorMayBeNotNil + for messages.Next() { + var messageID uint32 + err = messages.Scan(&messageID) + if err != nil { + return 0, err + } + if messageID > uid { + uid = messageID + } + } + + uid++ + return uid, nil +} + +func (mbox *Mailbox) flags() ([]string, error) { + flagsMap := make(map[string]struct{}) + flagSlices, err := Database.DB.Query("SELECT flags FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return nil, err + } + + defer func() { + err = flagSlices.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + for flagSlices.Next() { + var flagsRaw string + err := flagSlices.Scan(&flagsRaw) + if err != nil { + return nil, err + } + + var flags []string + err = json.Unmarshal([]byte(flagsRaw), &flags) + if err != nil { + return nil, err + } + + for _, f := range flags { + // It's still unique, even if it is reassigned + // Reassignment doesn't really matter since it's a 0 byte struct, and it would be less efficient to check if it's already in the map + flagsMap[f] = struct{}{} + } + } + + var flags []string + for f := range flagsMap { + flags = append(flags, f) + } + return flags, nil +} + +func (mbox *Mailbox) unseenSeqNum() (seqNum uint32, err error) { + messages, err := Database.DB.Query("SELECT flags FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return 0, err + } + + defer func() { + err = messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + for messages.Next() { + seqNum++ + + var flagsRaw string + err = messages.Scan(&flagsRaw) + if err != nil { + return 0, err + } + + var flags []string + err = json.Unmarshal([]byte(flagsRaw), &flags) + if err != nil { + return 0, err + } + + seen := false + for _, flag := range flags { + if flag == imap.SeenFlag { + seen = true + break + } + } + + if !seen { + return seqNum, nil + } + } + + return 0, nil +} + +func (mbox *Mailbox) Status(items []imap.StatusItem) (status *imap.MailboxStatus, err error) { + status = imap.NewMailboxStatus(mbox.name, items) + + status.Flags, err = mbox.flags() + if err != nil { + return + } + status.PermanentFlags = []string{"\\*"} + status.UnseenSeqNum, err = mbox.unseenSeqNum() + if err != nil { + return + } + + var messageCount int + var hasCounted sync.Once + + var hasUidNext sync.Once + var uidNext uint32 + + var hasUnseen sync.Once + var unseen uint32 + + for _, name := range items { + switch name { + case imap.StatusMessages: + hasCounted.Do(func() { + err = Database.DB.QueryRow("SELECT COUNT(*) FROM messages WHERE mailbox = $1", mbox.id[:]).Scan(&messageCount) + }) + if err != nil { + return + } + status.Messages = uint32(messageCount) + case imap.StatusUidNext: + hasUidNext.Do(func() { + uidNext, err = mbox.uidNext() + }) + if err != nil { + return + } + status.UidNext = uidNext + case imap.StatusUidValidity: + status.UidValidity = 1 + case imap.StatusRecent: + status.Recent = 0 // TODO: implement most recent message + case imap.StatusUnseen: + hasUnseen.Do(func() { + unseen, err = mbox.unseenSeqNum() + }) + if err != nil { + return + } + status.Unseen = unseen + } + } + + return +} + +func (mbox *Mailbox) SetSubscribed(subscribed bool) error { + _, err := Database.DB.Exec("UPDATE mailboxes SET subscribed = $1 WHERE id = $2", subscribed, mbox.id[:]) + if err != nil { + return err + } + + mbox.Subscribed = subscribed + return nil +} + +func (mbox *Mailbox) Check() error { + return nil +} + +func (mbox *Mailbox) ListMessages(useUid bool, seqSet *imap.SeqSet, items []imap.FetchItem, ch chan<- *imap.Message) error { + defer close(ch) + + messages, err := Database.DB.Query("SELECT id, uid, created, bodySize, flags, owner FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return err + } + + defer func() { + err := messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + var seqNum uint32 + for messages.Next() { + seqNum++ + + var uid, size uint32 + var date time.Time + var flagsRaw string + var ownerRaw []byte + var idRaw []byte + err := messages.Scan(&idRaw, &uid, &date, &size, &flagsRaw, &ownerRaw) + if err != nil { + // Skip any emails that can't be read + continue + } + + msg, err := LoadRawMessage(idRaw, uid, date, size, flagsRaw, ownerRaw, mbox) + if err != nil { + // Skip any emails that fail to load from disk + continue + } + + var id uint32 + if useUid { + id = msg.Uid + } else { + id = seqNum + } + if !seqSet.Contains(id) { + // Skip any emails that aren't in the sequence set + continue + } + + m, err := msg.Fetch(seqNum, items) + if err != nil { + // Skip any emails that can't be represented as an IMAP message + continue + } + + ch <- m + } + + return nil +} + +func (mbox *Mailbox) SearchMessages(useUid bool, criteria *imap.SearchCriteria) ([]uint32, error) { + messages, err := Database.DB.Query("SELECT id, uid, created, bodySize, flags, owner FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return nil, err + } + + var ids []uint32 + + defer func() { + err := messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + // TODO: Make this thing multithreaded + + var seqNum uint32 + for messages.Next() { + seqNum++ + + var uid, size uint32 + var date time.Time + var flagsRaw string + var ownerRaw []byte + var idRaw []byte + err := messages.Scan(&idRaw, &uid, &date, &size, &flagsRaw, &ownerRaw) + if err != nil { + // Skip any emails that can't be read + continue + } + + msg, err := LoadRawMessage(idRaw, uid, date, size, flagsRaw, ownerRaw, mbox) + if err != nil { + // Skip any emails that fail to load from disk + continue + } + + ok, err := msg.Match(seqNum, criteria) + if err != nil || !ok { + closeErr := msg.Close() + if closeErr != nil { + log("Failed to close message body: "+closeErr.Error()+", resource leaks may occur", 1) + } + + continue + } + + var id uint32 + if useUid { + id = msg.Uid + } else { + id = seqNum + } + + closeErr := msg.Close() + if closeErr != nil { + log("Failed to close message body: "+closeErr.Error()+", resource leaks may occur", 1) + } + + ids = append(ids, id) + } + + return ids, nil +} + +func (mbox *Mailbox) CreateMessage(flags []string, date time.Time, body imap.Literal) error { + if date.IsZero() { + date = time.Now() + } + + b, err := io.ReadAll(body) + if err != nil { + return err + } + + messageID := uuid.New() + + flagsRaw, err := json.Marshal(flags) + if err != nil { + return err + } + + uid, err := mbox.uidNext() + if err != nil { + return err + } + + _, err = Database.DB.Exec("INSERT INTO messages (mailbox, id, uid, created, bodySize, flags, owner) VALUES ($1, $2, $3, $4, $5, $6, $7)", mbox.id[:], messageID[:], uid, date, len(b), string(flagsRaw), mbox.user.sub[:]) + if err != nil { + return err + } + + return nil +} + +func (mbox *Mailbox) UpdateMessagesFlags(useUid bool, seqset *imap.SeqSet, op imap.FlagsOp, flags []string) error { + messages, err := Database.DB.Query("SELECT uid, flags FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return err + } + + defer func() { + err := messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + var seqNum uint32 + for messages.Next() { + seqNum++ + + var uid uint32 + var flagsRaw string + err := messages.Scan(&uid, &flagsRaw) + if err != nil { + // Skip any emails that can't be read + continue + } + + var msgFlags []string + err = json.Unmarshal([]byte(flagsRaw), &msgFlags) + if err != nil { + // Skip any emails that fail to unmarshal + continue + } + + var id uint32 + if useUid { + id = uid + } else { + id = seqNum + } + if !seqset.Contains(id) { + continue + } + + flags = backendutil.UpdateFlags(flags, op, flags) + + flagsBytes, err := json.Marshal(flags) + if err != nil { + // Skip any emails that fail to marshal + continue + } + + _, err = Database.DB.Exec("UPDATE messages SET flags = $1 WHERE mailbox = $2 AND uid = $3", string(flagsBytes), mbox.id[:], uid) + if err != nil { + // Skip any emails that fail to update + continue + } + } + + return nil +} + +func (mbox *Mailbox) CopyMessages(useUid bool, seqset *imap.SeqSet, destName string) error { + dest, err := mbox.user.GetRawMailbox(destName) + if err != nil { + return err + } + + messages, err := Database.DB.Query("SELECT id, uid, created, bodySize, flags, owner FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return err + } + + defer func() { + err := messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + var seqNum uint32 + for messages.Next() { + seqNum++ + + var uid, size uint32 + var date time.Time + var flagsRaw string + var idRaw, ownerRaw []byte + err := messages.Scan(&idRaw, &uid, &date, &size, &flagsRaw, &ownerRaw) + if err != nil { + // Skip any emails that can't be read + continue + } + + msg, err := LoadRawMessage(idRaw, uid, date, size, flagsRaw, ownerRaw, mbox) + if err != nil { + // Skip any emails that fail to load from disk + continue + } + + var id uint32 + if useUid { + id = msg.Uid + } else { + id = seqNum + } + if !seqset.Contains(id) { + continue + } + + msgCopy := *msg + msgCopy.Uid, err = dest.uidNext() + if err != nil { + closeErr := msg.Body.Close() + if closeErr != nil { + log("Failed to close message body: "+closeErr.Error()+", resource leaks may occur", 1) + } + return err + } + + err = dest.CreateMessage(msgCopy.Flags, msgCopy.Date, msgCopy.getBody()) + if err != nil { + closeErr := msg.Body.Close() + if closeErr != nil { + log("Failed to close message body: "+closeErr.Error()+", resource leaks may occur", 1) + } + return err + } + } + + return nil +} + +func (mbox *Mailbox) Expunge() error { + messages, err := Database.DB.Query("SELECT id FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return err + } + + defer func() { + err := messages.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + for messages.Next() { + var idRaw []byte + err := messages.Scan(&idRaw) + if err != nil { + return err + } + + id, err := uuid.FromBytes(idRaw) + if err != nil { + return err + } + + err = DeleteFile(id.String(), mbox.user.sub) + if err != nil { + return err + } + } + + _, err = Database.DB.Exec("DELETE FROM messages WHERE mailbox = $1", mbox.id[:]) + if err != nil { + return err + } + + return nil +} diff --git a/main.go b/main.go new file mode 100644 index 0000000..3457e37 --- /dev/null +++ b/main.go @@ -0,0 +1,688 @@ +package main + +import ( + "bytes" + "errors" + "io" + "net" + "net/url" + "os" + "sync" + "time" + + "crypto/ed25519" + "crypto/tls" + "encoding/json" + "git.ailur.dev/ailur/smtp" + "github.com/emersion/go-imap/server" + "github.com/golang-jwt/jwt/v5" + "github.com/google/uuid" + "net/http" + "net/textproto" + + library "git.ailur.dev/ailur/fg-library/v2" + nucleusLibrary "git.ailur.dev/ailur/fg-nucleus-library" +) + +var ServiceInformation = library.Service{ + Name: "kittemail", + Permissions: library.Permissions{ + Authenticate: true, + Database: true, + BlobStorage: true, + InterServiceCommunication: true, + Resources: false, + }, + ServiceID: uuid.MustParse("068b0c04-d8c8-4738-90fa-d3827f5abf68"), +} + +// Log a message to the logger service +// messageType: +// 0 - Information +// 1 - Warning +// 2 - Error +// 3 - Guru (exits immediately) +func log(message string, messageType uint64) { + Information.Outbox <- library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000002"), + MessageType: messageType, + SentAt: time.Now(), + Message: message, + } +} + +func Authenticate(token string, config OAuthConfig) (uuid.UUID, error) { + parsedToken, err := jwt.Parse(token, func(token *jwt.Token) (interface{}, error) { + return config.PublicKey, nil + }) + if err != nil { + return uuid.Nil, err + } + + if !parsedToken.Valid { + return uuid.Nil, errors.New("invalid token") + } + + claims, ok := parsedToken.Claims.(jwt.MapClaims) + if !ok { + return uuid.Nil, errors.New("invalid token") + } + + date, err := claims.GetExpirationTime() + if err != nil || date.Before(time.Now()) || claims["sub"] == nil || claims["isOpenID"] == nil || claims["isOpenID"].(bool) { + return uuid.Nil, errors.New("invalid token") + } + + return uuid.MustParse(claims["sub"].(string)), nil +} + +func GetUsername(token string, config OAuthConfig) (string, error) { + var responseData struct { + Username string `json:"username"` + } + + request, err := http.NewRequest("GET", config.HostName+"/api/oauth/userinfo", nil) + if err != nil { + return "", err + } + + request.Header.Set("Authorization", "Bearer "+token) + + response, err := http.DefaultClient.Do(request) + if err != nil { + return "", err + } + + if response.StatusCode != 200 || response.Body == nil || response.Body == http.NoBody { + return "", errors.New("invalid response") + } + + err = json.NewDecoder(response.Body).Decode(&responseData) + if err != nil { + return "", err + } + + return responseData.Username, nil +} + +func StoreFile(name string, data []byte, owner uuid.UUID) error { + response, err := timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000003"), + MessageType: 3, + SentAt: time.Now(), + Message: nucleusLibrary.File{ + Name: name, + User: owner, + Bytes: data, + }, + }, 3*time.Second) + if err != nil { + return err + } + + switch response.MessageType { + case 0: + return nil + case 1, 2: + return errors.New(response.Message.(string)) + default: + return errors.New("unknown error") + } +} + +func GetFile(name string, owner uuid.UUID) (*os.File, error) { + response, err := timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000003"), + MessageType: 4, + SentAt: time.Now(), + Message: nucleusLibrary.File{ + Name: name, + User: owner, + }, + }, 3*time.Second) + if err != nil { + return nil, err + } + + switch response.MessageType { + case 0: + file, ok := response.Message.(*os.File) + if !ok { + return nil, errors.New("invalid response") + } + + return file, nil + case 1, 2: + return nil, errors.New(response.Message.(string)) + default: + return nil, errors.New("unknown error") + } +} + +func DeleteFile(name string, owner uuid.UUID) error { + response, err := timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000003"), + MessageType: 5, + SentAt: time.Now(), + Message: nucleusLibrary.File{ + Name: name, + User: owner, + }, + }, 3*time.Second) + if err != nil { + return err + } + + switch response.MessageType { + case 0: + return nil + case 1, 2: + return errors.New(response.Message.(string)) + default: + return errors.New("unknown error") + } +} + +func timedOutInterServiceMessage(message library.InterServiceMessage, timeout time.Duration) (response library.InterServiceMessage, err error) { + Information.Outbox <- message + + var stopped sync.Once + stop := make(chan struct{}) + + go func() { + time.Sleep(timeout) + if response == (library.InterServiceMessage{}) { + err = errors.New("timed out") + stopped.Do(func() { + close(stop) + }) + } + }() + + go func() { + for { + select { + case response = <-Information.Inbox: + stopped.Do(func() { + close(stop) + }) + return + case <-stop: + return + } + } + }() + + select { + case <-stop: + return + } +} + +func getDatabase() (database library.Database, err error) { + var response library.InterServiceMessage + response, err = timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000001"), + MessageType: 1, + SentAt: time.Now(), + Message: nil, + }, 3*time.Second) + if err != nil { + return + } + + switch response.MessageType { + case 2: + var ok bool + database, ok = response.Message.(library.Database) + if !ok { + err = errors.New("database not found") + return + } + + err = setupDatabase(database) + if err != nil { + return + } + case 1, 0: + err = errors.New(response.Message.(string)) + default: + err = errors.New("unknown error") + } + + return +} + +func getPublicKey() (publicKey ed25519.PublicKey, err error) { + var response library.InterServiceMessage + response, err = timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), + MessageType: 2, + SentAt: time.Now(), + Message: nil, + }, 3*time.Second) + if err != nil { + return + } + + switch response.MessageType { + case 2: + var ok bool + publicKey, ok = response.Message.(ed25519.PublicKey) + if !ok { + err = errors.New("publicKey not found") + return + } + default: + err = errors.New("unknown error") + } + + return +} + +func getOAuthHostName() (hostName string, err error) { + var response library.InterServiceMessage + response, err = timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), + MessageType: 0, + SentAt: time.Now(), + Message: nil, + }, 3*time.Second) + if err != nil { + return + } + + switch response.MessageType { + case 0: + var ok bool + hostName, ok = response.Message.(string) + if !ok { + err = errors.New("oauthHostName not found") + return + } + case 1, 2: + err = response.Message.(error) + default: + err = errors.New("unknown error") + } + + return +} + +func registerOAuth(hostName string) (oauthRegistration nucleusLibrary.OAuthResponse, err error) { + var urlPath string + urlPath, err = url.JoinPath(hostName, "/oauth") + if err != nil { + return + } + + var response library.InterServiceMessage + response, err = timedOutInterServiceMessage(library.InterServiceMessage{ + ServiceID: ServiceInformation.ServiceID, + ForServiceID: uuid.MustParse("00000000-0000-0000-0000-000000000004"), + MessageType: 1, + SentAt: time.Now(), + Message: nucleusLibrary.OAuthInformation{ + Name: "Kittemail", + RedirectUri: urlPath, + Scopes: []string{"openid"}, + }, + }, 3*time.Second) + if err != nil { + return + } + + switch response.MessageType { + case 0: + var ok bool + oauthRegistration, ok = response.Message.(nucleusLibrary.OAuthResponse) + if !ok { + err = errors.New("oauthRegistration not found") + } + case 1, 2: + err = errors.New(response.Message.(string)) + default: + err = errors.New("unknown error") + } + + return +} + +func beginInitialisation(hostName string) (database library.Database, publicKey ed25519.PublicKey, oauthHostName string, oauthRegistration nucleusLibrary.OAuthResponse, err error) { + database, err = getDatabase() + if err != nil { + return + } + + publicKey, err = getPublicKey() + if err != nil { + return + } + + oauthHostName, err = getOAuthHostName() + if err != nil { + return + } + + oauthRegistration, err = registerOAuth(hostName) + if err != nil { + return + } + + return +} + +func setupDatabase(database library.Database) error { + if database.DBType == library.Sqlite { + _, err := database.DB.Exec("CREATE TABLE IF NOT EXISTS emails (id BLOB NOT NULL PRIMARY KEY, prefix TEXT NOT NULL, suffix TEXT NOT NULL, creator BLOB NOT NULL, UNIQUE(prefix, suffix))") + if err != nil { + return err + } + + _, err = database.DB.Exec("CREATE TABLE IF NOT EXISTS mailboxes (id BLOB NOT NULL PRIMARY KEY, owner BLOB NOT NULL, mailbox TEXT NOT NULL, subscribed BOOLEAN NOT NULL DEFAULT FALSE, UNIQUE(mailbox, owner))") + if err != nil { + return err + } + + _, err = database.DB.Exec("CREATE TABLE IF NOT EXISTS messages (id BLOB NOT NULL PRIMARY KEY, owner BLOB NOT NULL, uid INTEGER NOT NULL, created INTEGER NOT NULL, bodySize INTEGER NOT NULL, flags TEXT NOT NULL, mailbox BLOB NOT NULL, FOREIGN KEY (mailbox) REFERENCES mailboxes(id))") + if err != nil { + return err + } + } else { + _, err := database.DB.Exec("CREATE TABLE IF NOT EXISTS emails (id BYTEA NOT NULL PRIMARY KEY, prefix TEXT NOT NULL, suffix TEXT NOT NULL, creator BYTEA NOT NULL, UNIQUE(prefix, suffix))") + if err != nil { + return err + } + + _, err = database.DB.Exec("CREATE TABLE IF NOT EXISTS mailboxes (id BYTEA NOT NULL PRIMARY KEY, owner BLOB NOT NULL, mailbox TEXT NOT NULL, subscribed BOOLEAN NOT NULL DEFAULT FALSE, UNIQUE(mailbox, owner))") + if err != nil { + return err + } + + _, err = database.DB.Exec("CREATE TABLE IF NOT EXISTS messages (id BYTEA NOT NULL PRIMARY KEY, owner BYTEA NOT NULL, uid BIGINT NOT NULL, created INTEGER NOT NULL, bodySize BIGINT NOT NULL, flags TEXT NOT NULL, mailbox BYTEA NOT NULL, FOREIGN KEY (mailbox) REFERENCES mailboxes(id))") + if err != nil { + return err + } + } + + return nil +} + +type ByteLiteral struct { + UnderlyingReader io.Reader + Length int +} + +func (l *ByteLiteral) Read(p []byte) (n int, err error) { + return l.UnderlyingReader.Read(p) +} + +func (l *ByteLiteral) Len() int { + return l.Length +} + +var ( + Information library.ServiceInitializationInformation + Database library.Database + SMTPDatabaseBackend = smtp.DatabaseBackend{ + CheckUser: func(address *smtp.Address) (bool, error) { + var prefix, suffix string + err := Database.DB.QueryRow("SELECT prefix, suffix FROM emails WHERE prefix = $1 AND suffix = $2", address.Name, address.Address).Scan(&prefix, &suffix) + if err != nil { + return false, errors.New("503 5.5.1 User not found") + } + + if prefix == address.Name && suffix == address.Address { + return true, nil + } else { + return false, nil + } + }, + WriteMail: func(mail *smtp.Mail) error { + for _, recipient := range mail.To { + var idRaw []byte + err := Database.DB.QueryRow("SELECT creator FROM emails WHERE prefix = $1 AND suffix = $2", recipient.Name, recipient.Address).Scan(&idRaw) + if err != nil { + return errors.New("503 5.5.1 User not found") + } + + user := &User{ + sub: uuid.Must(uuid.FromBytes(idRaw)), + openMessages: make(map[*Message]struct{}), + } + + mailbox, err := user.GetMailbox("INBOX") + if err != nil { + return errors.New("503 5.5.1 User not found") + } + + err = mailbox.CreateMessage(nil, time.Now(), &ByteLiteral{ + UnderlyingReader: bytes.NewReader(mail.Data), + Length: len(mail.Data), + }) + if err != nil { + return errors.New("421 4.7.0 Error storing message") + } + + return nil + } + + return nil + }, + } + NewSMTPAuthenticationBackend = func(OAuthRegistration OAuthConfig) smtp.AuthenticationBackend { + return smtp.AuthenticationBackend{ + Authenticate: func(initial string, conn *textproto.Conn) (smtp.CheckAddress, error) { + sub, err := Authenticate(initial, OAuthRegistration) + if err != nil { + return nil, err + } + + return func(address *smtp.Address) (bool, error) { + rows, err := Database.DB.Query("SELECT prefix, suffix FROM emails WHERE creator = $1", sub[:]) + if err != nil { + return false, err + } + + for rows.Next() { + var prefix, suffix string + err = rows.Scan(&prefix, &suffix) + if err != nil { + return false, err + } + + if address.Name == prefix && address.Address == suffix { + return true, nil + } + } + + return false, nil + }, nil + }, + } + } +) + +func parseConfig() (hostName string, listenerHost string, ownedDomains []string, enforceTLS bool, enableTLS bool, certificatePath string, keyPath string, err error) { + var ok bool + hostName, ok = Information.Configuration["hostName"].(string) + if !ok { + err = errors.New("hostName not found") + return + } + + listenerHost, ok = Information.Configuration["listenerHost"].(string) + if !ok { + err = errors.New("listenerHost not found") + return + } + + ownedDomains, ok = Information.Configuration["ownedDomains"].([]string) + if !ok { + err = errors.New("ownedDomains not found") + return + } + + enforceTLS, ok = Information.Configuration["enforceTLS"].(bool) + if !ok { + err = errors.New("enforceTLS not found") + return + } + + enableTLS, ok = Information.Configuration["enableTLS"].(bool) + if !ok { + err = errors.New("enableTLS not found") + return + } + + if enforceTLS && !enableTLS { + err = errors.New("cannot enforce TLS without enabling it") + return + } + + if enableTLS { + tlsConfiguration, ok := Information.Configuration["tlsConfiguration"].(map[string]interface{}) + if !ok { + err = errors.New("tlsConfiguration not found") + return + } + + certificatePath, ok = tlsConfiguration["certificatePath"].(string) + if !ok { + err = errors.New("certificatePath not found") + return + } + + keyPath, ok = tlsConfiguration["keyPath"].(string) + if !ok { + err = errors.New("keyPath not found") + return + } + } + + return +} + +func getTLSConfig(enableTLS bool, certificatePath string, keyPath string) (tlsConfig *tls.Config, err error) { + if enableTLS { + certificate, err := tls.LoadX509KeyPair(certificatePath, keyPath) + if err != nil { + return nil, err + } + + tlsConfig = &tls.Config{ + Certificates: []tls.Certificate{certificate}, + } + } else { + tlsConfig = &tls.Config{ + GetCertificate: func(info *tls.ClientHelloInfo) (*tls.Certificate, error) { + return nil, errors.New("TLS disabled in configuration") + }, + } + } + + return +} + +func Main(information library.ServiceInitializationInformation) { + Information = information + hostName, listenerHost, ownedDomains, enforceTLS, enableTLS, certificatePath, keyPath, err := parseConfig() + + var oauthConfig OAuthConfig + // var oauthRegistration nucleusLibrary.OAuthResponse + Database, oauthConfig.PublicKey, oauthConfig.HostName, _, err = beginInitialisation(hostName) + if err != nil { + log("Failed to initialise: "+err.Error(), 3) + return + } + + imapBackend := &Backend{oauthConfig: oauthConfig} + + tlsConfig, err := getTLSConfig(enableTLS, certificatePath, keyPath) + if err != nil { + log("Failed to get TLS config: "+err.Error(), 3) + return + } + + // Plaintext IMAP port + go func() { + imapServer := server.New(imapBackend) + if !enforceTLS { + imapServer.AllowInsecureAuth = true + } + imapServer.TLSConfig = tlsConfig + imapServer.Addr = listenerHost + ":143" + err := imapServer.ListenAndServe() + if err != nil { + log("Failed to serve IMAP: "+err.Error(), 3) + } + }() + + // Implicit TLS IMAP port + go func() { + imapServer := server.New(imapBackend) + if !enforceTLS { + imapServer.AllowInsecureAuth = true + } + imapServer.TLSConfig = tlsConfig + imapServer.Addr = listenerHost + ":993" + err := imapServer.ListenAndServeTLS() + if err != nil { + log("Failed to serve IMAP: "+err.Error(), 3) + } + }() + + var smtpTLSConfig *tls.Config + if enableTLS { + smtpTLSConfig = tlsConfig + } + + // SMTP Proxy port + go func() { + smtpListener, err := net.Listen("tcp", ":25") + if err != nil { + log("Failed to listen on port 25: "+err.Error(), 3) + return + } + smtpBackend := smtp.NewReceiver(smtpListener, hostName, ownedDomains, enforceTLS, SMTPDatabaseBackend, NewSMTPAuthenticationBackend(oauthConfig), smtpTLSConfig) + err = smtpBackend.Serve() + if err != nil { + log("Failed to serve SMTP: "+err.Error(), 3) + } + }() + + // Plaintext submission port + go func() { + smtpListener, err := net.Listen("tcp", ":587") + if err != nil { + log("Failed to listen on port 587: "+err.Error(), 3) + return + } + smtpBackend := smtp.NewReceiver(smtpListener, hostName, ownedDomains, enforceTLS, SMTPDatabaseBackend, NewSMTPAuthenticationBackend(oauthConfig), smtpTLSConfig) + err = smtpBackend.Serve() + if err != nil { + log("Failed to serve SMTP submission: "+err.Error(), 3) + } + }() + + // Implicit TLS Submission port + go func() { + smtpListener, err := net.Listen("tcp", ":465") + if err != nil { + log("Failed to listen on port 587: "+err.Error(), 3) + return + } + smtpBackend := smtp.NewReceiver(tls.NewListener(smtpListener, tlsConfig), hostName, ownedDomains, enforceTLS, SMTPDatabaseBackend, NewSMTPAuthenticationBackend(oauthConfig), smtpTLSConfig) + err = smtpBackend.Serve() + if err != nil { + log("Failed to serve SMTP submission: "+err.Error(), 3) + } + }() +} diff --git a/message.go b/message.go new file mode 100644 index 0000000..09e6fa9 --- /dev/null +++ b/message.go @@ -0,0 +1,148 @@ +package main + +import ( + "bufio" + "errors" + "io" + "syscall" + "time" + + "encoding/json" + + "github.com/emersion/go-imap" + "github.com/emersion/go-imap/backend/backendutil" + "github.com/emersion/go-message" + "github.com/emersion/go-message/textproto" + "github.com/google/uuid" +) + +type Message struct { + Id uuid.UUID + Uid uint32 + Date time.Time + Size uint32 + Flags []string + Body io.ReadCloser + Mailbox *Mailbox +} + +func (m *Message) Close() (err error) { + err = m.Body.Close() + if err != nil { + if errors.Is(err, syscall.EINVAL) { + err = nil + delete(m.Mailbox.user.openMessages, m) + } + } else { + delete(m.Mailbox.user.openMessages, m) + } + + return err +} + +type Literal struct { + UnderlyingReader io.ReadCloser + Message *Message +} + +func (l *Literal) Len() int { + return int(l.Message.Size) +} + +func (l *Literal) Read(p []byte) (n int, err error) { + return l.UnderlyingReader.Read(p) +} + +func (m *Message) getBody() imap.Literal { + return &Literal{ + UnderlyingReader: m.Body, + Message: m, + } +} + +func (m *Message) entity() (*message.Entity, error) { + return message.Read(m.Body) +} + +func (m *Message) header() (textproto.Header, error) { + hdr, err := textproto.ReadHeader(bufio.NewReader(m.Body)) + return hdr, err +} + +func (m *Message) Fetch(seqNum uint32, items []imap.FetchItem) (*imap.Message, error) { + fetched := imap.NewMessage(seqNum, items) + for _, item := range items { + switch item { + case imap.FetchEnvelope: + hdr, _ := m.header() + fetched.Envelope, _ = backendutil.FetchEnvelope(hdr) + case imap.FetchBody, imap.FetchBodyStructure: + hdr, _ := m.header() + fetched.BodyStructure, _ = backendutil.FetchBodyStructure(hdr, m.Body, item == imap.FetchBodyStructure) + case imap.FetchFlags: + fetched.Flags = m.Flags + case imap.FetchInternalDate: + fetched.InternalDate = m.Date + case imap.FetchRFC822Size: + fetched.Size = m.Size + case imap.FetchUid: + fetched.Uid = m.Uid + default: + section, err := imap.ParseBodySectionName(item) + if err != nil { + break + } + + body := bufio.NewReader(m.Body) + hdr, err := textproto.ReadHeader(body) + if err != nil { + return nil, err + } + + l, _ := backendutil.FetchBodySection(hdr, m.Body, section) + fetched.Body[section] = l + } + } + + return fetched, nil +} + +func (m *Message) Match(seqNum uint32, c *imap.SearchCriteria) (bool, error) { + e, _ := m.entity() + return backendutil.Match(e, seqNum, m.Uid, m.Date, m.Flags, c) +} + +func LoadRawMessage(idRaw []byte, uid uint32, date time.Time, size uint32, flagsRaw string, ownerRaw []byte, mailbox *Mailbox) (*Message, error) { + msg := &Message{ + Uid: uid, + Date: date, + Size: size, + Mailbox: mailbox, + } + + mailbox.user.openMessages[msg] = struct{}{} + + err := json.Unmarshal([]byte(flagsRaw), &msg.Flags) + if err != nil { + return nil, err + } + + msg.Id, err = uuid.FromBytes(idRaw) + if err != nil { + return nil, err + } + + owner, err := uuid.FromBytes(ownerRaw) + if err != nil { + return nil, err + } + + file, err := GetFile(msg.Id.String(), owner) + if err != nil { + return nil, err + } + + msg.Body = file + + return msg, nil +} diff --git a/user.go b/user.go new file mode 100644 index 0000000..4b47a2f --- /dev/null +++ b/user.go @@ -0,0 +1,142 @@ +package main + +import ( + "errors" + "github.com/emersion/go-imap" + "github.com/emersion/go-imap/backend" + "github.com/google/uuid" +) + +type User struct { + username string + sub uuid.UUID + openMessages map[*Message]struct{} +} + +func (u *User) Username() string { + return u.username +} + +func (u *User) ListMailboxes(subscribed bool) (mailboxes []backend.Mailbox, err error) { + mailboxQuery, err := Database.DB.Query("SELECT mailbox, subscribed FROM mailboxes") + if err != nil { + return nil, err + } + + defer func() { + err := mailboxQuery.Close() + if err != nil { + log("Failed to close rows: "+err.Error()+", resource leaks may occur", 1) + } + }() + + for mailboxQuery.Next() { + var name string + var subscribed bool + err := mailboxQuery.Scan(&name, &subscribed) + if err != nil { + return nil, err + } + + mbox := &Mailbox{ + name: name, + user: u, + } + mbox.Subscribed = subscribed + + err = Database.DB.QueryRow("SELECT id FROM mailboxes WHERE mailbox = $1", name).Scan(&mbox.id) + if err != nil { + return nil, err + } + + mailboxes = append(mailboxes, mbox) + } + + return mailboxes, nil +} + +func (u *User) GetRawMailbox(name string) (mailbox *Mailbox, err error) { + mailbox = &Mailbox{ + name: name, + user: u, + } + + err = Database.DB.QueryRow("SELECT id, subscribed FROM mailboxes WHERE mailbox = $1", name).Scan(&mailbox.id, &mailbox.Subscribed) + if err != nil { + return nil, err + } + + return mailbox, nil +} + +func (u *User) GetMailbox(name string) (mailbox backend.Mailbox, err error) { + return u.GetRawMailbox(name) +} + +func (u *User) CreateMailbox(name string) error { + _, err := Database.DB.Exec("INSERT INTO mailboxes (mailbox, id, owner) VALUES ($1, $2, $3)", name, uuid.New(), u.sub[:]) + if err != nil { + return err + } + + return nil +} + +func (u *User) DeleteMailbox(name string) error { + if name == "INBOX" { + return errors.New("cannot delete INBOX") + } + + _, err := Database.DB.Exec("DELETE FROM mailboxes WHERE mailbox = $1", name) + if err != nil { + return err + } + + return nil +} + +func (u *User) RenameMailbox(existingName, newName string) error { + if existingName != "INBOX" { + _, err := Database.DB.Exec("UPDATE mailboxes SET mailbox = $1 WHERE mailbox = $2", newName, existingName) + if err != nil { + return err + } + } else { + // INBOX is a special case, we need to create a new mailbox and copy the contents + err := u.CreateMailbox(newName) + if err != nil { + return err + } + + inbox, err := u.GetRawMailbox(newName) + if err != nil { + return err + } + + set := new(imap.SeqSet) + set.AddRange(1, 4294967295) // uint32 maximum value, essentially means all messages + + err = inbox.CopyMessages(true, set, newName) + if err != nil { + return err + } + + err = inbox.Expunge() + if err != nil { + return err + } + } + + return nil +} + +func (u *User) Logout() error { + for msg := range u.openMessages { + err := msg.Close() + if err != nil { + return err + } + } + + return nil +}