pop3mail v1.2.1 Pop3mail.Handler.Mail

A struct that holds mail content.

It’s fields are:

  • mail_content - string with the complete raw email content
  • mail_loop_counter - Current number of the email in the retrieval loop. In an POP3 connection each email is numbered, starting at 1.
  • header_list - list with tuples of {:header, header name, header value}.
  • body_content - email body.