index-mail.h (dovecot-2.3.16) | : | index-mail.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 201 | skipping to change at line 201 | |||
void index_mail_parse_header_init(struct index_mail *mail, | void index_mail_parse_header_init(struct index_mail *mail, | |||
struct mailbox_header_lookup_ctx *headers) | struct mailbox_header_lookup_ctx *headers) | |||
ATTR_NULL(2); | ATTR_NULL(2); | |||
void index_mail_parse_header(struct message_part *part, | void index_mail_parse_header(struct message_part *part, | |||
struct message_header_line *hdr, | struct message_header_line *hdr, | |||
struct index_mail *mail) ATTR_NULL(1); | struct index_mail *mail) ATTR_NULL(1); | |||
int index_mail_parse_headers(struct index_mail *mail, | int index_mail_parse_headers(struct index_mail *mail, | |||
struct mailbox_header_lookup_ctx *headers, | struct mailbox_header_lookup_ctx *headers, | |||
const char *reason) | const char *reason) | |||
ATTR_NULL(2); | ATTR_NULL(2); | |||
void index_mail_parse_header_deinit(struct index_mail *mail); | ||||
/* Same as index_mail_parse_headers(), but assume that the stream is | /* Same as index_mail_parse_headers(), but assume that the stream is | |||
already opened. */ | already opened. */ | |||
int index_mail_parse_headers_internal(struct index_mail *mail, | int index_mail_parse_headers_internal(struct index_mail *mail, | |||
struct mailbox_header_lookup_ctx *headers) | struct mailbox_header_lookup_ctx *headers) | |||
ATTR_NULL(2); | ATTR_NULL(2); | |||
int index_mail_headers_get_envelope(struct index_mail *mail); | int index_mail_headers_get_envelope(struct index_mail *mail); | |||
int index_mail_get_first_header(struct mail *_mail, const char *field, | int index_mail_get_first_header(struct mail *_mail, const char *field, | |||
bool decode_to_utf8, const char **value_r); | bool decode_to_utf8, const char **value_r); | |||
int index_mail_get_headers(struct mail *_mail, const char *field, | int index_mail_get_headers(struct mail *_mail, const char *field, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |