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: 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: Sep 29, 2011
Updates in this release
Features
MailBee.NET IMAP 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...