Thanks to visit codestin.com
Credit goes to github.com

Skip to content

POP3 client for Erlang with SSL support (derived from the original epop package)

Notifications You must be signed in to change notification settings

brabeon/erlpop_old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ([email protected])

Changes

2014-03-05 Add STLS support (required by some servers).
2013-04-xx Add an email address list parser.
2013-04-xx Updated code to use newer APIs.
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("[email protected]", "yourpassword", [{addr,"pop.gmail.com"},{port,995},ssl]).
> epop_client:stat(Client).
> epop_client:retrieve(Client, 1).

About

POP3 client for Erlang with SSL support (derived from the original epop package)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.8%
  • Makefile 0.2%