mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Fixed idle when notify
This commit is contained in:
parent
21a1c5b5c0
commit
bce0386fa4
1 changed files with 3 additions and 1 deletions
|
@ -1323,7 +1323,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
|
||||
// https://tools.ietf.org/html/rfc5465
|
||||
Argument arg = new Argument();
|
||||
arg.writeAtom("SET STATUS (subscribed (MessageNew MessageExpunge FlagChange))");
|
||||
arg.writeAtom("SET STATUS" +
|
||||
" (selected (MessageNew (uid) MessageExpunge FlagChange))" +
|
||||
" (subscribed (MessageNew MessageExpunge FlagChange))");
|
||||
|
||||
Response[] responses = protocol.command("NOTIFY", arg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue