Aens

Results 4 comments of Aens

This will still fail at new versions, pyinstaller will fail to place the .dll correctly or even find it. Although your workaround fix the issue for now, it would be...

Update: A workaround has been adding the date ranges for EACH address, but isn't that a bit... annoying? ``` query = mailbox.new_query() (query .on_attribute("from") .contains("[email protected]") .chain('and') .on_attribute('receivedDateTime') .greater_equal(datetime(2021, 6, 14))...

+1 to this. I wasn't aware of it and my entire application was crashing just because a 1% part of it was using this library to read some twits in...

^ Let me know also if there's a way to do it.