blob: 3bb6f8fcdc05761e18dce923816ab01262c02143 (
plain)
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
28
|
LIBKABC - new address book API for KDE
PURPOSE:
libtdeabc provides an API for address book data. This can be used by all KDE
application using data of this type, e.g. KAddressBook, KMail, KOrganizer,
KPilot etc. It is meant as replacement for libkab (in tdebase/kab).
FEATURES:
- Value based interface, addressbook entry data is implicitly shared.
- Address book entries are identified by a unique id.
- vCard backend (RFC 2425 / RFC 2426).
- Locking mechanism to support concurrent access to the address book by
multiple processes.
- Notification on change of addressbook by other process.
- Dialog for selecting address book entries, supports mouse and keyboard
selection, supports automatic name completion.
- GUI client for viewing, modifying address book data. This is aimed at
developers not end users.
- Tool for converting data, written with libkab, to libtdeabc format.
- Multiple backends (resources) for storing entries e.g. LDAP
AUTHOR: Cornelius Schumacher <schumacher@kde.org>
LICENCE: LPGL
DATE: 13 Oct 2001
|