MailBee Objects 9.0 released

Released: Jun 30, 2015

Updates in this release

Updates in 9.0

New in MailBee SMTP

  • Authenticode signatures for all .DLLs and the installer.
  • SMTP EHLO/HELO now uses the local machine host name if the SMTP.Domain property is not set.
  • Samples now reside in My Documents instead of Program Files (This eliminates UAC issues when opening sample projects).

New in MailBee POP3

  • Authenticode signatures for all .DLLs and the installer.
  • Message.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).

New in MailBee IMAP4

  • 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.

New in MailBee S/SMIME

  • Authenticode signatures for all .DLLs and the installer.