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)
Click to show internal directories.
Click to hide internal directories.