mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-14 15:08:19 -05:00
IMAP: fix bug 2845530 implement FLAGS.SILENT command
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@724 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
84fd373b7c
commit
6643c5bb0e
@ -873,7 +873,7 @@ public class ImapConnection extends AbstractConnection {
|
||||
message.junk = true;
|
||||
}
|
||||
}
|
||||
} else if ("FLAGS".equalsIgnoreCase(action)) {
|
||||
} else if ("FLAGS".equalsIgnoreCase(action) || "FLAGS.SILENT".equalsIgnoreCase(action)) {
|
||||
properties.put("read", "0");
|
||||
message.read = false;
|
||||
properties.put("flagged", "0");
|
||||
|
Loading…
Reference in New Issue
Block a user