aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/imap')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cpp b/src/core/imap/MCIMAPSession.cpp
index 4fb4b223..a10d8822 100755
--- a/src/core/imap/MCIMAPSession.cpp
+++ b/src/core/imap/MCIMAPSession.cpp
@@ -628,7 +628,7 @@ void IMAPSession::connect(ErrorCode * pError)
MC_SAFE_REPLACE_RETAIN(String, mWelcomeString, String::stringWithUTF8Characters(mImap->imap_response));
mYahooServer = (mWelcomeString->locationOfString(MCSTR("yahoo.com")) != -1);
#ifdef LIBETPAN_HAS_MAILIMAP_163_WORKAROUND
- if(mWelcomeString->locationOfString(MCSTR("* OK Coremail System IMap Server Ready")) != -1) {
+ if(mWelcomeString->locationOfString(MCSTR("OK Coremail System IMap Server Ready")) != -1) {
mailimap_set_163_workaround_enabled(mImap, 1);
}
#endif