You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIdIMAP4 ListMailboxes only return the list of mailboxes in the account.
The IMAP4 LIST command used parses the result and only return the mailbox names.
Could be useful to have an extended version that also gives back the flags (i.e. sent, draft, trash, etc) set to each mailbox.
Currently the only workaround would be to SelectMailbox() each one of these to get the flags.