https://github.com/garciaguimeras/jnauta
An incomplete Java mail library, to be used with cuban Nauta accounts
https://github.com/garciaguimeras/jnauta
Last synced: 9 months ago
JSON representation
An incomplete Java mail library, to be used with cuban Nauta accounts
- Host: GitHub
- URL: https://github.com/garciaguimeras/jnauta
- Owner: garciaguimeras
- License: gpl-3.0
- Created: 2017-02-20T15:20:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:45:42.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:44:33.671Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cuban-opensource - jNauta
README
# jNauta
An incomplete Java library to be used with cuban Nauta accounts.
Contains the following subprojects:
* **jNauta Mail** for sending and receiving emails
* **jNauta Net** for login and logout on Nauta network
## Building the library
Clone the repository and build the artifacts using **gradle**
```
git clone https://github.com/garciaguimeras/jnauta.git
cd jnauta
gradle clean jar
```