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
- Host: GitHub
- URL: https://github.com/bchoubert/smtp-client
- Owner: bchoubert
- Created: 2016-03-07T09:19:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T15:48:01.000Z (over 8 years ago)
- Last Synced: 2025-03-11T13:53:01.033Z (3 months ago)
- Topics: polytech-lyon
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClientSMTP
SMTP client for private SMTP serversJava 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/rfc821Associated server part : https://github.com/J0hn-/POP3S-Server