[#7250] Add x-vbookmark support
Summary Add x-vbookmark support
Queue Trean
Type Enhancement
State Accepted
Priority 1. Low
Owners
Requester Jan Schneider <jan (at) horde (dot) org>
Created 08/28/2008 (565 days ago)
Due
Updated 01/14/2009 (426 days ago)
Assigned
Resolved
Attachments
Milestone 2.0
Patch No

History
01/14/2009 Chuck Hagenbuch Milestone ⇒ 2.0
 
08/28/2008 Jan Schneider Comment #1
State ⇒ Accepted
Patch ⇒
Milestone ⇒
Queue ⇒ Trean
Summary ⇒ Add x-vbookmark support
Type ⇒ Enhancement
Priority ⇒ 1. Low
Reply to this comment
At least SE phones seem to support some non-standard text/x-vbookmark 
content type. This seem to be modeled after iCalendar data, so my 
guess on a valid bookmark object is:



BEGIN:VBKM

VERSION:1.0

URL:http://www.example.com

TITLE:Url Title

END:VBKM



There is also an unknown X-IRMC-URL property.

There seem to be another object type specified with BEGIN:VENV. Not 
sure what it does, but it might be grouping individual bookmarks in a 
folder.



To find out the complete syntax, we probably have to add a 
synchronization stub that simply accepts any incoming data and logs 
it, so that we can further analyze.