MailBee.NET Queue Releases

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