Imports of package mail

PathSynopsis
container/listPackage list implements a doubly linked list.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/emersion/go-messagePackage message implements reading and writing multipurpose messages.
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
net/mailPackage mail implements parsing of mail messages.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.