File: README.md

package info (click to toggle)
akonadi 4%3A20.08.3-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 12,916 kB
  • sloc: cpp: 99,017; xml: 2,810; python: 71; sh: 69; javascript: 42; makefile: 32
file content (27 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Akonadi #

Akonadi aims to be an extensible cross-desktop storage service for PIM data
and meta data providing concurrent read, write, and query access.
It provides unique desktop-wide object identification and retrieval.

Akonadi framework provides two parts: the server, and client libraries to
access the data managed by the server.

## Client Libraries ##

If you are an application developer and want to access and interact with data
stored in Akonadi, you should read the [Akonadi client libraries documentation](@ref client_libraries).

## Akonadi Server ##

If you are interested in working on the Akonadi framework itself, you can read
more about the internals of the Akonadi Server and the protocol in the
[Akonadi server documentation](@ref server).

## History ##

You can also read a bit more about [history of Akonadi](@ref history)

## Implementation details ##

* [Tags](@ref tags)