kde-playground/akonadi
Ivailo Monev a9b00154bc generic: replace forward class declarations with header inclusions
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-07-31 18:05:48 +00:00
..
agentserver akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
asapcat generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
cmake/modules akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
interfaces akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
libs generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
qsqlite generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
rds generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
server generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
shared generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
.gitignore akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
.kateconfig akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
.krazy akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
.reviewboardrc akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
akonadi-mime.xml akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
akonadi-prefix.h.cmake akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
akonadi.pc.cmake akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
AkonadiConfig.cmake.in akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
AUTHORS akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
CMakeLists.txt akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
CodingStyle.txt akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
config-akonadi.h.cmake akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
CTestConfig.cmake akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
CTestCustom.cmake akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
Info.plist.template akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
INSTALL akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
lgpl-license akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
Mainpage.dox akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
NEWS akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
README akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00
README.sqlite akonadi: import 1.13.0 2015-09-23 09:37:02 +00:00

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.