imap-codec
imap-codec copied to clipboard
feat: Encode should take Write and return ranges instead of returning Vecs
Idea: The trait Encode takes a Write and use it for outputting the encoded bytes. The result type Encoded would contain ranges of the written bytes instead of the bytes.