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

Random order of e-mails in GMail

Closed this issue · 1 comments

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:

  • alter the GetListing() method on the IMAP email source. Warning: sorting here would mess up original indexes.
  • check for GetListing() calls. First it should sort the items. This also means the original indexes should be stored!
  • deprecate the earlier introduced "reverse" option for processing Exchange mailboxes
  • alter the way the table is created in ajax.php

Should be fixed with most recent commits