aboutsummaryrefslogtreecommitdiff
path: root/pkg/rfc822 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Issue #46: Fix semantics of `n` resultRené 'Necoro' Neumann2021-02-162-9/+15
| | | | | Per contract, the returned number of bytes written should be the number of bytes _from the input_. Therefore, the added bytes (`\r` or `\n`) shall not count into that number.
* Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann2021-02-162-0/+119