-
- Downloads
It seems many IMAP clients open multiple connections to the server, and
expect the Seen flags to be coherent across them... support this by leaving the users IMAP status file open, and holding a lock on the first byte. We now need to flush changes to the status file more often, and we need to call file.flush() before unlocking.
Please register or sign in to comment