I tested with curl -v and...
< A002 OK Logged in
A003 LIST "" "INBOX" RETURN (STATUS (MESSAGES UNSEEN)) < * LIST () "." INBOX
- LIST () "." INBOX < * STATUS INBOX (MESSAGES 30702 UNSEEN 6649
Seems curl just doesn't show the reply. Maybe bug in curl?
Aki
On 25/11/2024 10:59 EET Tim via dovecot <dovecot@dovecot.org> wrote:
Hi, i try to use extended LIST command but it doesn't work out.
I wonder if there is any option necessary to enable it or some option that prevent using extended LIST commands (for example Courier compatible namespace config). I didn't find anything in the documentation.
Did anyone notice a similar behavior?curl -u $IMAPUSER:$IMAPPW imaps://... -X 'STATUS INBOX (MESSAGES UNSEEN)'
- STATUS INBOX (MESSAGES 105 UNSEEN 79)
curl -u $IMAPUSER:$IMAPPW imaps://... -X 'LIST "" "INBOX" RETURN (STATUS (MESSAGES UNSEEN))'
- LIST () "." INBOX
Best regards, Tim
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org