All pastes #884540 Raw Edit

Someone

public text v1 · immutable
#884540 ·published 2008-01-30 13:01 UTC
rendered paste body
   context.createFilter(new AndFilter(
         new EqFilter(Constants.OBJECTCLASS, Mailbox.class.getName()),
         new EqFilter(Mailbox.NAME_PROPERTY, "welcome"),
         new EqFilter("lang", "en")
      ).toString());