-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Explanation
A message class will implement all the required functionality to deal with message-related information.
This will serve as an interface between the client and the API
Current Need
- Set/Get message content
- Get tracking information (if active)
- Set/Get envelope header (entity, channel, return address, etc...)
Future
- Encryption / Decryption so we can securely send messages (for now they can be set externally)