aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar andreapz <mister.tzu@gmail.com>2016-09-29 18:37:33 +0200
committerGravatar HoĆ  V. DINH <dinh.viet.hoa@gmail.com>2016-09-29 09:37:33 -0700
commit260c91078bef3d04b6b5e0de65ad56d58a9ac4bc (patch)
treec7846dc30321abab2da9dc58f31d4092c1e3dabd /src/objc
parent2a07d182fff49f453f845298101bea7531da40f2 (diff)
Smtp error: 535 5.7.0 on Tiscali smtp server (#1520)
* adding simple password alert message for smtp error: 535 5.7.0 authentication rejected: your password is too simple. * fixing error simple password
Diffstat (limited to 'src/objc')
-rw-r--r--src/objc/abstract/MCOConstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index 9ee71e76..ad3cb6e4 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -423,6 +423,8 @@ typedef NS_ENUM(NSInteger, MCOErrorCode) {
MCOErrorYahooSendMessageDailyLimitExceeded,
/** You need to login via the web browser first */
MCOErrorOutlookLoginViaWebBrowser,
+ /** Tiscali Simple Mail Error */
+ MCOErrorTiscaliSimplePassword,
/** The count of all errors */
MCOErrorCodeCount,
};