imapbackup
imapbackup copied to clipboard
fix a bug that occured for icloud mail
Fetching messages from iCloud Imap Server did not work because the python imap lib does not work with fetching (RFC822)
from the icloud server. There are a few discussions about it in the web and the most common solution is to use (BODY[])
instead (RFC822)
for icloud servers.
So I introduced an --icloud
option flag