Expand description
This crate is an inbox/outbox module for Koibumi, an experimental Bitmessage client.
See koibumi
for more about the application.
See Bitmessage for more about the protocol.
Structs§
- Contact
- An object represents a contact.
- Manager
- An inbox/outbox manager.
- Message
- A message structure stored on database.
- Message
Entry - A message object without its content.
- User
- An object represents an user.
Enums§
- Error
- This error indicates that an operation on boxes failed.
- TryInto
Message Error - This error indicates that conversion from message row to message failed.
- TryInto
Private Keys Error - The conversion to private keys failed.