MailBee IMAP4 9.0 released

Released: Jun 30, 2015

Updates in this release

Updates in 9.0

  • Authenticode signatures for all .DLLs and the installer.
  • IMAP MOVE extension support (moving messages).
  • IMAP SPECIAL-USE extension support (special mailbox flags).
  • IMAP CHILDREN extension support (special mailbox flags).
  • IMAP SORT extension support (sorting of search results).
  • IMAP UNSEEN response support (message number of the first unseen message in the mailbox).
  • IMAP UIDNEXT response support (next predicted UID in the mailbox).
  • IMAP STATUS command support (unseen count, message count and other info for a mailbox without selecting it).
  • IMAP message sets - arbitrary sequences of message numbers or UIDs (more flexible than ranges, enables doing more actions in a single batch).
  • IMAP SetSeenFlag in RetrieveSingleMessage method.
  • IMAP QUOTA now returns not only allocated but also occupied space in the mailbox (QuotaUsage property).
  • AddressDelimiter property makes it easier to split address strings into individual addresses.
  • Filename autogeneration for attachments without filenames. New FilenameAsIs property gets the original filename.
  • Samples now reside in My Documents instead of Program Files (This eliminates UAC issues when opening sample projects).
  • Revised VB6 IMAP samples to support message sets.