commit | a85e2c8557096df62dc568ccb6cc28fd8db72093 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jun 17 13:31:25 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jun 17 13:31:25 2001 +0000 |
tree | b417f47a788fdbf8d5f161f587c36a85d7f9a85a | |
parent | fb73bb129b2ccbd9644709ac8eeac1d5e7f0a32d [diff] |
SF patch #433619, by Michel Pelletier: Summary: NAMESPACE support in imaplib.py Initial Comment: Support for the IMAP NAMESPACE extension defined in rfc 2342. This is almost a necessity for working with modern IMAP servers.