Skip to content

Commit

Permalink
Added support for the SMTPUTF8 extension. (cosullivan#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben authored and cosullivan committed Jun 26, 2018
1 parent 02c1d8e commit 44c88b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/SmtpServer/Protocol/EhloCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ IEnumerable<string> GetExtensions(SmtpSessionContext session)
{
yield return "PIPELINING";
yield return "8BITMIME";
yield return "SMTPUTF8";

if (session.NetworkClient.IsSecure == false && Options.ServerCertificate != null)
{
Expand Down

0 comments on commit 44c88b3

Please sign in to comment.