joeyates / imap-backup

Backup and Migrate IMAP Email Accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make .mbox.gz files (or other compression format)

frabcus opened this issue · comments

Mailbox files compress really well, so ideally I'd like imap-backup to just directly write mbox.gz files instead of mbox files. This would probably speed it up too, and makes backups much smaller.

Only if it is smooth and easy and would just work - depends on what Ruby compression libraries there are, and how much imap-backup seek sin the file.

Hi @frabcus

I think compressing mailboxes would be an interesting enhancement.

PRs, as always are welcome ™️, but I think this would need to be an optional, rather than the default behaviour :)

I'll close for now, but am open to PRs which implement this :)