mox/http
2023-02-25 11:20:07 +01:00
..
account.go fix 3 cases of shadowed variables (other than "err") 2023-02-16 13:24:51 +01:00
account.html make api urls relative, so they can work then being reverse proxied 2023-02-25 11:20:07 +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 make api urls relative, so they can work then being reverse proxied 2023-02-25 11:20:07 +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 do not bind to port 443 for tls-alpn01 if there is no ACME configured 2023-02-22 23:22:42 +01:00