Module panorama_imap::parser [−][src]
Module that implements parsers for all of the IMAP types.
Modules
literal |
Structs
Rfc3501 |
Enums
Rule |
Constants
_PEST_GRAMMAR_Rfc3501 |
Functions
build_address | |
build_astring | |
build_capabilities | |
build_capability | |
build_continue_req | |
build_date_time | |
build_envelope | |
build_flag | |
build_flag_list | |
build_literal | |
build_mailbox_data | |
build_mailbox_list | |
build_mbx_list_flags | |
build_msg_att | |
build_msg_att_static | |
build_nstring | |
build_number | Extracts a numerical type, generic over anything that could possibly be read as a number |
build_resp_cond_state | |
build_resp_text | |
build_resp_text_code | |
build_response | |
build_response_data | |
build_response_done | |
build_section | |
build_status | |
build_string | Extracts a string-type, discarding the surrounding quotes and unescaping the escaped characters |
build_zone | |
parse_capability | |
parse_literal | |
parse_response | |
parse_streamed_response | |
parse_zone | |
unwrap1 | Unwraps a singleton pair (a pair that only has one element in its |
Type Definitions
ParseResult |