aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Lin Zhan <zhanleewo@gmail.com>2015-03-25 14:26:16 +0800
committerGravatar Lin Zhan <zhanleewo@gmail.com>2015-03-25 14:26:16 +0800
commitbcc36e5a33593d30df8904ae880d7999b7723499 (patch)
tree3a781f372477999e538f66f25c8323c0b3ea3434
parent8e490fd77779eb027cb68701ab8f1aa7736f941f (diff)
The workaround for 163.com
The imap service provided by 163.com could not be access. required: the libetpan need update to 050f15f30ce40c02d4cf0a9389baca77dec19230
-rwxr-xr-xsrc/core/imap/MCIMAPSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h
index d0a310b7..9f56f756 100755
--- a/src/core/imap/MCIMAPSession.h
+++ b/src/core/imap/MCIMAPSession.h
@@ -59,6 +59,9 @@ namespace mailcore {
virtual void setVoIPEnabled(bool enabled);
virtual bool isVoIPEnabled();
+ virtual void setNetEaseWorkaroundEnabled(bool enabled);
+ virtual bool isNetEaseWorkaroundEnabled();
+
// Needed for fetchSubscribedFolders() and fetchAllFolders().
virtual void setDefaultNamespace(IMAPNamespace * ns);
virtual IMAPNamespace * defaultNamespace();