Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
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.