delphi - How get the special-use attributes for IMAP mailboxes using Indy? -
rfc 6154, "imap list extension special-use mailboxes", states results of list command should contain special-use attributes each listed mailbox.
in indy's tidmailboxattributes, however, don't find them. ought /all, /archived, /draft, etc., see noinferiors, noselect, etc.
obviously these different attributes.
how access these special-use attributes?
update after bit of source-diving: assume achieved expanding mailboxattributes constant in idmailbox unit , consequently altering idimap4.parsemailboxattributestring method in idimap4?
indy's tidimap4 , tidimap4server components not support special-use attributes yet. there open tickets feature in indy's issue trackers:
add support imap list extension special-use mailboxes
http://code.google.com/p/indyproject/issues/detail?id=257
http://indy.codeplex.com/workitem/24462
Comments
Post a Comment