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: NAMESPACE support in imaplib.py
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, michel, pierslauder
Priority: normal Keywords: patch

Created on 2001-06-16 01:12 by michel, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
imaplib.diff michel, 2001-06-16 01:12 patch to imaplib.py
Messages (4)
msg36825 - (view) Author: Michel Pelletier (michel) Date: 2001-06-16 01:12
Support for the IMAP NAMESPACE extension defined in rfc
2342.  This is almost a necessity for working with
modern IMAP servers.

msg36826 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-06-16 16:08
Logged In: YES 
user_id=6380

I'm pinging Piers Lauder about this.  If he approves, I'll
apply it.
msg36827 - (view) Author: Piers Lauder (pierslauder) * (Python triager) Date: 2001-06-17 04:29
Logged In: YES 
user_id=196212

This looks good to me. It should be in there.
msg36828 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-06-17 13:31
Logged In: YES 
user_id=6380

Applied and closed.

Thanks, Michel!
History
Date User Action Args
2022-04-10 16:04:08adminsetgithub: 34636
2001-06-16 01:12:01michelcreate