Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement UTF8=ACCEPT capability #16

Closed
emersion opened this issue May 9, 2016 · 2 comments
Closed

Implement UTF8=ACCEPT capability #16

emersion opened this issue May 9, 2016 · 2 comments

Comments

@emersion
Copy link
Owner

emersion commented May 9, 2016

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

@emersion emersion changed the title Implement UTF8=ACCEPT Implement UTF8=ACCEPT capability May 9, 2016
@foxcpp
Copy link
Collaborator

foxcpp commented May 31, 2019

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
Copy link
Collaborator

foxcpp commented Mar 4, 2020

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

@foxcpp foxcpp mentioned this issue Jul 27, 2020
@emersion emersion closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants