crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emersion/go-sasl | Library for Simple Authentication and Security Layer (SASL) defined in RFC 4422. |
github.com/ncastellani/imapServer | Package imap implements IMAP4rev1 (RFC 3501). |
github.com/ncastellani/imapServer/commands | Package commands implements IMAP commands defined in RFC 3501. |
github.com/ncastellani/imapServer/responses | IMAP responses defined in RFC 3501. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |