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:
parent
5aea9e7d9b
commit
4024cca2aa
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user