#include <smtp.h>
Inheritance diagram for wxSMTPListener::

Public Methods | |
| virtual void | OnSocketError (int errorCode) |
| Will be called on errors. More... | |
| virtual void | OnRecipientAdded (const wxString &address, int errorCode) |
| Will be called if the SMTP server has acknowledged the RCPT command, which is the case, if a recipient was added. More... | |
| virtual void | OnDataSent (int errorCode) |
| Will be called if the SMTP server has acknowledged the DATA command, which is the case, if the email text was sent. More... | |
Such classes can use this class as a base class and implement the methods of this class for receiving and evaluating some events.
Definition at line 23 of file smtp.h.
|
|
Will be called if the SMTP server has acknowledged the DATA command, which is the case, if the email text was sent. TODO: Currently this is only sent, if the email was successfully sent.
Reimplemented in SendDialog. Definition at line 47 of file smtp.h. Referenced by wxSMTP::OnDataSuccess(). |
|
||||||||||||
|
Will be called if the SMTP server has acknowledged the RCPT command, which is the case, if a recipient was added.
Reimplemented in SendDialog. Definition at line 38 of file smtp.h. Referenced by wxSMTP::OnRecipientError(), and wxSMTP::OnRecipientSuccess(). |
|
|
Will be called on errors. Not implemented.
Reimplemented in SendDialog. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001