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