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
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
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