0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add config option to disable tls client auth during tls handshakes More... 10 days ago
fix typo's More... 10 days ago
add config option to disable rate limiting for the webserver, and take a reverse proxy into account when finding the ip to use for webserver ratelimting More... about 1 month ago
add "Fail" transport, that immediately fails delivery More... about 1 month ago
add mx preference to smtpclient.GatherDestinations More... about 1 month ago
fix tests for previous commit More... about 1 month ago
fix building previous commit with go1.23 More... about 1 month ago
add "mox smtp dial" subcommand, for debugging connectivity issues More... about 1 month ago
fix findings from gopls More... about 1 month ago
add ":z" to docker-compose volumes and remove deprecated version field from yml files More... about 1 month ago
fix typos in referrer header More... about 2 months ago
when registering login attempts, use X-Forwarded-For header for finding the IP address More... about 2 months ago
add v0.0.15 to website and rotate apidiff More... 2 months ago
nit, tweaking release process order More... 2 months ago
accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s) More... 2 months ago
change default dmarc & tls reporting address so they don't contain a dash More... 2 months ago
fix flaky test where closing the imapclient connection fails because the server has also closed the tls connection More... 2 months ago
when reparsing all messages, actually store the new mime structure in the database More... 2 months ago
queue: before removing files from the queue, close them, so removing doesn't fail on windows More... 2 months ago
use smaller batch size when reparsing all messages, to stay response when making changes on slower machines More... 2 months ago
update public suffix list More... 2 months ago
update to latest golang.org/x dependencies More... 2 months ago
add "mox config account list", printing all accounts and whether they are disabled More... 2 months ago
automatically reparse all messages, in the background, after addition of header fields in the parsed mime form of messages in the message index database More... 2 months ago
message: when parsing a message, don't treat absent header and empty header value the same More... 2 months ago
imapserver: fix fuzz tests More... 2 months ago
imapclient: first step towards making package usable as imap client with other imap servers, and minor imapserver bug fix More... 2 months ago
imapclient: clean up function signature of New, allowing for future options too More... 2 months ago
imapserver: simplify and fix logic around processing changes while opening a mailbox (with SELECT or EXAMINE) More... 2 months ago
imapserver: enable test that checked that an expunged message can still be read in sessions when they haven't processed the deletion yet. More... 2 months ago