mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:27:17 +03:00
imap: display quota information
Show response to "GETQUOTAROOT INBOX" command. Closes #6973
This commit is contained in:
parent
601e26b1b6
commit
49ab21e3d9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue