kabc
KABC::LDIFConverter Namespace Reference
Detailed Description
A set of functions to convert a string with LDIF information to addressees and vice versa.It is useful for addressbook import- and exportfilters and might be used to read and write Mozilla and Netscape addresssbooks.
Functions | |
bool | LDIFToAddressee (const QString &str, AddresseeList &addrList, const QDateTime &dt=QDateTime::currentDateTime()) |
bool | addresseeToLDIF (const AddresseeList &addrList, QString &str) |
bool | addresseeToLDIF (const Addressee &addr, QString &str) |
bool | evaluatePair (Addressee &a, Address &homeAddr, Address &workAddr, QString &fieldname, QString &value) |
Function Documentation
bool KABC::LDIFConverter::addresseeToLDIF | ( | const Addressee & | addr, | |
QString & | str | |||
) |
Converts an addressee to a LDIF string.
- Parameters:
-
addr The addressee. str The LDIF string.
Definition at line 76 of file ldifconverter.cpp.
bool KABC::LDIFConverter::addresseeToLDIF | ( | const AddresseeList & | addrList, | |
QString & | str | |||
) |
Converts a list of addressees to a LDIF string.
- Parameters:
-
addrList The addresseelist. str The LDIF string.
Definition at line 54 of file ldifconverter.cpp.
bool KABC::LDIFConverter::LDIFToAddressee | ( | const QString & | str, | |
AddresseeList & | addrList, | |||
const QDateTime & | dt = QDateTime::currentDateTime() | |||
) |
Converts a LDIF string to a list of addressees.
- Parameters:
-
str The vcard string. addrList The addresseelist. dt The date & time value of the last modification (e.g. file modification time).
Definition at line 174 of file ldifconverter.cpp.