26 #include <tqptrlist.h>
28 #include <tqcstring.h>
29 #include "rfcdecoder.h"
36 mailAddress ( char *aCStr);
37 mailAddress ( const mailAddress &);
38 mailAddress & operator = ( const mailAddress &);
40 void setUser ( const TQCString & aUser)
44 const TQCString & getUser () const
48 void setHost ( const TQCString & aHost)
52 const TQCString & getHost () const
57 void setFullName ( const TQString & aFull);
58 const TQString getFullName () const;
60 void setComment ( const TQString & aComment);
61 void setCommentRaw ( const TQCString &);
62 const TQString getComment () const;
63 const TQCString & getCommentRaw () const;
65 int parseAddress ( char *);
66 const TQCString getStr () const;
67 bool isEmpty () const;
69 static TQString emailAddrAsAnchor ( const mailAddress &, bool);
70 static TQString emailAddrAsAnchor ( const TQPtrList < mailAddress > &, bool);
77 TQCString rawFullName;
|