Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWPop3StatReply

Module:  Internet Protocols Module   Package:  POP3


RWPop3StatReplyRWPop3ReplyRWReply

Local Index

Members

Non-Members

Header File

#include <rw/pop3/RWPop3StatReply.h>

Description

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.

Public Constructor

RWPop3StatReply();

Public Member Functions

int
getMessageCount() const;
int
getOctets() const;

Global Operator

ostream&
operator<<(ostream& strm, const RWPop3StatReply& r);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.