Exemple #1
0
void MailTransport::open(const QMailAccount& account)
{
    open(account.mailServer(), account.mailPort(), account.mailEncryption());
}