MailBee Objects IMAP Releases

Released: Dec 8, 2023

Atualizações na v9.4.1.1

Recursos

  • Microsoft Office 365 IMAP/POP3 OAuth 2.0 Credentials Flow sample has been extended with SMTP support.

Released: Nov 25, 2022

Atualizações na v9.4.1

Recursos

  • Now includes OAuth 2.0 support for Microsoft Office 365 accounts (non-interactive mode).
    • Note: Office 365 has only enabled OAuth 2.0 for IMAP/POP3 but not for SMTP.
  • Added tutorial and sample code on Office 365 OAuth 2.0 Credentials Flow (non-interactive) for IMAP/POP3.
  • SSL certificate validation logic has been rewritten to work faster and more reliably.
  • Added PLAIN and LOGIN authentication methods for IMAP (including delegated account access).
  • Added new 'attachment.ContentDisposition'...

Released: Oct 19, 2021

Atualizações na v9.4

Recursos

  • Added experimental TLS 1.3 support.
  • SSL-related improvements in sample projects shipped with the product.

Released: Sep 24, 2020

Atualizações na v9.3

Recursos

  • Added support for OAuth 2.0.

Correções

  • Minor fixes.

Released: Aug 1, 2019

Atualizações na v9.2

Recursos

  • Better IPv6 support.
  • IMAP4 UIDPLUS extension support (IMAP4.UIDPlusResult property).
  • PFX support in SMIME.AddRecipientCert method.
  • Correct parsing of UTF-7-alike email addresses (with plus signs).
  • SMIME.CSP property now has effect.
  • SHA2-256 signing in now supported in S/MIME.
  • The default encryption method in S/MIME is now 3DES (seems to be supported by most mail clients) instead of a weaker RC4.
  • S/MIME signatures now include full certificate chain.
  • More accurate error handling in S/MIME...

Released: Oct 25, 2017

Atualizações na v9.1

Recursos

  • Support of international e-mail addresses (IDN domains).
  • Improved stability on 64-bit systems.
  • SHA256 signatures to all .DLLs (in addition to SHA1 signatures).
  • SMTP authentication log file messages made more clear.
  • TLS 1.1/1.2 support in SSL.Protocol property.

Correções

  • Documentation fixes.
  • Minor fixes.

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

Released: Nov 27, 2013

Updates in this release

Updates in 8.2

  • Windows 8 and 8.1 compatible.
  • Improved handling of non-English characters in encoded headers.
  • Improved handling of quoted strings in IMAP responses and MIME messages.
  • Improvements in MIME parser.
  • Fixed disconnect-related issues for all protocols (SMTP, IMAP and POP3).
  • New mode 4 of building filenames of related files (when using Message.GetBodyWithEmbeddedObjectsEx method). Preserves original filenames in the most part but adds indexes to avoid overwriting when multiple related...