Parse resp-text on command continuation requests
This commit is contained in:
parent
43f5cbb361
commit
f8779095d9
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ public class ImapResponseParser {
|
|||
} else if (ch == '+') {
|
||||
response.mCommandContinuationRequested =
|
||||
parseCommandContinuationRequest();
|
||||
//TODO: Add special "resp-text" parsing
|
||||
readTokens(response);
|
||||
parseResponseText(response);
|
||||
} else {
|
||||
response.mTag = parseTaggedResponse();
|
||||
readTokens(response);
|
||||
|
|
Loading…
Reference in a new issue