# File lib/sup/imap.rb, line 79
  def self.suggest_labels_for path
    path =~ /([^\/]*inbox[^\/]*)/i ? [$1.downcase.intern] : []
  end