Max Mazurov
Max Mazurov
## CHUNKING (BDAT) support Client support: Prefer over DATA if available (avoids the overhead of dot-encoding), require if BODY=BINARYMIME is used (as required by spec). Server support: Transparent support, io.Reader...
Breaking change since it changes Client.Rcpt and Session.Rcpt signature. Closes #32.
I noticed there is a man page in the Markdown format. Is there an utility that would convert it into standard man page format? If so, it would be nice...
Old code using regular expression does a lot of unnecessary work. Benchmarks from #356 with significant difference ``` benchmark old ns/op new ns/op delta [...] BenchmarkTextViewDraw/App=T/Color=F/Region=F/Scroll=T/Wrap=T/WordWrap=T-4 1890452 405316 -78.56% [...]...
TL;DR @the-maldridge noticed that auth_map is not applied. >Not working auth_map is definitely unintentional. I will create an issue for this.. _Originally posted by @foxcpp in https://github.com/foxcpp/maddy/discussions/531#discussioncomment-3620287_
See #15. Not to be merged now, I suppose.
With go-imap v2 backend changes, updates are no longer sent directly but instead may be held back before command is sent. IDLE is special in this case as it allows...
Follow-up for #3. I added some documentation about stuff I learned while reading sendmail source code: https://github.com/emersion/go-milter/pull/6/commits/21c11cdf0dc39eb50a70a460cf1c37038f88e5fe
Follow-up for #3. Use the original implementation of milter server for testing.