Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIPop3StatReply


RWIPop3StatReplyRWIPop3ReplyRWIReply

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/preply.h>
RWIPop3StatReply reply;

Required Libraries

thr, net, int, tls (and possibly std)

Description

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.

Public Constructors

RWIPop3StatReply();

Public Member Functions

int
messages() const;
int
octets() const;

Global Operators

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


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.