imap: display quota information

Show response to "GETQUOTAROOT INBOX" command.

Closes #6973
This commit is contained in:
Axel Morawietz 2021-04-26 18:52:54 -07:00 committed by Daniel Stenberg
parent 601e26b1b6
commit 49ab21e3d9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -297,6 +297,7 @@ static bool imap_endofresp(struct Curl_easy *data, struct connectdata *conn,
!strcasecompare(imap->custom, "EXPUNGE") &&
!strcasecompare(imap->custom, "LSUB") &&
!strcasecompare(imap->custom, "UID") &&
!strcasecompare(imap->custom, "GETQUOTAROOT") &&
!strcasecompare(imap->custom, "NOOP")))
return FALSE;
break;