Changeset 154:c36a1aa7e474 for NEWS
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r140 r154 1 Version 0.6 (in development)1 Version 0.6 2 2 ----------- 3 #XXX tickets IDs 4 3 5 Command response parsing code rewritten from stratch to deal with 4 6 various bugs that surfaced when dealing with more complex responses … … 9 11 SELECT command response instead of just the message count (#24). 10 12 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 18 rejected by methods that accept folder name arguments. Convert these 19 to unicode objects first. 20 21 XXX COPY command 22 23 XXX XLIST command support 24 11 25 Added interact.py, a script for interactive IMAPClient 12 26 sessions. Useful for debugging and exploration. Uses IPython if 13 27 installed. 28 29 XXX Bug fix: numeric folder names breaks list_folders() 30 31 XXX check through rev logs 14 32 15 33
