https://github.com/pyk/go-rfc5321
https://github.com/pyk/go-rfc5321
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyk/go-rfc5321
- Owner: pyk
- Created: 2015-03-22T18:45:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T18:46:33.000Z (over 11 years ago)
- Last Synced: 2025-02-07T17:24:00.561Z (over 1 year ago)
- Language: Go
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smtp
Implementation of SMTP protocol written in go. see [roadmap](https://trello.com/b/QZFwLe0d/smtp) and the
[docs](https://docs.google.com/document/d/1ruek5NNE9tOerSZ4Hlw4JoKBrHWz9-ihiiHFFf6Aq-s/edit?usp=sharing).
as defined on [RFC 5321](http://tools.ietf.org/html/rfc5321).