Imports of package server

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.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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-saslLibrary for Simple Authentication and Security Layer (SASL) defined in RFC 4422.
github.com/ncastellani/imapServerPackage imap implements IMAP4rev1 (RFC 3501).
github.com/ncastellani/imapServer/backendPackage backend defines an IMAP server backend interface.
github.com/ncastellani/imapServer/commandsPackage commands implements IMAP commands defined in RFC 3501.
github.com/ncastellani/imapServer/responsesIMAP responses defined in RFC 3501.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.