Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
To mark User 200's message 00000080 as heard, do this:

   curl  --digest -k --request PUT https://200:123@localhost:8085/mailbox/200/message/00000080/heard

To delete a message

   curl --digest -k --request PUT https://200:123@localhost:8085/mailbox/200/message/00000018/delete

Get all messages
   curl --digest -k --request GET https://200:123@localhost:8085/mailbox/200/messages
   returns
   <message id=00000018 heard=true urgent=false folder=deleted duration=0 received=1171062204000/>

Preferences Services (not implemented yet)

Provides the ability to query and set the value of the User's Active Voicemail Greeting type.

...