email2html

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailToHTML

type EmailToHTML struct {
	Options
}

func (*EmailToHTML) Run

func (c *EmailToHTML) Run() (err error)

type Options

type Options struct {
	MediaDir       string   `default:"media" help:"Storage dir of images."`
	AttachmentDir  string   `default:"attachments" help:"Storage dir of attachments."`
	DownloadRemote bool     `short:"d"  help:"Download remote images."`
	Verbose        bool     `short:"v" help:"Verbose printing."`
	About          bool     `help:"About."`
	EML            []string `arg:"" optional:"" help:"list of .eml files"`
}

func MustParseOption

func MustParseOption() (opt Options)

Jump to

Keyboard shortcuts

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