RWIPop3StatReplyRWIPop3ReplyRWIReply
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/preply.h> RWIPop3StatReply reply;
thr, net, int, tls (and possibly std)
RWIPop3StatReply is derived from RWIPop3Reply. RWIPop3StatReply parses out additional reply data returned in response to the POP3 STAT command. This data includes the number of messages waiting in the maildrop, and the number of octets consumed by those messages.
RWIPop3StatReply();
Constructs a default RWIPop3StatReply object.
int messages() const;
Returns the number of messages waiting in the mail drop.
int octets() const;
Returns the total size (in octets) of the messages waiting in the mail drop.
ostream& operator<<(ostream& strm, const RWIPop3StatReply& 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.