README ¶ mailo mailo is email decoder for go. Installation go get github.com/orisano/mailo Author Nao Yonashiro (@orisano) LICENSE MIT Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func DecodeHeader(header string) (string, error) func ParseAddress(address string) (*mail.Address, error) func ParseAddressList(list string) ([]*mail.Address, error) func ReadBody(msg *mail.Message) (b []byte, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeHeader ¶ func DecodeHeader(header string) (string, error) func ParseAddress ¶ func ParseAddress(address string) (*mail.Address, error) func ParseAddressList ¶ func ParseAddressList(list string) ([]*mail.Address, error) func ReadBody ¶ func ReadBody(msg *mail.Message) (b []byte, err error) Types ¶ This section is empty. Source Files ¶ View all Source files mailo.go Click to show internal directories. Click to hide internal directories.