From bb4ce179df4991c4630d2d1df72318c60105fe54 Mon Sep 17 00:00:00 2001 From: Viet Hoa Dinh Date: Wed, 6 Jul 2016 11:16:02 -0700 Subject: Fixed outlook server initial value --- src/core/smtp/MCSMTPSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/smtp/MCSMTPSession.cpp b/src/core/smtp/MCSMTPSession.cpp index 63cffaf3..2da04d97 100644 --- a/src/core/smtp/MCSMTPSession.cpp +++ b/src/core/smtp/MCSMTPSession.cpp @@ -54,7 +54,7 @@ void SMTPSession::init() pthread_mutex_init(&mCancelLock, NULL); pthread_mutex_init(&mCanCancelLock, NULL); - mOutlookServer = true; + mOutlookServer = false; } SMTPSession::SMTPSession() -- cgit v1.2.3