Versions in this module Expand all Collapse all v1 v1.0.0 Jul 22, 2023 Changes in this version + const MaxQPLineLen + func ConvertToUTF8String(charset string, textBytes []byte) (string, error) + func DecodeExtHeader(input string) string + func FindCharsetInHTML(html string) string + func FromIDHeader(v string) string + func NewCharsetReader(charset string, input io.Reader) (io.Reader, error) + func NewExtMimeDecoder() *mime.WordDecoder + func RFC2047Decode(s string) string + func ToIDHeader(v string) string + type Base64Cleaner struct + Errors []error + func NewBase64Cleaner(r io.Reader) *Base64Cleaner + func (bc *Base64Cleaner) Read(p []byte) (n int, err error) + type QPCleaner struct + func NewQPCleaner(r io.Reader) *QPCleaner + func (qp *QPCleaner) Read(dest []byte) (n int, err error)