mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
Fixes Issue 1643
Enhance K-9 Mail to be more tolerant of non-compliant IMAP servers. Do not require a space following the + in command continuation requests. The rest of the token parser will swalow the space if it is actually there but we don't really need it.
This commit is contained in:
parent
8eeebc593a
commit
5e3e204a4c
@ -182,7 +182,6 @@ public class ImapResponseParser
|
|||||||
private boolean parseCommandContinuationRequest() throws IOException
|
private boolean parseCommandContinuationRequest() throws IOException
|
||||||
{
|
{
|
||||||
expect('+');
|
expect('+');
|
||||||
expect(' ');
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user