aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCErrorMessage.cpp
diff options
context:
space:
mode:
authorGravatar Christopher Hockley <christopher@putcocoa.in>2015-01-27 13:52:40 +0100
committerGravatar Christopher Hockley <christopher@putcocoa.in>2015-01-27 13:52:40 +0100
commit4594ff3467e941f74cfaf987da5e640c60377795 (patch)
tree5c59905fc96d618804ea8040996a14adff5abd3e /src/core/abstract/MCErrorMessage.cpp
parentd4e863f70ff55a769a60ed3c2f3791805aa3cad9 (diff)
AccountValidator Update
Diffstat (limited to 'src/core/abstract/MCErrorMessage.cpp')
-rw-r--r--src/core/abstract/MCErrorMessage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/abstract/MCErrorMessage.cpp b/src/core/abstract/MCErrorMessage.cpp
index c7205d42..15de9405 100644
--- a/src/core/abstract/MCErrorMessage.cpp
+++ b/src/core/abstract/MCErrorMessage.cpp
@@ -44,6 +44,8 @@ static const char * localizedDescriptionTable[] = {
"A recipient is required to send message", /** MCOErrorNoRecipient */
"An error occured while performing a No-Op operation.", /** MCOErrorNoop */
"An application specific password is required", /** MCOErrorGmailApplicationSpecificPasswordRequired */
+ "An error when requesting date", /** MCOErrorServerDate */
+ "No valid server found", /** MCOErrorNoValidServerFound */
};
String * mailcore::errorMessageWithErrorCode(ErrorCode errorCode)