92cd9fb6cb
Improve performance on large folders by 10x or more
...
IMAP allows fetching message IDs for all messages in a folder at once
and it's quite a bit faster than making individual requests. Running
this on a folder with 4441 messages takes 26s for me now compared to
over 8 minutes before this change.
2022-01-01 17:15:56 -08:00
Daniel Ruf
167c927d46
Quote the foldername to prevent issues with spaces #28
2021-07-18 15:33:37 +02:00
pofilo
0f07508b14
fix for non utf8 content in raw email
2021-05-26 21:42:34 +02:00
mmachicao@m19r.de
5a1ac84332
Issuing the LIST command to query the hierarchy delimiter is redundant and has been removed
2021-05-16 16:06:12 +02:00
mmachicao@m19r.de
98040d2ad6
new option -d for download directory
2021-05-15 18:07:57 +02:00
mmachicao@m19r.de
9e10c68532
removed dependency six.string_types
2021-05-14 02:21:47 +02:00
mmachicao@m19r.de
d3576bb9fb
Port to Python 3.8. Compression is not supported
...
Cleanup imports
2021-04-11 12:38:42 +02:00