An attachment matching a regex for attachment counter. More...
Data Fields | |
const char * | major |
Major mime type, e.g. "text". More... | |
enum ContentType | major_int |
Major mime type, e.g. TYPE_TEXT. More... | |
const char * | minor |
Minor mime type, e.g. "html". More... | |
regex_t | minor_regex |
Minor mime type regex. More... | |
An attachment matching a regex for attachment counter.
Definition at line 46 of file attachments.c.
const char* AttachMatch::major |
Major mime type, e.g. "text".
Definition at line 48 of file attachments.c.
enum ContentType AttachMatch::major_int |
Major mime type, e.g. TYPE_TEXT.
Definition at line 49 of file attachments.c.
const char* AttachMatch::minor |
Minor mime type, e.g. "html".
Definition at line 50 of file attachments.c.
regex_t AttachMatch::minor_regex |
Minor mime type regex.
Definition at line 51 of file attachments.c.