Fixes Issue 1664
Correct thread safety on some member variables when doing null checks. Explicitly check for mMessageCount == -1 and stop=true in idling loop. However, the original error message "Message count = -1 for folder" will still arise in some circumstances and is a valid error to report.
Loading
Please register or sign in to comment