# File lib/larch/imap/mailbox.rb, line 168
  def has_guid?(guid)
    scan
    @db_mailbox.messages_dataset.filter(:guid => guid).count > 0
  end