[−][src]Module imap_proto::parser::core
Functions
| astring | |
| astring_utf8 | |
| atom | |
| is_astring_char | |
| is_atom_char | |
| is_atom_specials | |
| is_char | |
| is_char8 | CHAR8 = %x01-ff ; any OCTET except NUL, %x00 |
| is_list_wildcards | |
| is_quoted_specials | |
| is_resp_specials | |
| is_text_char | |
| literal | literal = "{" number "}" CRLF *CHAR8 ; Number represents the number of CHAR8s |
| nil | |
| nstring | |
| nstring_utf8 | |
| number | |
| number_64 | |
| opt_opt | |
| paren_delimited | |
| parenthesized_list | |
| parenthesized_nonempty_list | |
| quoted | |
| quoted_utf8 | |
| sequence_range | |
| sequence_set | |
| string | |
| string_utf8 | |
| text |