aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Lin Zhan <zhanleewo@gmail.com>2015-03-26 09:59:19 +0800
committerGravatar Lin Zhan <zhanleewo@gmail.com>2015-03-26 09:59:19 +0800
commit6afebe3aa99c26226dc3bee79d80a4602d271c9c (patch)
tree4ffcd7e5a0a475bcc606bbe4c51115e7df6d5235 /src/core
parent1d9f50bd8e31df2e1b136990fbae055ca7d19d9f (diff)
Update MCIMAPSession.cpp
removed `setNetEaseWorkaroundEnabled()` and `isNetEaseWorkaroundEnabled()`
Diffstat (limited to 'src/core')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.cpp10
1 files changed, 0 insertions, 10 deletions
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) &&