Aens

Results 1 issues of Aens

So, this is pretty straightforward query for a mailbox object, take a look at the query: ``` query = mailbox.new_query() (query .on_attribute("from") .contains("[email protected]") # .chain('or') # .contains("[email protected]") .chain('and') .on_attribute('receivedDateTime') .greater_equal(datetime(2021,...