**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/
Change log follows...
## Bug fixes
* Fix CRLF mangled into LF by net/textproto and incorrect RFC822.SIZE reported
by go-imap-sql as a result of that.
(18657def692614a487c56eb5d387c73a568a4b88)
* Fix maddyctl imap-msgs list showing only the last message by default
(b2b38bffa7e5c411740b3bf1d61f7a9f87c6503e)
* Fix attachments reported as 0 bytes
(fb2b3a56bc8db0580aafadf0c15e19f69174f582)
* Fix messages listed twice by RainLoop
(abba51612d36a0ea0e7640b4d0b71ffcec2dd846)
* Fix maddyctl creds set-password being no-op
(78f77136e24e916f49f1e9d5407f18a3630efe8f)
* Mangle CRLF in Diagnostic-Code DSN field
(18657def692614a487c56eb5d387c73a568a4b88, see GH#245)
* Add missing msg_id field for 'RCPT error' message
(20fe5ad376614fbb802a84d23f85da42486e05fe)
* Fix SMTP enhanced code included in extra lines of multi-line SMTP status
(18657def692614a487c56eb5d387c73a568a4b88)
## Misc
* Hide "operation was canceled" errors for async rDNS lookup
(fcebfa2d3adf02392598fc20b38354dfd9f7f17a)