Changeset 62:f2f61addae93 for TODO
- Timestamp:
- 11/04/09 23:28:10 (3 years ago)
- Branch:
- default
- convert_revision:
- menno@pali-20090411222810-0r33czn9bjwh5fsy
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TODO
r60 r62 1 - transparent "&" escaping 2 - turn & into &- and vice versa 3 - update README to list this feature 4 - test against a bunch of servers 1 - transparent folder escaping 2 - more testing 5 3 - gmail 6 - cyrus (netbox) 4 - cyrus 5 - exchange 7 6 - script to do this (in parallel) 7 - update README, website and docstrings to advertise this feature 8 9 - turn livetests into a nose based tested 10 - make each test independent 11 8 12 - clean up basic command handling to avoid repetition 9 13 - might be able to metaprogram the way out of the currently clumsy UID handling situation 10 14 - releases with bzr 11 - proper modified UTF-7 mailbox handling12 - convert Python unicode13 - update README to list this feature14 - handle servers that don't support UTF-7 mailbox names15 - can this be detected?16 15 - automatic changelog generation 17 16 - support for more IMAP functions: sort, examine etc … … 19 18 - write a comparision of imaplib vs imapclient.py 20 19 (presentation is a good start) 21 - turn livetests into a nose based tested22 - remove the need for ordered execution23 20 - use mailbox instead of folder to be consistent with RFCs 24 21 - higher level fetch methods for common or single attributes, flattened
