#include <pop3.h>

Public Attributes | |
| userlist_t | bcc_ |
| might be empty | |
| cxxtls::FileTime | date_ |
| parsed from the 'from ' or 'Date:' records < and may be set to the current date/time if not < found in either place | |
| userlist_t | from_ |
| might be empty | |
| string | id_ |
| Message-ID: of this message. | |
| stringlist_t | options_ |
| reply-to, and other options ending in : < reply-to will be folded into from_ if supplied | |
| string | subject_ |
| might be empty | |
| userlist_t | to_ |
| might be empty | |
Definition at line 145 of file pop3.h.
1.6.3