-
-
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.
net_imap: Fix missing untagged notifications on MOVE/COPY/STORE.
* Fix construction of Other Users mailbox path with extra erroneous leading hierarchy delimiter. * Fix not getting notifications of flag changes with NOTIFY enabled, caused by wrong maildir path being passed to send_untagged_fetch. * Fix missing EXPUNGE notifications on cross-server MOVE from local server to remote server. * Fix missing EXISTS notifications on COPY operations. * Fix missing EXISTS notifications on MOVE operations. * Don't send untagged updates after tagged response. * Fix logic for UIDVALIDITY rotation. * mod_webmail: Don't automark seen when requesting raw message, to prevent message downloads from automarking seen.
- Loading branch information
1 parent
74ee034
commit b41845b
Showing
12 changed files
with
311 additions
and
29 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
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
Oops, something went wrong.