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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:38:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T11:17:02.781Z (3 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- 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
```