# File lib/vmail/message_formatter.rb, line 8
    def initialize(mail, uid = nil)
      @mail = mail
      @uid = uid
    end