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
pop3client
rebar.config
rebar.config
{deps, []}.
{eunit_opts,
[verbose
]}.
{profiles, [{test, [
{erl_opts, [
{d, ssl_api, mock_ssl_api },
{d, gen_tcp_api, mock_gen_tcp_api}
]
}
]
}]
}.