Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIPop3DataReply


RWIPop3DataReplyRWIPop3ReplyRWIReply

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>
RWIPop3DataReply reply;

Required Libraries

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

Description

RWIPop3DataReply is derived from RWIPop3Reply. RWIPop3DataReply contains an RWSocketPortal used to obtain the data portion of the message. This socket portal is provided to read the message and should not be closed by the library consumer. The library consumer should take care to read data only up to the end of the message marker <period><cr><lf> contained on a line by itself.

Public Constructors

RWIPop3DataReply();

Public Member Functions

RWCString
additionalData() const;
RWSocketPortal
portal() const;

Global Operators

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


Previous fileTop of DocumentContentsIndexNext file

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