Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIPop3Reply


RWIPop3ReplyRWIReply

Module

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

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

Data Types

Member Functions

Synopsis

#include <rw/toolpro/preply.h>
RWIPop3Reply preply;

Required Libraries

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

Description

RWIPop3Reply encapsulates a general POP3 protocol reply. It is the base class for more specific POP3 replies. Specific subclasses of RWIPop3Reply (RWIPop3ConnReply, RWIPop3DataReply, and RWIPop3StatReply) return additional information specific to those types of POP3 protocol replies.

Here are some examples of POP3 server command replies:

+OK scan listing follows
-ERR no such message

Public Constructors

RWIPop3Reply();

Public Member Functions

RWCString
data() const;
RWBoolean
isErr() const; 
RWBoolean
isOk() const;

Protected Data Members

RWCString
data_;

Protected Member Functions

virtual void
parse();
void
readFromPortal(const RWSocketPortal& portal);

Global Operators

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


Previous fileTop of DocumentContentsIndexNext file

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