cosullivan / SmtpServer

A SMTP Server component written in C#
MIT License
676 stars 160 forks source link

IPv6 support for EHLO Command #125

Closed fatihmemis closed 4 years ago

fatihmemis commented 4 years ago

This commit adds IPv6 address parsing ability for EHLO command. Unit tests are also added for all new parser features. IP version 6 parser methods implemented according to IP Version 6 Addressing Architecture at section 2.2. As a side note, original coding style preserved.