1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Yahoo! IMAP seems to no longer require 'ID ("GUID" "1")' over non-3G.

see http://mobile.yahoo.com/mail for IMAP setup instructions.
This commit is contained in:
ashley willis 2012-05-09 12:24:42 -05:00
parent f25422f269
commit b1b6d5fce4

View File

@ -2338,12 +2338,6 @@ public class ImapStore extends Store {
mOut = new BufferedOutputStream(mOut, 1024);
try {
// Yahoo! requires a custom IMAP command to work right over a non-3G network
if (mSettings.getHost().endsWith("yahoo.com")) {
if (K9.DEBUG)
Log.v(K9.LOG_TAG, "Found Yahoo! account. Sending proprietary commands.");
executeSimpleCommand("ID (\"GUID\" \"1\")");
}
if (mSettings.getAuthType() == AuthType.CRAM_MD5) {
authCramMD5();
// The authCramMD5 method called on the previous line does not allow for handling updated capabilities