parse822.texi
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************
@smallexample
@code{/* Prefix @emph{parse822_} is reserved */}
@code{#include <mailutils/parse822.h>}
@end smallexample
Internet Message Format, see Address node for the discussion.
@deftypefun int parse822_address_list (address_t* a, const char* s)
@end deftypefun
@deftypefun int parse822_mail_box (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_group (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_address (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_route_addr (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_route (const char** p, const char* e, char** route)
@end deftypefun
@deftypefun int parse822_addr_spec (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_unix_mbox (const char** p, const char* e, address_t* a)
@end deftypefun
@deftypefun int parse822_local_part (const char** p, const char* e, char** local_part)
@end deftypefun
@deftypefun int parse822_domain (const char** p, const char* e, char** domain)
@end deftypefun
@deftypefun int parse822_sub_domain (const char** p, const char* e, char** sub_domain)
@end deftypefun
@deftypefun int parse822_domain_ref (const char** p, const char* e, char** domain_ref)
@end deftypefun
@deftypefun int parse822_domain_literal (const char** p, const char* e, char** domain_literal)
@end deftypefun
@deftypefun int parse822_quote_string (char** quoted, const char* raw)
@end deftypefun
@deftypefun int parse822_quote_local_part (char** quoted, const char* raw)
@end deftypefun
@deftypefun int parse822_field_body (const char** p, const char *e, char** fieldbody)
@end deftypefun
@deftypefun int parse822_field_name (const char** p, const char *e, char** fieldname)
@end deftypefun