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/kabc/vcard
tpearson e7c20618e6
Fixed typo
14 years ago
..
include Added new hidden vCard URI parameter for certain CardDAV systems (such as Zimbra) that do not handle UID properly 14 years ago
AdrParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
AdrValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
AgentParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
AgentValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ClassValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ContentLine.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
DateParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
DateValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
EmailParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Entity.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Enum.cpp Fixed typo 14 years ago
FloatValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
GeoValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ImageParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ImageValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ImgValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
LangValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am kdelibs update to Trinity v3.5.11 15 years ago
NValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
OrgValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Param.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
PhoneNumberValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
RToken.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
SoundValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
SourceParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TelParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TelValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TextBinParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TextBinValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TextListValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TextParam.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TextValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
URIValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
UTCValue.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
VCard.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
VCardEntity.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Value.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
testread.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
testwrite.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
vCard-all.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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>