Torsten Grote
unread,Aug 16, 2012, 9:40:09 AM8/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kolab-conne...@googlegroups.com, Mollekopf, Christian, Jeroen van Meeuwen
On Thursday 09 August 2012 18:20:47 Arthur Zaczek wrote:
> Sounds great! We are interessed. Where can we find the documentation of the
> new Kolab - Format?
Most of it is available in the Kolab Wiki
https://wiki.kolab.org/Kolab_3.0_Storage_Format
We are working on adding the missing bits and pieces.
> @Java bindings: Why not - if the help us to get rid of Mailhandling & work
> for Android it would be a great deal. Is there a documentation for it?
Unfortunately, there isn't much documentation. You can have a look at the
source
http://git.kolab.org/libkolab/tree/ and compile the libraries with the
following command
cmake -DJAVA_BINDINGS=ON
If you run into troubles or need to know anything else, please let me know. I
also included two Kolab engineers in this thread. They can answer further
questions best.
You might also want to look at Libkolabxml. It is the reference implementation
of the Kolab XML Format. It provides serialization/deserialization from/to in-
memory representations for all Kolab Objects, including input validation.
The library is written in C++ and (optionally) comes with Java bindings
generated by SWIG. See source at
http://git.kolab.org/libkolabxml/tree/
Regards,
Torsten