On Mon, 28 Sep 2020 16:51:23 -0000 roberto.diremigio wrote:
>Hello again! So, LSUB returns an empty string.
This unfortunately means none of your mailboxes are subscribed; the server appears to be unexpectedly configured 😞. Unfortunately meli lacks the ability to deal with unsubscribed mailboxes in IMAP right now. Web clients might have an option to change subscription status, or if you are now comfortable with raw IMAP now you can use:
- SUBSCRIBE INBOX
- SUBSCRIBE Drafts
- SUBSCRIBE "Sent Items"
- etc for all mailboxes.
Thank you for your patience :)