Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artspb/javax-mail-pool
Simple implementation of session cache and transport pool for JavaMail API
https://github.com/artspb/javax-mail-pool
Last synced: about 1 month ago
JSON representation
Simple implementation of session cache and transport pool for JavaMail API
- Host: GitHub
- URL: https://github.com/artspb/javax-mail-pool
- Owner: artspb
- License: apache-2.0
- Created: 2014-11-30T16:50:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:38:41.000Z (over 2 years ago)
- Last Synced: 2023-04-03T13:59:47.155Z (almost 2 years ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
javax-mail-pool
===============Simple implementation of session cache and transport pool for JavaMail API
To build project and run benchmarks:
```
mvn clean verify -P jmh
```