Example C++ application
From Zarafa wiki
The zarafa-fsck tool is a program to show what you can do with the [wiki:ZarafaDevelopment Zarafa SDK].
The source can be downloaded here.
To compile the program, first install the Zarafa source code. Then unpack the zarafa-fsck tool. Change into the zarafa-fsck-1.0 directory and type:
make
Make sure you have the following programs installed before compiling the program:
* g++ (Gnu C++ compiler) * pkg-config * libuuid (sometimes shipped with e2fsprogs-devel packages) * Zarafa SDK
When the program is compiled, type:
./zarafa-fsck --help
to view the help screen for all the options.