imapbackup
imapbackup copied to clipboard
A Python script for incremental backups of IMAP mailboxes
Hi there, Ran across an issue with certain language characters in the password, specifically "£" in this case. ``` Password: Connecting to 'imap.test.com' TCP port 143 Logging in as '[email protected]'...
Are there changes that have to be applied to fix issues, like the commits with parsing multiple message IDs? https://github.com/rcarmo/imapbackup/network (you have to scroll to the left to see all...
``` Connecting to 'imap.mail.me.com' TCP port 993, SSL Logging in as '' Finding Folders /() "/" "CARS" Finding Folders: 81 folders Folder "CARS": 70 messages File CARS.mbox: 1 messages Downloading...
Merge AFTER 4d62606d64ac1a2814e817ae356a1ba9c69040bb (support for pip3 install .)
I added a setup.py file to install imapbackup38.py After installation, the script can be called directly from the command line as a regular executable.
Hello, I know the last update was 3 years ago, but still I have to say it is one of my favorite scripts when it comes to creating MBOX backups....
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...
## Features only in Python3 * Track message IDs for every single folder in a dedicated sqlite3 database (faster) instead of reading them from the mailbox files. * Write logfile....