Mailroom
  • API Reference
    • Modules
  • Mailroom
    • Example:
    • Installation
  • Mailroom
  • Mailroom.BackwardsCompatibleLogger
    • Summary
    • Functions
      • debug/1
      • error/1
      • info/1
      • warning/1
  • Mailroom.IMAP
    • Sections
      • Example:
    • Summary
    • Functions
      • add_flags/4
      • cancel_idle/1
      • child_spec/1
      • close/1
      • connect/4
      • copy/3
      • each/3
      • email_count/1
      • examine/2
      • expunge/1
      • fetch/5
      • idle/2
      • idle/4
      • init/1
      • list/3
      • logout/1
      • mailbox/1
      • recent_count/1
      • remove_flags/4
      • search/4
      • select/2
      • set_flags/4
      • state/1
      • status/3
      • uid_fetch/4
      • uid_search/2
      • unseen_count/1
  • Mailroom.IMAP.BodyStructure
    • Summary
    • Functions
      • get_attachments/2
      • has_attachment?/1
      • new/1
  • Mailroom.IMAP.BodyStructure.Part
  • Mailroom.IMAP.Envelope
    • Summary
    • Functions
      • new/1
      • normalize/1
  • Mailroom.IMAP.Envelope.Address
    • Summary
    • Functions
      • new/3
      • normalize/1
  • Mailroom.Inbox
    • Summary
    • Functions
      • match/1
  • Mailroom.Inbox.Match
  • Mailroom.Inbox.MatchUtils
    • Summary
    • Functions
      • generate_mail_info/1
      • match_all/1
      • match_bcc/2
      • match_cc/2
      • match_from/2
      • match_has_attachment?/1
      • match_header/3
      • match_recipient/2
      • match_subject/2
      • match_to/2
  • Mailroom.Inbox.MessageContext
  • Mailroom.Inbox.State
  • Mailroom.POP3
    • Sections
      • Example:
    • Summary
    • Functions
      • close/1
      • connect/4
      • delete/2
      • list/1
      • quit/1
      • reset/1
      • retrieve/2
      • stat/1
  • Mailroom.SMTP
    • Summary
    • Functions
      • connect/2
      • fqdn/0
      • quit/1
      • send_message/4
  • Mailroom.Socket
    • Sections
      • Examples
    • Summary
    • Types
      • t/0
    • Functions
      • close/1
      • connect/3
      • recv/1
      • send/2
      • ssl_client/1

API Reference Mailroom v#0.6.0

View Source

Modules

Mailroom
Mailroom.BackwardsCompatibleLogger
Mailroom.IMAP

Handles communication with a IMAP server.

Mailroom.IMAP.BodyStructure
Mailroom.IMAP.BodyStructure.Part
Mailroom.IMAP.Envelope
Mailroom.IMAP.Envelope.Address
Mailroom.Inbox
Mailroom.Inbox.Match
Mailroom.Inbox.MatchUtils
Mailroom.Inbox.MessageContext
Mailroom.Inbox.State
Mailroom.POP3

Handles communication with a POP3 server.

Mailroom.SMTP
Mailroom.Socket

Abstracts away working with normal sockets or SSL sockets.

Hex Package Hex Preview Download ePub version

Built using ExDoc (v0.38.2) for the Elixir programming language