# Functions
ExpandMail takes a postdog.Mail and builds a Mail from it.
InsertTimeout returns an Option that sets the timeout for inserts.
MailIDFromContext returns the mail UUID from the given Context, or uuid.Nil if the Context has no mail UUID.
New creates the archive plugin.
WithLogger returns an Option that sets the error logger.
WithMailID returns a new Context that carries the given UUID.
# Variables
ErrNotFound means a mail could not be found in the Store.
# Structs
Mail is the archived form of a sent mail, containing the send time and send error of the mail.
# Type aliases
Option is an archive option.