You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeabc/vcard
Michele Calgaro 5cb3ed2e54
tdeabc/vcard: integrated "generated" partial header files into the place where they
3 years ago
..
include tdeabc/vcard: integrated "generated" partial header files into the place where they 3 years ago
AdrParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
AdrValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
AgentParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
AgentValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
CMakeLists.txt tdeabc/vcard: integrated "generated" partial header files into the place where they 3 years ago
ClassValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
ContentLine.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
DateParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
DateValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
EmailParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
Entity.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
Enum.cpp Removed explicit usage of the 'register' keyword. 4 years ago
FloatValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
GeoValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
ImageParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
ImageValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
ImgValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
LangValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
Makefile.am tdeabc/vcard: integrated "generated" partial header files into the place where they 3 years ago
NValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
OrgValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
Param.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
PhoneNumberValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
README Rename additional header files to avoid conflicts with KDE4 11 years ago
RToken.cpp Removed explicit usage of the 'register' keyword. 4 years ago
SoundValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
SourceParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TelParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TelValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TextBinParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TextBinValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TextListValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TextParam.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
TextValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
URIValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
UTCValue.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
VCard.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
VCardEntity.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
Value.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
testread.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
testwrite.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
vCard-all.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago

README

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>