Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingBoundary = errors.New("no boundary found for multipart entity")
ErrMissingBoundary is returned when there is no boundary given for a multipart entity
View Source
var ErrMissingContentType = errors.New("no Content-Type found for MIME entity")
ErrMissingContentType is returned when there is no "Content-Type" header for a MIME entity
Functions ¶
This section is empty.
Types ¶
type MHTMLToHTML ¶
type MHTMLToHTML struct {
// contains filtered or unexported fields
}
func (*MHTMLToHTML) Run ¶
func (h *MHTMLToHTML) Run() (err error)
Click to show internal directories.
Click to hide internal directories.