# File lib/mail/elements/received_element.rb, line 25
    def to_s(*args)
      "#{@info}; #{@date_time.to_s(*args)}"
    end