Class: RubyEmail::Rfc5322::Public

Inherits:
RubyEmail::Rfc5322 show all
Defined in:
lib/ruby_email/rfc5322/public.rb

Overview

Internet realist version of RubyEmail::Rfc5322. It requires a root domain.

Defined Under Namespace

Modules: String

Constant Summary collapse

VALIDE =
"(?<local>#{DOT_ATOM_TEXT})@(#{Rfc1123::Public::VALIDE})"
REGEXP =
Regexp.new "\\A#{VALIDE}\\Z"

Constants inherited from RubyEmail::Rfc5322

ATEXT, ATOM, DOT_ATOM_TEXT

Method Summary

Methods inherited from Core

match, regexp, validates?