# File lib/sup/maildir.rb, line 108
  def raw_message id
    scan_mailbox
    with_file_for(id) { |f| f.read }
  end