Examples using... "mime"
Recent
NewReader creates a new multipart Reader reading from r using the
given MIME boundary.
Encode returns the encoded-word form of s. If s is ASCII without special
characters, it is returned unchanged. The provided charset is the IANA
charset name of s. It is case insensitive.
DecodeHeader decodes all encoded-words of the given string. It returns an
error if and only if CharsetReader of d returns an error.
Decode decodes an RFC 2047 encoded-word.