Basic keyword management

This commit is contained in:
M66B
2018-11-26 12:42:06 +01:00
parent c0853b1734
commit 43bb2bf05a
5 changed files with 97 additions and 1 deletions

View File

@@ -1500,7 +1500,7 @@ public class ServiceSynchronize extends LifecycleService {
}
// https://tools.ietf.org/html/rfc3501#section-2.3.2
String keyword = jargs.getString(0);
String keyword = Helper.sanitizeKeyword(jargs.getString(0));
boolean set = jargs.getBoolean(1);
Message imessage = ifolder.getMessageByUID(message.uid);