kioslaves/imap4
mailAddress Class Reference
List of all members.Detailed Description
Definition at line 31 of file mailaddress.h.
Public Member Functions | |
| mailAddress () | |
| ~mailAddress () | |
| mailAddress (char *aCStr) | |
| mailAddress (const mailAddress &) | |
| mailAddress & | operator= (const mailAddress &) |
| void | setUser (const QCString &aUser) |
| const QCString & | getUser () const |
| void | setHost (const QCString &aHost) |
| const QCString & | getHost () const |
| void | setFullName (const QString &aFull) |
| const QString | getFullName () const |
| void | setComment (const QString &aComment) |
| void | setCommentRaw (const QCString &) |
| const QString | getComment () const |
| const QCString & | getCommentRaw () const |
| int | parseAddress (char *) |
| const QCString | getStr () |
| bool | isEmpty () const |
| void | clear () |
Static Public Member Functions | |
| static QString | emailAddrAsAnchor (const mailAddress &, bool) |
| static QString | emailAddrAsAnchor (const QPtrList< mailAddress > &, bool) |
The documentation for this class was generated from the following files:

