Class: RubyEmail::Rfc5322::Public
- Inherits:
-
RubyEmail::Rfc5322
- Object
- Core
- RubyEmail::Rfc5322
- RubyEmail::Rfc5322::Public
- 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"