Documentation
¶
Overview ¶
Package "rfc2045" provides functions for RFC2045; Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies https://datatracker.ietf.org/doc/html/rfc2045
Index ¶
- func Boundary(argv0 string, start int) string
- func CharacterSet(argv0 string) string
- func DecodeB(argv0 string, argv1 string) (string, error)
- func DecodeH(argv0 string) (string, error)
- func DecodeQ(argv0 string) (string, error)
- func IsEncoded(argv0 string) bool
- func MakeFlat(argv0 string, argv1 *string) (*string, []sis.NotDecoded)
- func Parameter(argv0 string, argv1 string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CharacterSet ¶
CharacterSet() returns "ISO-2022-JP" as a character set name from "=?ISO-2022-JP?B?...?="
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.