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

RWPop3DataReply

Module:  Internet Protocols Module   Package:  POP3


RWPop3DataReplyRWPop3ReplyRWReply

Local Index

Members

Non-Members

Header File

#include <rw/pop3/RWPop3DataReply.h>

Description

RWPop3DataReply is derived from RWPop3Reply. RWPop3DataReply includes an RWSocketPortal that receives the data portion of the message. You should not close this socket portal. Take care to read data only up to the end of the message marker <period><cr><lf> contained on a line by itself.

Public Constructor

RWPop3DataReply();

Public Member Functions

RWSocketPortal
getPortal() const;
RWCString
getText() const;

Global Operator

ostream&
operator<<(ostream& strm, const RWPop3DataReply& 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.