0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
imapserver: implement NOTIFY extension from RFC 5465 More... 2 months ago
run ineffassign (fast) before staticcheck (slow) More... 2 months ago
queue: in log lines about delivery, we had both "attempts" starting at 0 and "attempt" starting at 1, keep only "attempts" starting at 1 More... 2 months ago
imapserver: return proper response for FETCH of "BODY[1.MIME]" where 1 is a message More... 2 months ago
webmail: for "cid"/content-id's used in html, look for them in all other parts, not just when there is a multipart/related in the message More... 2 months ago
imapserver: return all the extensible fields for bodystructure, notably for content-disposition More... 2 months ago
write base64 message parts with 76 data bytes on a line instead of 78 More... 2 months ago
start more function names/calls with x when they handle errors through panics More... 2 months ago
update list of sponsors, add logo's and link to the nlnet projects More... 2 months ago
imapserver: implement the MULTISEARCH extension, with its ESEARCH command More... 2 months ago
webmail: reconnect automatically in more cases More... 2 months ago
small tweak to docs and website, mentioning EIA in the context of internalized email More... 2 months ago
imapserver: implement "inprogress" response code (RFC 9585) for keepalive during long search More... 2 months ago
for the web interfaces, ensure the effective configured http paths end in a slash to prevent 404's and/or errors accessing the web interfaces More... 2 months ago
web interfaces: don't include version number in html, only return it after authentication More... 2 months ago
fix build with previous commit that didn't sync frontend More... 2 months ago
imapserver: fix storing previews when requested over imap and they are missing from the database More... 2 months ago
imapserver: actually announce PREVIEW extension More... 2 months ago
webmail: add buttons to download a message as eml, and export 1 or more messages as mbox/maildir in zip/tgz/tar, like for entire mailboxes More... 2 months ago
don't use strings.Lines, it's only available in go1.24 and we support go1.23 too More... 2 months ago
in smtp banner and imap ID command response when unauthenticated, don't send the mox version number More... 2 months ago
sync frontend api doc/client More... 2 months ago
update to latest bstore More... 2 months ago
imapserver: implement PREVIEW extension (RFC 8970), and store previews in message database More... 2 months ago
update golang.org/x dependencies More... 2 months ago
update to go1.23 and replace golang.org/x/exp/maps with stdlib maps More... 2 months ago
rename variables, struct fields and functions to include an "x" when they can panic for handling errors More... 3 months ago
check and log errors more often in deferred cleanup calls, and log remote-induced errors at lower priority More... 3 months ago
fix warnings by ineffassign, with a one actual issue More... 3 months ago
update to latest bstore, which now properly handles modifications during Query.ForEach More... 3 months ago