123456789_123456789_123456789_123456789_123456789_

Module: Net::IMAP::ResponseParser::Patterns::RFC5234

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/net/imap/response_parser.rb

Overview

From RFC5234, "Augmented BNF for Syntax Specifications: ABNF"

ALPHA = %x41-5A / %x61-7A ; A-Z / a-z

CHAR = %x01-7F CRLF = CR LF ; Internet standard newline CTL = %x00-1F / %x7F ; controls DIGIT = %x30-39 ; 0-9 DQUOTE = %x22 ; " (Double Quote) HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F" OCTET = %x00-FF SP = %x20

Constant Summary