before
Future<MailQuery> before(DateTime date) async { await super.filter("receivedDateTime lt '$date'"); return this; }