kioslave/imap4
34 mailAddress (
char *aCStr);
35 mailAddress (
const mailAddress &);
36 mailAddress & operator = (
const mailAddress &);
38 void setUser (
const QByteArray & aUser)
42 const QByteArray & getUser ()
const
46 void setHost (
const QByteArray & aHost)
50 const QByteArray & getHost ()
const
55 void setFullName (
const QString & aFull);
56 const QString getFullName ()
const;
58 void setComment (
const QString & aComment);
59 void setCommentRaw (
const QByteArray &);
60 const QString getComment ()
const;
61 const QByteArray & getCommentRaw ()
const;
63 int parseAddress (
const char *);
64 const QByteArray getStr ()
const;
65 bool isEmpty ()
const;
67 static QString emailAddrAsAnchor (
const mailAddress &,
bool);
68 static QString emailAddrAsAnchor (
const QList < mailAddress *> &,
bool);
75 QByteArray rawFullName;
76 QByteArray rawComment;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:18 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.