imap_input

package
v0.6.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2019 License: Apache-2.0, Apache-2.0 Imports: 10 Imported by: 0

README

IMAP_INPUT

Documentation

Overview

Code generated by "bitfanDoc "; DO NOT EDIT

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL