Skip to content
/ mailang Public

Erlang Module to use basic functionality of a mail server: IMAP/POP3.

Notifications You must be signed in to change notification settings

tpanum/mailang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailang

Erlang Module to use basic functionality of a mail server: IMAP/POP3.

This is still under heavy development, feel free to help out!

IMAP Documentation

IMAP

Basic usage:

{ok, Pid} = mailconnector:start_link(HOST, imap).
gen_server:call(Pid, [login, USERNAME, PASSWORD]).

About

Erlang Module to use basic functionality of a mail server: IMAP/POP3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages