mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
|
||
---|---|---|
.. | ||
agentserver | ||
asapcat | ||
cmake/modules | ||
interfaces | ||
libs | ||
qsqlite | ||
rds | ||
server | ||
shared | ||
.gitignore | ||
.kateconfig | ||
.krazy | ||
.reviewboardrc | ||
akonadi-mime.xml | ||
akonadi-prefix.h.cmake | ||
akonadi.pc.cmake | ||
AkonadiConfig.cmake.in | ||
AUTHORS | ||
CMakeLists.txt | ||
CodingStyle.txt | ||
config-akonadi.h.cmake | ||
CTestConfig.cmake | ||
CTestCustom.cmake | ||
Info.plist.template | ||
INSTALL | ||
lgpl-license | ||
Mainpage.dox | ||
NEWS | ||
README | ||
README.sqlite |
Akonadi ======== What is Akonadi? ------------------ Akonadi is a PIM layer, which provides an asynchronous API to access all kind of PIM data (e.g. mails, contacts, events, todos etc.). It consists of several processes (generally called the Akonadi server) and a library (called client library) which encapsulates the communication between the client and the server. This directory contains the sources of the Akonadi server and all the infrastructure that is needed to build the client libraries and the application which want to make use of Akonadi. Structure ---------- * cmake/ Contains the cmake checks that are needed to build the server. * interfaces/ Contains the dbus interface descriptions that are used by the client library to control the Akonadi server or request status information. * libs/ Contains the sources of a private library which provides utils that are used by both, the Akonadi server and the client library. * server/ See INSTALL for installation instructions.