Fix malformed date header in email. Closes #4828.

This commit is contained in:
Chocobo1
2016-02-22 00:15:15 +08:00
parent cd85d00b3b
commit 41fe85b624
2 changed files with 28 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ namespace Net
void authPlain();
void authLogin();
void logError(const QString &msg);
QString getCurrentDateTime() const;
QByteArray m_message;
#ifndef QT_NO_OPENSSL