manusa / mnIMAPSync

Java IMAP email syncing tool
Apache License 2.0
37 stars 13 forks source link

Dry run option #34

Open fharper opened 4 years ago

fharper commented 4 years ago

Before using a tool like this one, that could potentially mess up email accounts (no disrespect about your tool, just that it's a reality, and it's a lot of trust the users give you), it would be nice to be able to do a dry run. In other words, running the app, mimicking the operations without having real effects.

manusa commented 4 years ago

Yes, this is would be a nice feature to have, although I'm not sure what the expected output would be.

The application basically indexes messages from both accounts and then performs a sync for diffs.

Maybe a dump of the list of messages to be copied + deleted could be useful.

fharper commented 4 years ago

It's what other tools I've used before were doing.