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
Slávek Banko 62ac96e110
Fix tdecore directories of linked libraries
11 years ago
..
include Rename additional header files to avoid conflicts with KDE4 12 years ago
AdrParam.cpp
AdrValue.cpp
AgentParam.cpp
AgentValue.cpp
CMakeLists.txt
ClassValue.cpp
ContentLine.cpp
DateParam.cpp
DateValue.cpp
EmailParam.cpp
Entity.cpp
Enum.cpp
FloatValue.cpp
GeoValue.cpp
ImageParam.cpp
ImageValue.cpp
ImgValue.cpp
LangValue.cpp
Makefile.am
NValue.cpp
OrgValue.cpp
Param.cpp
PhoneNumberValue.cpp
README
RToken.cpp
SoundValue.cpp
SourceParam.cpp
TelParam.cpp
TelValue.cpp
TextBinParam.cpp
TextBinValue.cpp
TextListValue.cpp
TextParam.cpp
TextValue.cpp
URIValue.cpp
UTCValue.cpp
VCard.cpp
VCardEntity.cpp
Value.cpp
testread.cpp
testwrite.cpp
vCard-all.cpp

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>