JackDanger / gen_smtp forked from Vagabond/gen_smtp
- Source
- Commits
- Network (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
mime_encode
gen_smtp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jun 01 12:27:45 -0700 2009 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
src/ | ||
| |
testdata/ |
README.markdown
Mission
Provide a generic SMTP server and client framework that can be extended via callback modules in the OTP style. The goal is to make it easy to send and receive email in Erlang without the hassle of POP/IMAP. This is not a true mailserver - although you could build one with it.
Also included is a MIME encoder/decoder, sorta according to RFC204{5,6,7}.
Current Participants
- Andrew Thompson (andrew@hijacked.us)

