Hacker News new | ask | show | jobs
by bawolff 1040 days ago
I think SMTP would be a more relevant example.
1 comments

Does smtp have another mode other than text?
SMTP generally assumes you only have 7bit transfer. You have to negotiate a protocol extension (8bitmime) to send bytes with a leading 1.

https://datatracker.ietf.org/doc/html/rfc6152