On Sun, 27 Sep 2020 11:55:48 -0000 roberto.diremigio--- via meli-general <meli-general@meli.delivery> wrote:
>I ran imapshell and LIST "" "*" returns:
Thank you for your reply! I have two notes here:
1. the subscription status of a mailbox is returned by LSUB so if it's not much trouble, do check out if LSUB returns these mailboxes or not; if not that means meli ignores them.
2. So it seems this server does not support the standard way of defining special mailboxes and meli doesn't recognise "Sent Items" as the Sent folder. You must explicitly define the special mailboxes in the account configuration:
[accounts.account-name]
format = "imap"
...8<-----8<...snip...
subscribed_mailboxes = [ "*", ]
[accounts.account-name.mailboxes]
"Sent Items" = { usage="Sent" }
"Deleted Items" = { usage="Trash" }
"Junk Email" = { usage="Junk" }
the configuration file documentation (`man meli.conf`) mentions these settings.
>Regarding the other issue. The "sent" message was saved to INBOX and never sent.
Is there any SMTP error notification? Can you retry mailing yourself?