with_attachment method

Future<MailQuery> with_attachment()

has attachment

Implementation

Future<MailQuery> with_attachment() async {
  await super.filter("hasAttachments eq true");
  return this;
}