mirror of
https://github.com/mjl-/mox.git
synced 2025-04-06 10:16:22 +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
imapserver: REPLACE commands when in read-only mode should fail
#34 -Commit
44d37892b8
pushed by
serv
pass "go vet" again, can't use unkeyed struct fields from other package
#27 -Commit
a458920721
pushed by
serv