[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.1.15 Parse822

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

Function: int parse822_is_char (char c)

Function: int parse822_is_digit (char c)

Function: int parse822_is_ctl (char c)

Function: int parse822_is_space (char c)

Function: int parse822_is_htab (char c)

Function: int parse822_is_lwsp_char (char c)

Function: int parse822_is_special (char c)

Function: int parse822_is_atom_char (char c)

Function: int parse822_is_q_text (char c)

Function: int parse822_is_d_text (char c)

Function: int parse822_is_smtp_q (char c)

Function: int parse822_skip_crlf (const char **p, const char *e)

Function: int parse822_skip_lwsp_char (const char **p, const char *e)

Function: int parse822_skip_lwsp (const char **p, const char *e)

Function: int parse822_skip_comments (const char **p, const char *e)

Function: int parse822_skip_nl (const char **p, const char *e)

Function: int parse822_digits (const char **p, const char *e, int min, int max, int *digits)

Function: int parse822_special (const char **p, const char *e, char c)

Function: int parse822_comment (const char **p, const char *e, char **comment)

Function: int parse822_atom (const char **p, const char *e, char **atom)

Function: int parse822_quoted_pair (const char **p, const char *e, char **qpair)

Function: int parse822_quoted_string (const char **p, const char *e, char **qstr)

Function: int parse822_word (const char **p, const char *e, char **word)

Function: int parse822_phrase (const char **p, const char *e, char **phrase)

Function: int parse822_d_text (const char **p, const char *e, char **dtext)

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)

Function: int parse822_day (const char **p, const char *e, int *day)

Function: int parse822_date (const char **p, const char *e, int *day, int *mon, int *year)

Function: int parse822_time (const char **p, const char *e, int *h, int *m, int *s, int *tz, const char **tz_name)

Function: int parse822_date_time (const char **p, const char *e, struct tm *tm, mu_timezone *tz)


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Sergey Poznyakoff on December, 23 2004 using texi2html