View Source API Reference pop3mail v1.5.0

Modules

Download email from the inbox and store them (including attachments) in a subdirectory per email.

Replaceable base64 decoder. Replace with your own implementation via the application config :pop3mail, base64_decoder: <replacement>

Standard Elixir base64 decoder

Decode and store mail body

Commandline interface for downloading emails and storing them on disk.

Date conversions and date utilities

Retrieve and parse POP3 mail via the Epop client.

A struct that holds pop3mail parameter options.

Store header, messages and attachments on the filesystem.

Glue code for received mail to call the parse, decode and store functions

A struct that holds mail content.

A struct that holds options for the Pop3mail.Handler.

Email header related functions.

Parser for: RFC 2045 Multipart content type (previously RFC 1341).

A struct that holds a single part of a multipart, and if there isn't a multipart it contains the email body.

Decode quoted-printable text as in RFC 2045 # 6.7

String manipulation utilities.

Decode words as defined in RFC 2047.

Mix Tasks

Retrieve email from a POP3 mailbox.