Updated bundled imaplib2 to 2.35:

- Fix for Gmail sending a BYE response after reading >100 messages
   in a session.

 - Includes fix for GitHub#15: patch was accepted upstream.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin
2013-09-02 09:08:50 +04:00
parent 1ef506655c
commit 2df5b716b5
2 changed files with 35 additions and 13 deletions

View File

@ -29,6 +29,10 @@ WIP (add new stuff for the next release)
* [regression] pass folder names to the foldersort function,
revert the documented behaviour
* Fix handling of zero-sized IMAP data items (GitHub#15).
* Updated bundled imaplib2 to 2.35:
- fix for Gmail sending a BYE response after reading >100 messages
in a session;
- includes fix for GitHub#15: patch was accepted upstream.
OfflineIMAP v6.5.5-rc1 (2012-09-05)
===================================