]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: display quota information
authorAxel Morawietz <axmo12@users.noreply.github.com>
Tue, 27 Apr 2021 01:52:54 +0000 (18:52 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Oct 2021 19:33:02 +0000 (21:33 +0200)
Show response to "GETQUOTAROOT INBOX" command.

Closes #6973

lib/imap.c

index e1704b299b5fba5e55da95a729f8e09258da94ad..bea964f79a9877311bc1f79b4924d1a4233dc009 100644 (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;