From: Matthieu H. <mat...@al...> - 2014-01-29 00:57:34
|
Hi team, After banged my head on this bug for weeks, I decided to drop every change I made since last revision, and it probably was the best idea as I was able to fix the initial bug quite quickly. My observations are the following: * Changing the constants used to identify seen and unseen emails was far worse than I expected and it could be the root cause of the initial bug in the list. * Then, I wanted to update the ImapX library to a new version, hoping it will help dealing with an issue regarding the unique ID of messages. Integration seemed to be ok but I had very strange issues while attempting to save messages on disk as it worked for some messages but not for others. So I reverted to the older version of the library. Also, I discovered that the ID was simply missing in some of my emails so I decided to generate one (based on a hash) in such case. Long story short, I made some consequent work and spent hours scratching my head for... nothing. But at least it seems to work so please, please give it a try and let's move on next issues. Thank you and best regards, Matthieu Hazon |