Remove ImapFolder caching
The cache was causing problems when a folder was accessed in two threads at the same time. There was also no invalidation mechanism that removed folders that had been removed from the server. The easy fix is to get rid of this cache. There's no state in ImapFolder that survives closing the folder anyway.
Loading
Please register or sign in to comment