mnIMAPSync icon indicating copy to clipboard operation
mnIMAPSync copied to clipboard

Java IMAP email syncing tool

Results 15 mnIMAPSync issues
Sort by recently updated
recently updated
newest added

I got this stat: Indexed (target): 8187/8265 Copied: 0/8226 Deleted: 0/0 Speed: 391.71 m/s Do you know why this number 8187/8265 is not 8265/8265. It seems some emails are not...

used latest 0.0.3 version of mnIMAPSync with different Java versions OpenJDK 17; Oracle JRE 17 and 8: `java -jar mnIMAPSync.jar --host1 imap.gmail.com --port1 993 --user1 [email protected] --password1 password --ssl1 --host2...

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...

It seems like there is an issue with one message that cannot be copied or is too big to be copied without causing error (I can't tell as I don't...

It would be nice to gracefully handle error messages known and possibly normal, like the connection dropped, which happens, instead of showing the full error stack trace. ![image](https://user-images.githubusercontent.com/1170989/70857384-2f546880-1ebb-11ea-8c22-f66a51a906f6.png) (by the...

As an example, when I got "javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Invalid credentials (Failure)" I didn't know if it was about the host1 or host2. It would be nice to get more details...

## Description After completion of #30, documentation on how to use this should be written: - [ ] Update README.md - [ ] Create blog post

## Requirements - Add code coverage for classes with logic

Refactor