# File lib/sup/maildir.rb, line 87
  def load_header id
    scan_mailbox
    with_file_for(id) { |f| parse_raw_email_header f }
  end