jbostoen / itop-jb-mail-to-ticket-automation-v2

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

Random order of e-mails in GMail #2

Closed jbostoen closed 3 years ago

jbostoen commented 3 years ago

According to https://stackoverflow.com/questions/5632713/getting-n-most-recent-emails-using-imap-and-python , sorting messages in IMAP on GMail is not supported by Google.

Todo:

jbostoen commented 3 years ago

Should be fixed with most recent commits