if r.TextBody != "" {
        h := make(textproto.MIMEHeader)
        charset := r.TextCharset
        if charset == "" {
            charset = "utf-8"