Some protocols such as SMTP and IMAP are text-based. There should be a codec which can encode/decode text lines properly. Reverser example provides TextLineEncoder and TextLineDecoder which is simplistic. We could start from there.
Description
Some protocols such as SMTP and IMAP are text-based. There should be a codec which can encode/decode text lines properly. Reverser example provides TextLineEncoder and TextLineDecoder which is simplistic. We could start from there.