docker-offlineimap/offlineimap/folder
Sebastian Spaeth 7c83d505f8 IMAP cachefolder: Fix returning None on select
We rely on the number of mails being returned by the imapobj.select()
call, however that only happens if we "force" a real select() to occur.
Pass in the force parameter that I dropped earlier (we did not make use
of the return value when I dropped it, that is how it slipped through).

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-13 18:31:28 +02:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Fix string formatting 2011-08-23 20:58:55 +02:00
Gmail.py Rework undocumented listjoin to create UID sequences 2011-09-06 20:03:33 +02:00
IMAP.py IMAP cachefolder: Fix returning None on select 2011-09-13 18:31:28 +02:00
LocalStatus.py Make flags a set rather than a list 2011-08-19 18:56:10 +02:00
LocalStatusSQLite.py Fix sqlite upgrade code to use correct API call 2011-09-02 21:59:35 +02:00
Maildir.py Maildir relative paths change was not complete 2011-08-23 20:56:24 +02:00
UIDMaps.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00