docker-offlineimap/offlineimap
Rodolfo García Peñas (kix) 8e63f58b22 folder/IMAP.py matching uids is a list
matchinguids variable is a list of UIDs, separated by spaces. You can
check it some lines later, using the split command.

We need decode the bytes value returned by imaplib2 and convert it to
sting.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2020-09-03 21:35:48 +02:00
..
folder folder/IMAP.py matching uids is a list 2020-09-03 21:35:48 +02:00
repository IMAP.py list folders 2020-09-01 18:21:27 +02:00
ui ui/UIBase.py do not use builtin object as variable 2020-08-30 18:12:17 +02:00
utils utils/const.py Removed extra characters 2020-08-30 18:14:15 +02:00
__init__.py Reformat offlineimap/__init__.py 2020-08-29 20:04:40 +02:00
accounts.py accounts.py Removed extra spaces after equal 2020-08-30 18:19:05 +02:00
CustomConfig.py CustomConfig.py Removed extra characters 2020-08-30 18:20:07 +02:00
emailutil.py emailutil.py updated docstrings 2020-08-30 18:21:00 +02:00
error.py Reformat offlineimap/error.py 2020-08-29 20:15:55 +02:00
globals.py Reformat offlineimap/globals.py 2020-08-29 20:16:35 +02:00
imaplibutil.py imalplibutil calls strptime with string 2020-08-31 18:12:29 +02:00
imapserver.py imapserver call LIST using empty quotes 2020-09-01 18:21:27 +02:00
imaputil.py imaputil.py split the if 2020-08-30 18:43:22 +02:00
init.py removed virtual_imaplib2 2020-08-31 16:24:26 +02:00
localeval.py localeval.py removed extra parenthesys 2020-08-30 18:52:56 +02:00
mbnames.py mbnames.py removed extra parenthesys 2020-08-30 18:53:02 +02:00
threadutil.py threadutil.py removed extra parenthesys 2020-08-30 18:54:52 +02:00