Used to parse additional reply data returned in response to the POP3 STAT
command.
More...
#include <rw/pop3/RWPop3StatReply.h>
|
virtual void | parse (void) |
|
RWPop3StatReply is derived from RWPop3Reply. RWPop3StatReply 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.
◆ RWPop3StatReply()
RWPop3StatReply::RWPop3StatReply |
( |
void | | ) |
|
◆ getMessageCount()
int RWPop3StatReply::getMessageCount |
( |
void | | ) |
const |
Returns the number of messages waiting in the mail drop.
◆ getOctets()
int RWPop3StatReply::getOctets |
( |
void | | ) |
const |
Returns the total size (in octets) of the messages waiting in the mail drop.
◆ parse()
virtual void RWPop3StatReply::parse |
( |
void | | ) |
|
|
privatevirtual |
Performs an extended parse to obtain the number of waiting messages and their total size.
Reimplemented from RWPop3Reply.
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | str, |
|
|
const RWPop3StatReply & | r ) |
|
friend |