TIdIMAP4: RFC 6154: Add a version of ListMailboxes that return also the mailbox' flags #538
Labels
Element: IMAP4
Issues related to TIdIMAP4 and TIdIMAP4Server
Status: Review Needed
Issue needs further review to decide next status
Type: Enhancement
Issue is proposing a new feature/enhancement
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.
The text was updated successfully, but these errors were encountered: