Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailStreamParser ¶
type EmailStreamParser struct {
// contains filtered or unexported fields
}
EmailStreamParser implements an email parser with MIME support
func NewEmailStreamParser ¶
func NewEmailStreamParser() *EmailStreamParser
NewEmailStreamParser creates a new email parser
func (*EmailStreamParser) GetSupportedTypes ¶
func (p *EmailStreamParser) GetSupportedTypes() []string
GetSupportedTypes returns supported formats
Click to show internal directories.
Click to hide internal directories.