Module parse

Source

Modules§

address
4.1.3. Address Literals (RFC 5321)
command
imf
Internet Message Format (RFC 5322)
response
trace
utils

Functions§

Atom
Atom = 1*atext
Domain
Domain = sub-domain *(“.” sub-domain)
Ldh_str
Ldh-str = *( ALPHA / DIGIT / “-” ) Let-dig
QcontentSMTP
QcontentSMTP = qtextSMTP / quoted-pairSMTP
Quoted_string
Quoted-string = DQUOTE *QcontentSMTP DQUOTE
String
String = Atom / Quoted-string
base64
is_Let_dig
Let-dig = ALPHA / DIGIT
is_qtextSMTP
Within a quoted string, any ASCII graphic or space is permitted without blackslash-quoting except double-quote and the backslash itself.
number
quoted_pairSMTP
Backslash followed by any ASCII graphic (including itself) or SPace
sub_domain
sub-domain = Let-dig [Ldh-str]