README ¶ IMAP_INPUT Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Code generated by "bitfanDoc "; DO NOT EDIT Index ¶ func New() processors.Processor type Msg type Part Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() processors.Processor Types ¶ type Msg ¶ type Msg struct { Header map[string]interface{} UID int Date string Text string // Plain utf8 text Html string // Plain utf8 text Attachments []Part Inlines []Part Others []Part } type Part ¶ type Part struct { Filename string ContentType string Content []byte } Source Files ¶ View all Source files docdoc.go handler.go message.go processor.go Click to show internal directories. Click to hide internal directories.