go-imap icon indicating copy to clipboard operation
go-imap copied to clipboard

Implement UTF8=ACCEPT capability

Open emersion opened this issue 8 years ago • 2 comments

See https://tools.ietf.org/html/rfc6855

emersion avatar May 09 '16 21:05 emersion

What needs to be done for it? From my understanding of linked RFC and go-imap internals, it needs to be supported by go-imap itself. But since UTF8 extension relies on ENABLE to activate it, we might need to merge go-imap-enable into go-imap[1] for later to be able to properly handle ENABLE UTF8=ACCEPT.

I'm willing to work on it, but I may need some guidance.

[1] I actually think it is a very good idea to bring all these small extensions into go-imap itself, probably even enabling them by default. IMAP4 without extensions is simply inadequate anyway.

foxcpp avatar May 31 '19 17:05 foxcpp

Depends on #342 to get ENABLE extension in go-imap itself.

foxcpp avatar Mar 04 '20 22:03 foxcpp