imapnio

(โ˜… 63)

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.

  • .travis.yml
  • checkstyle.xml
  • checkstyle_suppressions.xml
  • Code-of-Conduct.md
  • Contributing.md
  • eclipse_checkstyle.xml
  • issue_template.md
  • pmd-ruleset.xml
  • pom.xml
  • pull_request_template.md
  • README.md
  • spotbugs-exclude.xml
  • spotbugs-include.xml

# Installation Guide

1. Get the code
git clone https://github.com/yahoo/imapnio

Downloads the entire project code from GitHub to your computer.

cd imapnio

Moves into the project folder you just downloaded.

2. Maven (Java)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java projects.
  • Maven The build tool used for the mvn command.
$ mvn clean deploy -Dgpg.passphrase=[pathPhrase]

Installs dependencies and builds the project using Maven.

โœ… A BUILD SUCCESS message means it worked. The output is created under target/.

Pulled directly from this repo's README.

// repository documentation