-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_webmail: Fix or work around bugs with message pagination.
* The last page of messages was always showing PAGESIZE number of messages, even if this duplicated messages shown on the previous page. The range of messages to show on the last page is now calculated correctly. * Microsoft email servers seem to have a bug where after messages are removed from a mailbox, a FETCH operation to get the headers for the visible range of messages will be missing messages. Work around this by temporarily selecting another arbitrary mailbox on the same server, reselecting the original mailbox, and then reissuing the FETCH again. Related enhancements: * io_compress: Adjust cleanup ordering. * io_tls: Use bbs_timed_write to mitigate TLS thread blocking. * net_imap: Log backtrace in addition to error.
- Loading branch information
1 parent
11eb885
commit 24fc51f
Showing
4 changed files
with
187 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters