Module: IsEmail::Validators::Parser::Context Private

Defined in:
lib/is_email/validators/parser.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

An enum-like module for containing states for the parser state machine

Constant Summary collapse

LOCALPART =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:localpart
DOMAIN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:domain
LITERAL =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:literal
COMMENT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:comment
FWS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:fws
QUOTEDSTRING =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:quotedstring
QUOTEDPAIR =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:quotedpair