0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
smtpserver: when doing slow writes due to spammy incoming delivery, try a bit harder to prevent a timeout for the other side (if it is mox/itself!) More... 5 months ago
ensure kind "acme-tls-alpn-01" is registered on the http handler More... 5 months ago
dkim: add reference to rfc that says not to accept rsa keys < 1024 bits More... 5 months ago
fix race in imapserver tests More... 6 months ago
try harder to start docker integration tests with clean slate More... 6 months ago
webadmin: when loading page with webserver routes, internal services would always be shown with "admin" as internal services, and saving the handler would overwrite the correct setting More... 6 months ago
fix verifying dane-ta connections for outgoing email where the dane-ta record is not for the first certificate in the chain after the leaf certifiate. More... 6 months ago
update to golang.org/x/net/html (slow parsing fixed) and other golang.org/x deps More... 6 months ago
only use constant strings in string formatting More... 6 months ago
quickstart: for -existing-webserver, also tls key/cert placeholder for mail.$domain More... 6 months ago
quickstart: write all output to a file "quickstart.log" for later reference More... 6 months ago
do not try to get a tls cert for autoconfig.<domain> at startup if there is no listener with autoconfig enabled More... 6 months ago
try clarifying that aliases are lists, not to be used for simply adding an address to an account More... 6 months ago
instead of using loglevel error for printing a warning, just log it as "warn" error level, and don't log message parsing errors as loglevel error More... 6 months ago
mox retrain: make the parameter, for account, optional and retrain all accounts when absent More... 6 months ago
junk filter: fix adjusting word counts after train/untrain More... 6 months ago
move func PartStructure from webhook to queue, so it isn't tracked anymore for apidiff changes More... 6 months ago
move checking whether a message needs smtputf8 (has utf8 in any of the header sections) to package message More... 6 months ago
webmail: move 2 config options from localstorage to the settings popup, storing their values on the server More... 6 months ago
webmail: don't bind to shortcuts ctrl-l, ctrl-u and ctrl-I More... 6 months ago
tweak doucmentation for sasl and scram More... 6 months ago
add missing space in x-mox-reason that's been bothering me for a while More... 6 months ago
add metrics that track how many error/warn/info logging is happening More... 6 months ago
webmail: don't consume keyboard events while login form is open More... 6 months ago
add an option for the smtp delivery listener to enable/disable tls session tickets More... 6 months ago
add Content-Disposition and Filename to the payload of incoming webhooks More... 6 months ago
implement tls client certificate authentication More... 6 months ago
move config-changing code from package mox-/ to admin/ More... 7 months ago
switch to math/rand/v2 in most places More... 7 months ago
use reflect.TypeFor instead of kludgy reflect.TypeOf More... 7 months ago