This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update imaplib to support RFC3501
Type: enhancement Stage:
Components: email Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, maciej.szulik, r.david.murray
Priority: normal Keywords:

Created on 2015-04-14 20:47 by maciej.szulik, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg241022 - (view) Author: Maciej Szulik (maciej.szulik) * (Python triager) Date: 2015-04-14 20:47
Current imaplib implementation follows obsoleted RFC2060. It should be updated to follow RFC3501.
msg241023 - (view) Author: Maciej Szulik (maciej.szulik) * (Python triager) Date: 2015-04-14 20:50
I'm volunteering myself to work on this as a follow-up work to http://bugs.python.org/issue22137.
History
Date User Action Args
2022-04-11 14:58:15adminsetgithub: 68147
2015-04-14 20:50:17maciej.szuliksetmessages: + msg241023
2015-04-14 20:47:44maciej.szulikcreate