Commit fa73d82d authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #11 in ZO/z-push from...

Merge pull request #11 in ZO/z-push from bugfix/ZO-39-z-push-add-capabilities-header-on-settings to develop

* commit '5718f2ba':
  ZO-39 added notes support
parents f7872e5d 5718f2ba
......@@ -59,7 +59,7 @@ class Settings extends RequestProcessor {
if(self::$deviceManager->IsOutlookClient()) {
self::$specialHeaders = array();
// 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";
}
......
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