Warning, /pim/akonadi/README.md is written in an unsupported language. File is not indexed.
0001 # Akonadi # 0002 0003 Akonadi aims to be an extensible cross-desktop storage service for PIM data 0004 and meta data providing concurrent read, write, and query access. 0005 It provides unique desktop-wide object identification and retrieval. 0006 0007 Akonadi framework provides two parts: the server, and client libraries to 0008 access the data managed by the server. 0009 0010 ## Client Libraries ## 0011 0012 If you are an application developer and want to access and interact with data 0013 stored in Akonadi, you should read the [Akonadi client libraries documentation](@ref client_libraries). 0014 0015 ## Akonadi Server ## 0016 0017 If you are interested in working on the Akonadi framework itself, you can read 0018 more about the internals of the Akonadi Server and the protocol in the 0019 [Akonadi server documentation](@ref server). 0020 0021 ## History ## 0022 0023 You can also read a bit more about [history of Akonadi](@ref history) 0024 0025 ## Implementation details ## 0026 0027 * [Tags](@ref tags)