blob: 8fd63775257c6dac0a0775fc5804f148ed9b115c (
plain) (
blame)
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
|
Akonadi - The PIM Storage Service
* Common PIM data cache
o Type agnostic design
o Extensible
o Generic offline access, change recording and replay
o Generic conflict detection and resolution
o Resources are groupable by profile
o Items composed of independently retrievable multiple parts
o Zero-copy retrieval possible
* Concurrent access allows background activity independent of UI client
o Syncing mail, calendar, addressbooks to remote servers
o Syncing with mobile devices
o Permits semantic desktop infrastructure to access PIM data
o Archiving
o Indexing
o Out-of-process search
* Multi-process design
o Crash isolation
o Large items can't block whole system
o Linkage by IPC allows proprietary components
o Thin client installations can share components for scalability
WWW: http://pim.kde.org/akonadi/
|