This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
erlpop /
| name | age | message | |
|---|---|---|---|
| |
Makefile | Tue Sep 09 23:52:30 -0700 2008 | |
| |
README.markdown | ||
| |
include/ | Tue Sep 09 23:52:30 -0700 2008 | |
| |
src/ |
README.markdown
erlpop
erlpop is a POP3 client library for Erlang. It is derived from the original "epop" Erlang package which includes both a POP server and client.
Author: Harish Mallipeddi (harish.mallipeddi@gmail.com)
Changes
2009-10-06 Added `epop_message` to parse retrieved email messages.
2008-09-10 Added SSL support (epop_client can be now be used with services like GMail which require SSL).
Usage
> {ok, Client} = epop_client:connect("yourname@gmail.com", "yourpassword", [{addr,"pop.gmail.com"},{port,995},ssl]).
> epop_client:stat(Client).
> epop_client:retrieve(Client, 1).








