Changeset 62:f2f61addae93 for TODO

Show
Ignore:
Timestamp:
11/04/09 23:28:10 (3 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
convert_revision:
menno@pali-20090411222810-0r33czn9bjwh5fsy
Message:

Folder escaping is working. Live test is passing correctly. Still needs more testing and documentation updates.

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 
    53        - gmail 
    6         - cyrus (netbox) 
     4        - cyrus 
     5        - exchange 
    76        - 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 
    812- clean up basic command handling to avoid repetition 
    913- might be able to metaprogram the way out of the currently clumsy UID handling situation 
    1014- releases with bzr 
    11 - proper modified UTF-7 mailbox handling 
    12     - convert Python unicode 
    13     - update README to list this feature 
    14 - handle servers that don't support UTF-7 mailbox names 
    15     - can this be detected? 
    1615- automatic changelog generation 
    1716- support for more IMAP functions: sort, examine etc 
     
    1918- write a comparision of imaplib vs imapclient.py 
    2019        (presentation is a good start) 
    21 - turn livetests into a nose based tested 
    22     - remove the need for ordered execution 
    2320- use mailbox instead of folder to be consistent with RFCs 
    2421- higher level fetch methods for common or single attributes, flattened