mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -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:
parent
f25422f269
commit
b1b6d5fce4
@ -2338,12 +2338,6 @@ public class ImapStore extends Store {
|
|||||||
mOut = new BufferedOutputStream(mOut, 1024);
|
mOut = new BufferedOutputStream(mOut, 1024);
|
||||||
|
|
||||||
try {
|
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) {
|
if (mSettings.getAuthType() == AuthType.CRAM_MD5) {
|
||||||
authCramMD5();
|
authCramMD5();
|
||||||
// The authCramMD5 method called on the previous line does not allow for handling updated capabilities
|
// The authCramMD5 method called on the previous line does not allow for handling updated capabilities
|
||||||
|
Loading…
Reference in New Issue
Block a user