mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:44:37 +03:00
add more documentation, examples with tests to illustrate reusable components
This commit is contained in:
@ -580,7 +580,7 @@ func (p *Part) Reader() io.Reader {
|
||||
return p.bodyReader(p.RawReader())
|
||||
}
|
||||
|
||||
// ReaderUTF8OrBinary returns a reader for the decode body content, transformed to
|
||||
// ReaderUTF8OrBinary returns a reader for the decoded body content, transformed to
|
||||
// utf-8 for known mime/iana encodings (only if they aren't us-ascii or utf-8
|
||||
// already). For unknown or missing character sets/encodings, the original reader
|
||||
// is returned.
|
||||
|
Reference in New Issue
Block a user