blob: 18a9daf4ad9f1a5e01f921429b90467a513ea6fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libvcard (C) 1999 Rik Hemsley <rik@kde.org>
Written for the KDE project.
This software is licensed under the MIT license.
A vCard 3.0 parser based on the same principles that librmm (from Empath) uses.
It's small and very fast due to parsing and assembly of object being lazy.
There is a base64 codec declared in Enum.h
Feedback welcome.
Rik <rik@kde.org>
|