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
gh-93548: add exemple of SASL PLAIN authentication in documentation #93549
base: main
Are you sure you want to change the base?
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
It seems that the specifications explicitly forbid the use of
Maybe the login phase should handle UTF8 natively though :
EDIT: defaulting to UTF-8 is an IMAP4Rev2 thing. But it looks like some servers advertising rev1 are supporting utf-8. |
OK I feel silly, it looks like everybody is using |
…into fix-utf8_imap_password
This reverts commit e7be8ec.
No description provided.