You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
- To build before you submit a PR
$ mvn clean install
- For contibutors run deploy to do a push to nexus servers
$ mvn clean deploy -Dgpg.passphrase=[pathPhrase]
- All Pull requests need to pass continous integration before being merged.