Imports of package email

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
github.com/labstack/gommon/random
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
mime/quotedprintablePackage quotedprintable implements quoted-printable encoding as specified by RFC 2045.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/mailPackage mail implements parsing of mail messages.
net/smtpPackage smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
timePackage time provides functionality for measuring and displaying time.