Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 344 Bytes

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]).