Commit 5718f2ba authored by Sebastian Kummer's avatar Sebastian Kummer

ZO-39 added notes support

parent f7872e5d
...@@ -59,7 +59,7 @@ class Settings extends RequestProcessor { ...@@ -59,7 +59,7 @@ class Settings extends RequestProcessor {
if(self::$deviceManager->IsOutlookClient()) { if(self::$deviceManager->IsOutlookClient()) {
self::$specialHeaders = array(); self::$specialHeaders = array();
// TODO these values need to be configurable, ZO-41 // TODO these values need to be configurable, ZO-41
self::$specialHeaders[] = "X-Push-Capabilities: gab,receiveflags,sendflags,oof,recover"; self::$specialHeaders[] = "X-Push-Capabilities: gab,receiveflags,sendflags,oof,recover,notes"; // TODO add "ooftime" when time support is available
self::$specialHeaders[] = "X-Push-GAB-Name: Z-Push-OL-GAB-Acacia"; self::$specialHeaders[] = "X-Push-GAB-Name: Z-Push-OL-GAB-Acacia";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment