mox/http
Mechiel Lukkien cc3a2c9bc8
make it possible to serve https on a different port than 443 through configuration
so you can run mox on openbsd with port redirects in pf.conf.

in the future, starting as root, binding the sockets, and passing the bound
sockets to a new unprivileged process should be implemented, but this should
get openbsd users going.

from discussion with mteege
2023-02-18 16:53:06 +01:00
..
account.go fix 3 cases of shadowed variables (other than "err") 2023-02-16 13:24:51 +01:00
account.html on accounts page, fix opening destination with utf8 2023-02-16 10:26:28 +01:00
account_test.go add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
accountapi.json add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
admin.go consistently use log.Check for logging errors that "should not happen", don't influence application flow 2023-02-16 13:22:00 +01:00
admin.html add funtionality to import zip/tgz with maildirs/mboxes to account page 2023-02-16 09:57:27 +01:00
admin_test.go make account web page configurable separately from admin, add http auth rate limiting 2023-02-13 13:53:47 +01:00
adminapi.json on admin index page, show number of messages in queue next to link to the queue list 2023-02-08 19:42:21 +01:00
autoconf.go support cram-md5 authentication for imap and smtp 2023-02-05 16:29:03 +01:00
autoconf_test.go mox! 2023-01-30 14:27:06 +01:00
import.go only send \NonExistent for IMAP4rev2, and automatically subscribe to imported mailboxes 2023-02-17 18:35:11 +01:00
mtasts.go consistently use log.Check for logging errors that "should not happen", don't influence application flow 2023-02-16 13:22:00 +01:00
mtasts_test.go mox! 2023-01-30 14:27:06 +01:00
web.go make it possible to serve https on a different port than 443 through configuration 2023-02-18 16:53:06 +01:00