Changeset 154:c36a1aa7e474 for NEWS

Show
Ignore:
Timestamp:
05/11/10 07:02:39 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

started updating NEWS for 0.6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWS

    r140 r154  
    1 Version 0.6 (in development) 
     1Version 0.6 
    22----------- 
     3#XXX tickets IDs 
     4 
    35Command response parsing code rewritten from stratch to deal with 
    46various bugs that surfaced when dealing with more complex responses 
     
    911SELECT command response instead of just the message count (#24). 
    1012 
     13[API CHANGE] XXX folder lists return folder flags and delimiter. 
     14 
     15[API CHANGE] Folder names are now always returned as unicode objects. 
     16 
     17[API CHANGE] XXX Bytes in folder names that are greater than 0x7f are 
     18rejected by methods that accept folder name arguments. Convert these 
     19to unicode objects first. 
     20 
     21XXX COPY command 
     22 
     23XXX XLIST command support 
     24 
    1125Added interact.py, a script for interactive IMAPClient 
    1226sessions. Useful for debugging and exploration. Uses IPython if 
    1327installed. 
     28 
     29XXX Bug fix: numeric folder names breaks list_folders() 
     30 
     31XXX check through rev logs 
    1432 
    1533