header_parse(): wasn't ignoring LWSP after "bcc : ...", fixed.
header_set_value(): there was no way to remove a field, now calling set with a field value of NULL removes the field. header_get_value(): was concatenating the values of all the fields with the same name, now it doesn't. header_get_address(): convenience function to get an address_t from a header field. header.h: sorted API functions to top of header, and ones used in implementing header_t to the bottom.
Showing
2 changed files
with
156 additions
and
86 deletions
-
Please register or sign in to post a comment