quentinsf / IMAPdedup

IMAP message de-duplicator
https://quentinsf.com/software/imapdedup
GNU General Public License v2.0
323 stars 57 forks source link

Avoid IndexError (list index out of range) #45

Closed indreias closed 4 years ago

indreias commented 6 years ago

There are possibles scenarios when the IMAP server provide a response that does not contain the result for all FETCH commands. For such cases we could adapt the code to take into consideration only the results presented by server.

quentinsf commented 4 years ago

Thanks Ioan -

I've finally managed to update IMAPdedup a bit after a long time, and I've incorporated your change.

All the best,

Quentin