|
|
|
|
|
|
|
|
|
|
|
|
|
| NO-WS-CTL | = |
%d1-8 / %d11 / %d12 / %d14-31 / %d127
|
| |
; Non white space controls:
; US-ASCII control characters that do not include the
; carriage return, line feed, and white space characters
|
| text | = |
%d1-9 / %d11 / %d12 / %d14-127 /
obs-text
|
| |
; Characters excluding CR and LF
|
| specials | = |
"("
/ ")"
/ "<"
/ ">"
/ "["
/ "]"
/ ":"
/ ";"
/ "@"
/ "\"
/ ","
/ "." / DQUOTE
|
| |
; Special characters used in other parts of the syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| optional-field | = |
field-name
":" unstructured CRLF
|
| field-name | = |
1*ftext
|
| ftext | = |
%d33-57 / %d59-126
|
| |
; Any character except controls, SP, and ":"
|
|
|
|