mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04:00
Parse resp-text on command continuation requests
This commit is contained in:
parent
43f5cbb361
commit
f8779095d9
@ -47,8 +47,7 @@ public class ImapResponseParser {
|
|||||||
} else if (ch == '+') {
|
} else if (ch == '+') {
|
||||||
response.mCommandContinuationRequested =
|
response.mCommandContinuationRequested =
|
||||||
parseCommandContinuationRequest();
|
parseCommandContinuationRequest();
|
||||||
//TODO: Add special "resp-text" parsing
|
parseResponseText(response);
|
||||||
readTokens(response);
|
|
||||||
} else {
|
} else {
|
||||||
response.mTag = parseTaggedResponse();
|
response.mTag = parseTaggedResponse();
|
||||||
readTokens(response);
|
readTokens(response);
|
||||||
|
Loading…
Reference in New Issue
Block a user