# Functions
New creates a new server.
NewMailbox creates a new mailbox.
NewUserSession creates a new user session.
# Structs
Mailbox is an in-memory mailbox.
A MailboxView is a view into a mailbox.
Server is a server instance.
UserSession represents a session tied to a specific user.