From 6afebe3aa99c26226dc3bee79d80a4602d271c9c Mon Sep 17 00:00:00 2001 From: Lin Zhan Date: Thu, 26 Mar 2015 09:59:19 +0800 Subject: Update MCIMAPSession.cpp removed `setNetEaseWorkaroundEnabled()` and `isNetEaseWorkaroundEnabled()` --- src/core/imap/MCIMAPSession.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/core') diff --git a/src/core/imap/MCIMAPSession.cpp b/src/core/imap/MCIMAPSession.cpp index 19625e7f..82403f5a 100755 --- a/src/core/imap/MCIMAPSession.cpp +++ b/src/core/imap/MCIMAPSession.cpp @@ -486,16 +486,6 @@ bool IMAPSession::isVoIPEnabled() return mVoIPEnabled; } -void IMAPSession::setNetEaseWorkaroundEnabled(bool enabled) -{ - mNetEaseWorkaroundEnabled = enabled; -} - -bool IMAPSession::isNetEaseWorkaroundEnabled() -{ - return mNetEaseWorkaroundEnabled; -} - static bool hasError(int errorCode) { return ((errorCode != MAILIMAP_NO_ERROR) && (errorCode != MAILIMAP_NO_ERROR_AUTHENTICATED) && -- cgit v1.2.3