Go to the first, previous, next, last section, table of contents.


Parse822

/* Prefix parse822_ is reserved */
#include <mailutils/parse822.h>

Internet Message Format, see Address node for the discussion.

Function: int parse822_address_list (address_t* a, const char* s)

Function: int parse822_mail_box (const char** p, const char* e, address_t* a)

Function: int parse822_group (const char** p, const char* e, address_t* a)

Function: int parse822_address (const char** p, const char* e, address_t* a)

Function: int parse822_route_addr (const char** p, const char* e, address_t* a)

Function: int parse822_route (const char** p, const char* e, char** route)

Function: int parse822_addr_spec (const char** p, const char* e, address_t* a)

Function: int parse822_unix_mbox (const char** p, const char* e, address_t* a)

Function: int parse822_local_part (const char** p, const char* e, char** local_part)

Function: int parse822_domain (const char** p, const char* e, char** domain)

Function: int parse822_sub_domain (const char** p, const char* e, char** sub_domain)

Function: int parse822_domain_ref (const char** p, const char* e, char** domain_ref)

Function: int parse822_domain_literal (const char** p, const char* e, char** domain_literal)

Function: int parse822_quote_string (char** quoted, const char* raw)

Function: int parse822_quote_local_part (char** quoted, const char* raw)

Function: int parse822_field_body (const char** p, const char *e, char** fieldbody)

Function: int parse822_field_name (const char** p, const char *e, char** fieldname)


Go to the first, previous, next, last section, table of contents.