imapbackup icon indicating copy to clipboard operation
imapbackup copied to clipboard

fix a bug that occured for icloud mail

Open JanST123 opened this issue 1 year ago • 1 comments

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

JanST123 avatar Feb 13 '24 13:02 JanST123