Article header fields supported by core. More...
Public Attributes | |
const char * | msgid |
const char ** | groups |
const char * | from |
const char * | subject |
core_time_t | date |
const char * | supers |
const char * | fup2 |
const char * | reply2 |
const char * | uagent |
const char * | org |
const char ** | refs |
const char * | dist |
const char * | mime_v |
const char * | mime_ct |
const char * | mime_cte |
const char * | mime_cd |
const char * | x_newsr |
const char * | x_mailer |
const char * | x_pagent |
unsigned long int | lines |
Article header fields supported by core.
All fields marked with [M] are mandatory for Usenet article headers. All fields marked with [U] are MIME decoded to UTF-8 and normalized to NFC.
All fields are initialized by the header object constructor. All mandatory fields are always initialized with content (even if the article header is invalid), all optional fields with NULL (if there is no such field in the article header).
The field date is a numerical value, not a string. The fields groups and refs point to NULL terminated arrays of strings.
core_time_t core_article_header::date |
const char* core_article_header::from |
[M][U] Sender of the article
Definition at line 111 of file core.h.
Referenced by filter_match_own().
const char* core_article_header::fup2 |
const char** core_article_header::groups |
unsigned long int core_article_header::lines |
const char* core_article_header::mime_cd |
const char* core_article_header::mime_cte |
const char* core_article_header::msgid |
[M] Message ID of the article
Definition at line 109 of file core.h.
Referenced by filter_match_reply_to_own().
const char* core_article_header::org |
const char** core_article_header::refs |
List with references
Definition at line 119 of file core.h.
Referenced by filter_match_reply_to_own().
const char* core_article_header::reply2 |
const char* core_article_header::subject |
const char* core_article_header::supers |
const char* core_article_header::uagent |
const char* core_article_header::x_mailer |
const char* core_article_header::x_newsr |
const char* core_article_header::x_pagent |