How can I build an incremental backup of a webmail account ?
Can I use Thunderbird to build an incremental local backup/archive of all messages transiting (incoming/outgoing) a webmail account ? Any idea how to achieve this&n… (read more)
Can I use Thunderbird to build an incremental local backup/archive of all messages transiting (incoming/outgoing) a webmail account ?
Any idea how to achieve this ?
My problem is:
- A POP3 account will miss all folders except the Inbox. (It's a pity that POP4 has not gained traction yet.)
- An IMAP account creates a mirror, not a backup. Remote deletions in the webmail account must not delete messages from my backup and vice versa.
detailed requirements:
- one-way sync only, since a local backup/archive must be built, not a mirror (two-way synchronization):
- Remote deletions must not cause local deletions (otherwise it would be a mirror, not an archive/backup).
- Local move/delete operations must not be reflected back to the mail server.
- Read‐only access to the mail server: no moves, deletes or flags remotely.
- All messages in all folders must be included in the backup: Inbox, Sent, custom folders, etc. Since POP3 can only back up the Inbox, I will probably have to settle for IMAP to include all folders.
- No duplicates: Messages must not be stored locally more than once.
- Messages must be stored as full offline copies locally (not just headers).