package
0.0.2
Repository: https://github.com/olliephillips/cripta.git
Documentation: pkg.go.dev

# 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.