MailBee.NET Objects Releases

Released: Mar 10, 2015

Updates in this release

Updates in 9

  • OAuth 2.0 now works via the Google API Auth Client library.
  • FIPS 140-2 compatibility enforcement with the MailBee.Global.FipsMode property.
  • DKIM signing with strong SHA256 signatures.
  • Autodetection of SSL now works for outlook.com and office365.com (in addition to Gmail, Yahoo, etc).
  • Preserve international characters in x-sender and x-receiver if they are present in email addresses.
  • IMAP CHILDREN support makes it easier to work with a large number of nested folders.
  • Parse standalone...

Released: Nov 27, 2013

Updates in this release

Updates in 8

  • Email Address Validator Component - Check email addresses for syntax and validity.
  • Support for mail merge over System.Data.IDataReader.
  • Support for OAuth v2.0 including Gmail's XOAUTH2 extension.
  • Improved IPv6 compatibility.
  • Improved support for Outlook .MSG and .PST conversions.
  • Improved MIME parser and builder, including support for international characters and quoted strings in headers.

Released: Jan 15, 2013

Updates in this release

Updates in 7.3

  • Windows 8 compatible installer.
  • New options for checking SSL certificates
  • .NET Framework 4.0/4.5 compatibility enhancements.
  • MIME parser fixes.

Released: May 23, 2012

Updates in this release

Updates in 7.2

  • Supports Gmail-specific IMAP extensions like thread ID, message ID, message labels
  • Directly send without a relay server even if DNS servers are not available
  • When connecting to Yahoo SMTP/IMAP/POP3 servers, MailBee.NET Objects by default, selects the appropriate SSL modes and ports.

Released: Nov 8, 2011

Updates in this release

Updates in 7.0.1

  • New PDF Converter component allows HTML to PDF conversion.
  • MailBee.NET.dll is now natively compiled for .NET 4.0 (.NET 1.1 and .NET Compact deprecated, .NET 2.0/3.5 is still fully supported).
  • New Certificate.SubjectAlternativeName property.
  • Includes numerous improvements and fixes to Outlook .MSG and .PST conversion, MIME parser and builder.

Released: Jul 21, 2011

Updates in this release

Updates in 6.10.1

  • AuthenticationOptions.UseLocalDomainAsDefault flag to fine-tune MS Exchange authentication via NTLM and GSSAPI, and other improvements to NTLM/GSSAPI authentication.
  • Numerous improvements and fixes to S/MIME functionality.
  • Revised ASP.NET samples.
  • Documentation improvements (Developer's Guide re-structured, added "Deployment and Redistribution" topic, and other fixes).

Released: Jul 6, 2011

Updates in this release

Updates in 6.10

  • Support of OpenID and Hybrid OpenID/OAuth authorization (e.g. your application can check e-mail in Gmail without requiring the user to enter their e-mail address and password)
  • Improved authentication sequence and better support of authentication against MS Exchange server
  • Support of iCal format (create or parse events, appointments, etc)
  • Complex IMAP search made easier with new ImapUtils methods ToLiteral, AnyOf, AllOf, Not.
  • ImapBodyStructure.SafeFilename property
  • New IMAP...

Released: May 5, 2011

Updates in this release

Updates in 6.9

  • Added Developer's Guide for SMTP component (140+ topics).
  • Support of vCard format (create, parse, send or display photo, etc). See Attachment.IsVCard property for details.
  • COMPATIBILITY: New improved mechanism of auto-detecting DNS servers and new flags for DnsServerCollection.Autodetect(DnsAutodetectOptions) method. Some flags have been removed from DnsAutodetectOptions enumeration.
  • COMPATIBILITY: Message-ID (such as MailMessage.MessageID) now returns its value enclosed in angle...

Released: Mar 22, 2011

Updates in this release

Updates in 6.8

  • The latest MailBee.NET Objects release allows you to greatly speed up downloading e-mails in your IMAP applications, makes it easier to use DKIM and DomainKeys, can extract RTF body from winmail.dat attachments, and more.
  • With Imap.DownloadEnvelopesEx method, you can join multiple IMAP commands for downloading message data in a single batch. The pipelined execution of commands may result in 1000% performance boost, and there is no typo here! It's especially efficient when you...

Released: Mar 10, 2011

Updates in this release

Updates in V6.7

  • Support of OAuth authorization and XOAUTH authentication enables applications to access e-mail resources without requiring end users to give their credentials away to these applications. Widely used by Google, Twitter and many others.
  • Much improved HTML-to-RTF transformation during converting .EML files into Outlook .MSG format. HTML-to-RTF engine now supports more tags and creates more accurate formatting in the produced Outlook .MSG documents.
  • NTLM and GSSAPI authentication...