MailBee.NET POP3 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: Sep 29, 2011

Updates in this release

Features

MailBee.NET POP3 Bundle Includes:

Written in 100% managed code, MailBee.NET only requires the .NET framework be installed on the computer and can be used in any .NET language including C# and VB.NET. Supported .NET frameworks include .NET 1.1/2.0/3.0/3.5/4.0 and .NET Compact Framework 2.0/3.5.

MailBee.NET SMTP is a reliable and robust solution for composing, mail merge, and sending e-mails in .NET...

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

Released: Jan 5, 2011

Updates in this release

Updates in V6.6

  • Improved legacy .NET 1.1 and .NET Compact Framework support
  • New more efficient .PST file reader supports both 32-bit and 64-bit Outlook .PST files
  • Can access any item in Outlook .PST by its numeric ID
  • Filesystem-compatible names of Outlook .PST folders
  • SmtpServer/SmtpServerCollection DnsServer/DnsServerCollection classes made Serializable
  • Can be used with MailBee.NET Queue companion to send bulk mail to SSL-enabled mail servers
  • Better tolerates not fully RFC-compatible SMTP...

Released: Oct 1, 2010

Updates in this release

Updates in 6.5

  • GSSAPI and NTLM authentication rewritten from the ground up, now provides managed implementation for .NET 2.0+ (UnmanagedCode permission is no longer required), supports both Integrated Windows Authentication and explicitly specified credentials for both GSSAPI and NTLM, supports GSSAPI via both Kerberos and NTLM, updated to work with MS Exchange 2007/2010.
  • Rewritten unmanaged GSSAPI and NTLM implementation for .NET 1.1 and .NET Compact Framework. Supports everything managed...