# File lib/mail/utilities.rb, line 134 def uri_parser @uri_parser ||= URI.const_defined?(:Parser) ? URI::Parser.new : URI end