Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
890e5a0b
...
890e5a0b7110e38e6a5ddf5e4a8611dccf4c28fa
authored
2001-05-20 02:38:20 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update from Sam.
1 parent
a8935df5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
include/mailutils/parse822.h
include/mailutils/parse822.h
View file @
890e5a0
...
...
@@ -55,7 +55,9 @@ extern int parse822_is_q_text __P ((char c));
extern
int
parse822_is_d_text
__P
((
char
c
));
extern
int
parse822_is_smtp_q
__P
((
char
c
));
extern
int
parse822_skip_ws
__P
((
const
char
**
p
,
const
char
*
e
));
extern
int
parse822_skip_crlf
__P
((
const
char
**
p
,
const
char
*
e
));
extern
int
parse822_skip_lwsp_char
__P
((
const
char
**
p
,
const
char
*
e
));
extern
int
parse822_skip_lwsp
__P
((
const
char
**
p
,
const
char
*
e
));
extern
int
parse822_skip_comments
__P
((
const
char
**
p
,
const
char
*
e
));
extern
int
parse822_digits
__P
((
const
char
**
p
,
const
char
*
e
,
int
min
,
int
max
,
int
*
digits
));
...
...
@@ -95,6 +97,8 @@ extern int parse822_domain_literal __P ((const char** p, const char* e, char** d
extern
int
parse822_quote_string
__P
((
char
**
quoted
,
const
char
*
raw
));
extern
int
parse822_quote_local_part
__P
((
char
**
quoted
,
const
char
*
raw
));
extern
int
parse822_field_body
__P
((
const
char
**
p
,
const
char
*
e
,
char
**
fieldbody
));
extern
int
parse822_field_name
__P
((
const
char
**
p
,
const
char
*
e
,
char
**
fieldname
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment