Closed frederikbosch closed 6 years ago
When using a RFC 821 server, one cannot detect feature because they are not advertised with a HELO command. That 's why there is a EHLO command. That means that when negotiating STARTTLS one should not detect the feature but rather go for it anyhow.
STARTTLS
@GawainLynch Just extended the features that you added this week a little. Would you be willing to review?
Of course. :+1:
Hehe, yes, I saw that because of the coverage results.
Thanks for the review.
When using a RFC 821 server, one cannot detect feature because they are not advertised with a HELO command. That 's why there is a EHLO command. That means that when negotiating
STARTTLS
one should not detect the feature but rather go for it anyhow.