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