Releases: andaletech/laravel-inbox
Releases · andaletech/laravel-inbox
Add Route For loading a message's participants
v0.15.8
Add route to load a message's participants
v0.15.7
- Fix bug caused by using wrong collection name to retrieve attachment media
- Add raw attachment size to attachment media serialization to array.
v0.15.6
- Add functionality to DOM parsers to be defined.
- This allows an app to define DOM parsers to handle and reformat a message body as needed.
- Also limit the number of loaded participants to 10.
v0.15.5
Add functionality which now parses message body to convert img
src
cid
into content media which are accessible
v0.15.4
This release adds support for attachments.
Also, add email_header_store
json column to participants to allow storing optional email headers. This sets the stage for adding headers such as message-id, and references which are used by email service providers to group messages into threads.
v0.15.3
Add helper class MessageWriter to provide a fluent interface for writing and responding to messages
v0.15.2
Add query scope for filtering by tenant_id
v0.1.5
Add functionality to mark a message as read by a recipient.
Rename the column 'seen_at' to 'read_at'.
Full Changelog: v0.1.4...v0.15
v0.1.4
Gracefully return "Unknown User" for message senders or recipients that have been deleted.
v0.1.3
Emit MessageCreated event