rfc822-parser.h revision 2de709376eddc50ec5fa470358bb57cf0a87bb1f
#ifndef __RFC822_PARSER_H
#define __RFC822_PARSER_H
struct rfc822_parser_context {
};
/* Parse comment. Assumes parser's data points to '(' */
/* Skip LWSP if there is any */
/* Stop at next non-atext char */
/* Like parse_atom() but don't stop at '.' */
/* Like parse_dot_atom() but stops for '/', '?' and '='.
Also it doesn't allow LWSP around '.' chars. */
/* "quoted string" */
/* atom or quoted-string */
/* dot-atom / domain-literal */
#endif