Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_SMTPResponse Class Reference

Inheritance diagram for CP_SMTPResponse:

CP_InternetResponse List of all members.

Public Types

enum  {
  kCP_SMTP__ServiceReady = 220, kCP_SMTP__ServiceClose = 221, kCP_SMTP__RequestOK = 250, kCP_SMTP__NotLocal = 251,
  kCP_SMTP__StartMail = 354
}

Public Member Functions

Getters
CP_String GetResponseString ()
CP_String GetBodyString ()
SInt32 GetResponseCode ()
Setters
void SetResponseString (const CP_String &inResponse)
void SetResponseCode (SInt32 inResponseCode)
void ResetResponse ()
Setters
void SetResponseString (const CP_String &inResponse)
void SetResponseCode (SInt32 inResponseCode)
void ResetResponse ()
Getters
CP_String GetResponseString ()
CP_String GetBodyString ()
SInt32 GetResponseCode ()
Setters
void SetResponseString (const CP_String &inResponse)
void SetResponseCode (SInt32 inResponseCode)
void ResetResponse ()
Constructor / Destructor
 CP_SMTPResponse (CP_Socket *inSocket)
 Constructor.
 CP_SMTPResponse (const CP_SMTPResponse &inResponse)
virtual ~CP_SMTPResponse () throw ()
 Destructor.
Server response
virtual bool GetServerResponse ()
Getters
CP_String GetResponseString ()
CP_String GetBodyString ()
SInt32 GetResponseCode ()
Setters
void SetResponseString (const CP_String &inResponse)
void SetResponseCode (SInt32 inResponseCode)
void ResetResponse ()

Protected Member Functions

Misc
SInt32 ReadLine (CP_Socket *inSocket, CP_String &inOutResult)
Misc
SInt32 ReadLine (CP_Socket *inSocket, CP_String &inOutResult)
Misc
SInt32 ReadLine (CP_Socket *inSocket, CP_String &inOutResult)
Misc
SInt32 ReadLine (CP_Socket *inSocket, CP_String &inOutResult)

Protected Attributes

CP_String fServerResponseString
CP_String fServerBodyString
SInt32 fServerResponseCode
CP_SocketfSocketConnection

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
kCP_SMTP__ServiceReady 
kCP_SMTP__ServiceClose 
kCP_SMTP__RequestOK 
kCP_SMTP__NotLocal 
kCP_SMTP__StartMail 


Constructor & Destructor Documentation

CPLAT_Begin_Namespace_CPLAT CP_SMTPResponse::CP_SMTPResponse CP_Socket inSocket  ) 
 

Constructor.

Parameters:
inSocket The socket connection to the SMTP server.
Exceptions:
none 

CP_SMTPResponse::CP_SMTPResponse const CP_SMTPResponse inResponse  ) 
 

Copy constructor.

Parameters:
inResponse The response object to copy the fields from.
Exceptions:
none 

CP_SMTPResponse::~CP_SMTPResponse  )  throw () [virtual]
 

Destructor.

Exceptions:
none 


Member Function Documentation

bool CP_SMTPResponse::GetServerResponse  )  [virtual]
 

Copies the response of the server into this object, and returns true if the server has a response.

Exceptions:
none 
Returns:
bool True if there was a response.

Reimplemented from CP_InternetResponse.

CP_String CP_InternetResponse::GetResponseString  )  [inherited]
 

Return the text of the response.

Exceptions:
none 
Returns:
CP_String The response string.

CP_String CP_InternetResponse::GetBodyString  )  [inherited]
 

Return the text of the response.

Exceptions:
none 
Returns:
CP_String The response string.

SInt32 CP_InternetResponse::GetResponseCode  )  [inherited]
 

Return the resonse code

Exceptions:
none 
Returns:
SInt32 The response code.

void CP_InternetResponse::SetResponseString const CP_String inResponse  )  [inherited]
 

Sets the text of the response. This text comes from the server.

Parameters:
inResponse The servers response.
Exceptions:
none 
Returns:
void

void CP_InternetResponse::SetResponseCode SInt32  inResponseCode  )  [inherited]
 

Sets the response code. This text comes from the server.

Parameters:
inResponseCode The servers response code.
Exceptions:
none 
Returns:
void

void CP_InternetResponse::ResetResponse  )  [inherited]
 

Resets the fields of this response to initial or empty values.

Exceptions:
none 
Returns:
void

SInt32 CP_InternetResponse::ReadLine CP_Socket inSocket,
CP_String inOutResult
[protected, inherited]
 

Receive the next line from our server. We keep receiving until the end of line is reached.

Parameters:
inSocket The socket we communicate to the server with.
inOutResult Location to return the resulting text in.
Exceptions:
OSError exceptions
Returns:
SInt32 The result of reading from the server. It will either be CP_noErr or CP_Err_ReceivingFromSocket.


Member Data Documentation

CP_String CP_InternetResponse::fServerResponseString [protected, inherited]
 

CP_String CP_InternetResponse::fServerBodyString [protected, inherited]
 

CP_String containing the response from the server.

SInt32 CP_InternetResponse::fServerResponseCode [protected, inherited]
 

CP_String containing the body of the response from the server

CP_Socket* CP_InternetResponse::fSocketConnection [protected, inherited]
 

Any numeric response code from the server.


The documentation for this class was generated from the following files:
Generated on Tue Sep 20 20:22:09 2005 for CPLAT_MacOS by  doxygen 1.4.0