MailBee.NET supports OpenID & Hybrid OpenID/OAuth

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 FolderFlags values AllMail and Starred (Gmail-compatible)
  • UidCollection and MessageNumberCollection classes in IMAP now have ToArray and IndexOf methods
  • MessageParserConfig.GetMessageIDHash method
  • CertificateStore can now be loaded from byte array
  • Added Developer's Guides for ICalVCard.dll library, IMAP, POP3, Outlook components ("Getting started" topics for now, more topics coming soon)
  • Brand new collection of ASP.NET samples highlights basic and complex aspects of using MailBee.NET Objects. Samples available for Visual Studio 2008 and 2010, both C# and VB.NET
  • Misc. fixes to MIME and SSL functionality
  • Numerous fixes to .PST reader and Outlook .MSG converter