RWIPop3ConnReplyRWIPop3ReplyRWIReply
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/preply.h> RWIPop3ConnReply reply;
thr, net, int, tls (and possibly std)
RWIPop3ConnReply is derived from RWIPop3Reply. RWIPop3ConnReply attempts to parse the POP3 protocol reply for the timestamp passed back by a server implementation supporting enhanced security features. If the server does not support this option, the timestamp method returns an empty string.
RWIPop3ConnReply();
Constructs a default RWIPop3ConnReply.
RWCString timestamp();
Returns the timestamp passed to the client upon the connection to the server. The timestamp is a unique ID used for advanced features, such as authentication, and is included for future enhancements.
virtual void parse();
Provides an extended parse method that attempts to obtain the server's timestamp.
ostream& operator<<(ostream& strm, const RWIPop3ConnReply& r);
Outputs an RWIPop3Reply object to an ostream.
Note: This class does not have an extraction (>>) operator.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.