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