#include <smtpclient.h>
◆ SmtpClient()
| SmtpClient::SmtpClient |
( |
QObject * | parent = 0 | ) |
|
◆ ~SmtpClient()
| SmtpClient::~SmtpClient |
( |
| ) |
|
◆ authenticated
| void SmtpClient::authenticated |
( |
| ) |
|
|
protectedslot |
◆ authenticationFailed
| void SmtpClient::authenticationFailed |
( |
const QByteArray & | msg | ) |
|
|
protectedslot |
◆ connected
| void SmtpClient::connected |
( |
| ) |
|
|
protectedslot |
◆ connectionFailed
| void SmtpClient::connectionFailed |
( |
const QByteArray & | msg | ) |
|
|
protectedslot |
◆ disconnected
| void SmtpClient::disconnected |
( |
| ) |
|
|
protectedslot |
◆ encrypted
| void SmtpClient::encrypted |
( |
| ) |
|
|
protectedslot |
◆ encryptionFailed
| void SmtpClient::encryptionFailed |
( |
const QByteArray & | msg | ) |
|
|
protectedslot |
◆ enqueueActivationTokenMail
| bool SmtpClient::enqueueActivationTokenMail |
( |
const QString & | nickname, |
|
|
const QString & | recipient, |
|
|
const QString & | token ) |
|
slot |
◆ enqueueForgotPasswordTokenMail
| bool SmtpClient::enqueueForgotPasswordTokenMail |
( |
const QString & | nickname, |
|
|
const QString & | recipient, |
|
|
const QString & | token ) |
|
slot |
◆ finished
| void SmtpClient::finished |
( |
| ) |
|
|
protectedslot |
◆ mailFailed
| void SmtpClient::mailFailed |
( |
int | mailID, |
|
|
int | errorCode, |
|
|
const QByteArray & | msg ) |
|
protectedslot |
◆ mailSent
| void SmtpClient::mailSent |
( |
int | mailID | ) |
|
|
protectedslot |
◆ recipientRejected
| void SmtpClient::recipientRejected |
( |
int | mailID, |
|
|
const QString & | address, |
|
|
const QByteArray & | msg ) |
|
protectedslot |
◆ sendAllEmails
| void SmtpClient::sendAllEmails |
( |
| ) |
|
|
slot |
◆ senderRejected
| void SmtpClient::senderRejected |
( |
int | mailID, |
|
|
const QString & | address, |
|
|
const QByteArray & | msg ) |
|
protectedslot |
◆ smtp
The documentation for this class was generated from the following files: