mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 21:40:01 +03:00
write base64 message parts with 76 data bytes on a line instead of 78
#54 -Commit
69d2699961
pushed by
serv
start more function names/calls with x when they handle errors through panics
#53 -Commit
00c8db98e6
pushed by
serv
imapserver: implement the MULTISEARCH extension, with its ESEARCH command
#52 -Commit
479bf29124
pushed by
serv
don't use strings.Lines, it's only available in go1.24 and we support go1.23 too
#49 -Commit
d6e55b5f36
pushed by
serv
check whether mailboxes have message/etc counts through an "upgrade" boolean flag
#47 -Commit
a68a9d8a48
pushed by
serv
Cleanup temporary files created during IMAP APPEND command.
#40 -Commit
a553a107f0
pushed by
serv
Fix recently introduced bug when authentication with password.
#38 -Commit
2314397078
pushed by
serv
Run modernize to rewrite some older go constructs to newer ones
#36 -Commit
64f2f788b1
pushed by
serv
Add package smtp as fuzzing target since its addition in previous commit
#35 -Commit
caaace403a
pushed by
serv