ExImapClient.ResponseParser (ExImapClient v0.3.0)
Link to this section Summary
Functions
seales the parser given. The resulting parser will not produces a continuation.
Link to this section Functions
Link to this function
finalize(parser)
seales the parser given. The resulting parser will not produces a continuation.
Link to this function
from_rule_name(rule_overrides \\ Override.new(), rule_name)
Link to this function
from_rule_name_non_strict(rule_overrides \\ Override.new(), rule_name)
Link to this function
from_rule_name_strict(rule_overrides \\ Override.new(), rule_name)
Link to this function
get_rules()
Link to this function
parse_string(rule_overrides \\ Override.new(), start_rule_name, input_string)
Link to this function
parse_string_non_strict(rule_overrides \\ Override.new(), start_rule_name, input_string)
Link to this function
parse_string_strict(rule_overrides \\ Override.new(), start_rule_name, input_string)
Link to this function
streaming_parser(parser, partial_tag \\ "xx_partial", final_tag \\ "xx_final")
Link to this function