Emai::Pop3StatusCallback Class ReferenceEmaiPop3StatusCallback wrapper class.
More...
#include <EmaiPOP3.hpp>
List of all members.
Detailed Description
EmaiPop3StatusCallback wrapper class.
- See also:
- Emai::Pop3Session::Pop3Session
Definition at line 34 of file EmaiPOP3.hpp.
Member Function Documentation
virtual EmaiError Emai::Pop3StatusCallback::OnOperation |
( |
Pop3Session & |
inSession, |
|
|
EmaiUint32 |
inOperationCode | |
|
) |
| | [private, pure virtual] |
Virtual function.
- Parameters:
-
| EmaiSmtpSession | inSession - session object of the event |
| EmaiUint32 | inOperationCode - operation code |
| EmaiConstCharPtr | inStatusText - status text |
Referenced by StatusCallback().
virtual EmaiError Emai::Pop3StatusCallback::OnDataReceived |
( |
Pop3Session & |
inSession, |
|
|
EmaiUint32 |
inReceivedSize, |
|
|
EmaiUint32 |
inTotalSize | |
|
) |
| | [private, pure virtual] |
Virtual function; will be triggered periodically while sending the message, after a certain amount of data is received.
- Parameters:
-
| EmaiSmtpSession | inSession - session object of the event |
| EmaiUint32 | inReceivedSize - data received amount, sinse last function call |
| EmaiUint32 | inTotalSize - total data amout to be sent |
Referenced by StatusCallback().
Virtual function; Will be triggered in case if server returns an error.
- Parameters:
-
| EmaiSmtpSession | inSession - session object of the event |
| EmaiConstCharPtr | inServerReply - error reply string |
| EmaiUint32 | inReplyCode - error reply code |
Referenced by StatusCallback().
The documentation for this class was generated from the following file:
|