View Single Post
03/13/17, 09:00 AM   #3
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
All Postmaster does is retry the RequestReadMail() call after a timeout. However, as noobanidus mentioned, sometimes the server will just refuse to honor requests to read some mails, no matter whether you select a different mail and then the original or not.

It's very frustrating to me as the developer of Postmaster, since people automatically assume that it's a bug in my code and not the server giving issues. I've put a ton of retry loops and error handlers in to Postmaster to work around the server issues as much as possible, but this particular issue with certain mail ids just seemingly becoming invalid until relog doesn't seem to have a code workaround.