1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05:00

Add a comment about the custom IMAP command Yahoo! needs to work right.

This commit is contained in:
Jesse Vincent 2010-07-10 16:41:22 +00:00
parent 5aea9e7d9b
commit 4024cca2aa

View File

@ -2236,6 +2236,7 @@ public class ImapStore extends Store
try try
{ {
// Yahoo! requires a custom IMAP command to work right over a non-3G network
if (mHost.endsWith("yahoo.com")) if (mHost.endsWith("yahoo.com"))
{ {
if (K9.DEBUG) if (K9.DEBUG)