maddy 0.3.3
Note: We are in the progress of changing maddy source code license from MIT to GPLv3.
This is the last release to have all code available under MIT license.
Note: GitHub refused to accept maddy-0.3.3+gd95e4f9-x86_64-linux-musl.tar.zst attachment. A good reminder that artifacts for all releases are available from https://foxcpp.dev/maddy-builds/
Bug fixes
-
Fix CRLF mangled into LF by net/textproto and incorrect RFC822.SIZE reported
by go-imap-sql as a result of that.
(18657de) -
Fix maddyctl imap-msgs list showing only the last message by default
(b2b38bf) -
Fix attachments reported as 0 bytes
(fb2b3a5) -
Fix messages listed twice by RainLoop
(abba516) -
Fix maddyctl creds set-password being no-op
(78f7713) -
Mangle CRLF in Diagnostic-Code DSN field
(18657de, see GH#245) -
Add missing msg_id field for 'RCPT error' message
(20fe5ad) -
Fix SMTP enhanced code included in extra lines of multi-line SMTP status
(18657de)
Misc
- Hide "operation was canceled" errors for async rDNS lookup
(fcebfa2)