An open API service indexing awesome lists of open source software.

https://github.com/garciaguimeras/jnauta

An incomplete Java mail library, to be used with cuban Nauta accounts
https://github.com/garciaguimeras/jnauta

Last synced: 8 months ago
JSON representation

An incomplete Java mail library, to be used with cuban Nauta accounts

Awesome Lists containing this project

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
```