# File lib/mail/message.rb, line 392
    def envelope_from
      @envelope ? @envelope.from : nil
    end