mime_composer

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QuotedPrintable

func QuotedPrintable(input string) string

Types

type MimeComposer

type MimeComposer interface {
	From(email string, displayName string) MimeComposer
	To(email string, displayName string) MimeComposer
	Cc(email string, displayName string) MimeComposer
	Bcc(email string) MimeComposer
	Subject(subject string) MimeComposer
	Compose() string
	AddMultipartAlternative(contentType string, body string) MimeComposer
}

func New

func New() MimeComposer

Jump to

Keyboard shortcuts

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