Re: Extended LIST not working

2024-11-25 Thread Tim via dovecot
Hi Aki, thanks, i should have that idea on my own. Indeed it's simply not shown by curl. If i turn verbose on the extended response is shown: curl -v -u $IMAPUSER:$IMAPPW imaps://... -X 'LIST "" "INBOX" RETURN (STATUS (MESSAGES UNSEEN))' * Host ...:993 was resolved. [...] < * OK [CAPABILITY I

Re: Extended LIST not working

2024-11-25 Thread Aki Tuomi via dovecot
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 dovec

Extended LIST not working

2024-11-25 Thread Tim via dovecot
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 si