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

https://github.com/bchoubert/smtp-client

SMTP client for private SMTP servers
https://github.com/bchoubert/smtp-client

polytech-lyon

Last synced: 3 months ago
JSON representation

SMTP client for private SMTP servers

Awesome Lists containing this project

README

        

# ClientSMTP
SMTP client for private SMTP servers

Java program with swing interfaces that permits to fetch e-mails from a private and local SMTP server.
It uses all SMTP commands mentionned here : https://tools.ietf.org/html/rfc821

Associated server part : https://github.com/J0hn-/POP3S-Server