# File lib/mail/elements/address.rb, line 117
    def domain
      parse unless @parsed
      strip_all_comments(get_domain) if get_domain
    end