Packages
POP3 email client in pure Erlang, a.k.a. erlpop derived from the original epop package. Retrieve/stream mail. Implements the following commands in accordance with RFC-1939: APOP, DELE, LIST, NOOP, PASS, RETR, RSET, STAT, TOP, UIDL, USER, QUIT. Optionally check if an email address is RFC 5322 comp...
Current section
Files
Jump to
Current section
Files
src/erlpop.app.src
{application,erlpop,
[{description,"POP3 client for Erlang with SSL support"},
{vsn,"1.2.0"},
{pkg_name,"pop3client"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Nico Hoogervorst"]},
{links,[{"Github","https://github.com/nico-amsterdam/erlpop"}]},
{licenses,["Apache 2.0"]}]}.