# Functions
ListFriends returns a slice of strings representing public key filenames held for friends.
NewFSMailbox creates a new file system store.
NewOutboundMessage parses the raw message and creates an OutboundMessage.
# Structs
No description provided by the author
FSMailbox implements MailStorer providing a file system store.
Message is the unencrypted representation of message data.
OutboundMessage ideally stores the recipient.
# Interfaces
MailStorer so we can enable additional storage targets.