Imports of package commands

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
github.com/emersion/go-sasl
github.com/ncastellani/imapServerPackage imap implements IMAP4rev1 (RFC 3501).
github.com/ncastellani/imapServer/utf7Package utf7 implements modified UTF-7 encoding defined in RFC 3501 section 5.1.3
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.