12.3.1
12.3
12.2
12.1.1
12.1
12.0
ConfigureAwait(false)
in all internal async calls.cid:filename
-like CIDs. 11.2
11.1
11.0
mailer.DirectSendDefaults.EnableStartTls = true
where mailer
is Smtp instance.imapClient.SslProtocol = SecurityProtocol.TlsAuto
where imapClient
is Imap instance.10.0
async/await
methods to Smtp, Imap, Pop3, EmailAddressValidator, AntiSpam.BayesFilter, MailMessage, Attachment, DomainKeys classes (for .NET 4.5 or higher).9.0
Install-Package MailBee.NET
8.0.2
8.0.1
8.0
7.3
7.2
7.1
7.0.1
7.0
6.10.1
6.10
6.9
6.8
6.7
6.6
6.5
New TargetName (Service Principal Name) and UserDomain settings for all mailer components (Login and BeginLogin method parameters for POP3/IMAP, SmtpServer object properties for SMTP). These values can be used with GSSAPI and NTLM.
COMPATIBILITY: If you use Imap.BeginLogin or Pop3.BeginLogin method in your code written for earlier versions of MailBee.NET Objects, insert "null, null" (C#) or "Nothing, Nothing" (VB.NET) in place of the newly added parameters.
New parameter doubleFirstDotAtLine for methods which submit to IIS SMTP pickup folder works around the issue of IIS SMTP pickup service which results in loosing dot character when it appears at the first position on a line.
COMPATIBILITY: If you use Smtp.SubmitJobsToPickupFolder or Smtp.SubmitJobsToPickupFolder method in your code written for earlier versions of MailBee.NET Objects, set the new parameter asfalse if you're submitting to MailBee Message Queue or true if you're using IIS SMTP queue.
6.0
5.9
5.8.5
Imap component now allows you to specify your own Socket and LocalEndPoint parameters to fine-tune your connections under heavy load (for instance, when dealing with hundreds of connections). Added new overload for Imap.Connect method and changed Imap.BeginConnect method signature.
COMPATIBILITY: If you use Imap.BeginConnect method in your code written for earlier versions of MailBee.NET IMAP, insert "null, null"
(C#) or "Nothing, Nothing"
(VB.NET) in place of the newly added parameters.
5.8
5.7
5.6.2
5.6.1
5.6
5.5
5.0
4.0
3.1
3.0
2.0
1.0
Copyright © 2002-2022 AfterLogic Corporation. All rights reserved.