Max Mazurov
Max Mazurov
BINARY not really supported for client? https://github.com/emersion/go-imap/blob/b4bb32048522b500b878a35b370df91d71876e29/imapclient/append.go#L27-L28 Would adding bool AppendOptions.Binary make sense?
As for the second TODO, there is a draft update of UTF8 extension that deprecates UTF8 literals. https://www.ietf.org/archive/id/draft-ietf-extra-6855bis-04.html#appendix-C.1
Merged to dev branch
Currently there are no plans to make it possible to run maddy as a package. This would involve massive refactoring to separate configuration layer from the functionality.
Pushed cbeadf1 that should fix the issue.
Typo fixed in https://github.com/foxcpp/go-imap-sql/commit/8da5567429d5050a302362112770c4a135110f6a (maddy commit a8d639d).
Judging by how it is interpreted in different query, it is coerced into an empty byte string (`""`).
>Is there any reason you choose this over modernc or mattn in your specific case? 1. I wanted to have a non-CGo fallback for my project to make it slightly...