I want to implement my own SMTP server for learning and personal interest purposes, and have some concerns/questions about SMTP protocol
.
The SMTP protocol has it's initial RFC-821, but has been updated/extended several times over the years. As SMTP's wiki page says:
The ESMTP format was restated in RFC 2821 (superseding RFC 821) and updated to the latest definition in RFC 5321 in 2008
But when I check RFC 5321, I still see Updated by: 7504
. Why is that?
Is there one RFC about SMTP that covers it fully up to current date? And if not, what's the reading path/order I should follow to get familiar with SMTP and make sure I'm not missing anything?