rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Implement dry-run option #50

Closed poldy79 closed 2 years ago

poldy79 commented 2 years ago

Overwrite imap.create and imap.append with dummy functions. Setting the --dry-run option will still login to the imap server but will prevent any uploads. This is useful for testing.

rgladwell commented 2 years ago

This is great, thanks.