Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
SmtpClient Class Reference

#include <smtpclient.h>

Inheritance diagram for SmtpClient:
[legend]
Collaboration diagram for SmtpClient:
[legend]

Public Slots

bool enqueueActivationTokenMail (const QString &nickname, const QString &recipient, const QString &token)
bool enqueueForgotPasswordTokenMail (const QString &nickname, const QString &recipient, const QString &token)
void sendAllEmails ()

Public Member Functions

 SmtpClient (QObject *parent=0)
 ~SmtpClient ()

Protected Slots

void authenticated ()
void authenticationFailed (const QByteArray &msg)
void connected ()
void connectionFailed (const QByteArray &msg)
void disconnected ()
void encrypted ()
void encryptionFailed (const QByteArray &msg)
void finished ()
void mailFailed (int mailID, int errorCode, const QByteArray &msg)
void mailSent (int mailID)
void recipientRejected (int mailID, const QString &address, const QByteArray &msg)
void senderRejected (int mailID, const QString &address, const QByteArray &msg)

Protected Attributes

QxtSmtpsmtp

Constructor & Destructor Documentation

◆ SmtpClient()

SmtpClient::SmtpClient ( QObject * parent = 0)
Here is the call graph for this function:

◆ ~SmtpClient()

SmtpClient::~SmtpClient ( )

Member Function Documentation

◆ authenticated

void SmtpClient::authenticated ( )
protectedslot
Here is the caller graph for this function:

◆ authenticationFailed

void SmtpClient::authenticationFailed ( const QByteArray & msg)
protectedslot
Here is the caller graph for this function:

◆ connected

void SmtpClient::connected ( )
protectedslot
Here is the caller graph for this function:

◆ connectionFailed

void SmtpClient::connectionFailed ( const QByteArray & msg)
protectedslot
Here is the caller graph for this function:

◆ disconnected

void SmtpClient::disconnected ( )
protectedslot
Here is the caller graph for this function:

◆ encrypted

void SmtpClient::encrypted ( )
protectedslot
Here is the caller graph for this function:

◆ encryptionFailed

void SmtpClient::encryptionFailed ( const QByteArray & msg)
protectedslot
Here is the caller graph for this function:

◆ enqueueActivationTokenMail

bool SmtpClient::enqueueActivationTokenMail ( const QString & nickname,
const QString & recipient,
const QString & token )
slot
Here is the call graph for this function:

◆ enqueueForgotPasswordTokenMail

bool SmtpClient::enqueueForgotPasswordTokenMail ( const QString & nickname,
const QString & recipient,
const QString & token )
slot
Here is the call graph for this function:

◆ finished

void SmtpClient::finished ( )
protectedslot
Here is the caller graph for this function:

◆ mailFailed

void SmtpClient::mailFailed ( int mailID,
int errorCode,
const QByteArray & msg )
protectedslot
Here is the caller graph for this function:

◆ mailSent

void SmtpClient::mailSent ( int mailID)
protectedslot
Here is the caller graph for this function:

◆ recipientRejected

void SmtpClient::recipientRejected ( int mailID,
const QString & address,
const QByteArray & msg )
protectedslot
Here is the caller graph for this function:

◆ sendAllEmails

void SmtpClient::sendAllEmails ( )
slot

◆ senderRejected

void SmtpClient::senderRejected ( int mailID,
const QString & address,
const QByteArray & msg )
protectedslot
Here is the caller graph for this function:

Member Data Documentation

◆ smtp

QxtSmtp* SmtpClient::smtp
protected

The documentation for this class was generated from the following files: