pop3mail v0.1.5 Pop3mail.Handler.Mail
A struct that holds mail content.
It’s fields are:
mail_content
- char list with the complete raw email contentmail_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}. Name and value are character lists.body_char_list
- email body. character list.