bufio | Package 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/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
errors | Package errors implements functions to manipulate errors. |
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/utf7 | Package utf7 implements modified UTF-7 encoding defined in RFC 3501 section 5.1.3 |
io | Package io provides basic interfaces to I/O primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |