Skip to content

Releases: andaletech/laravel-inbox

Add Route For loading a message's participants

31 May 15:53
Compare
Choose a tag to compare
v0.15.8

Add route to load a message's participants

v0.15.7

24 May 05:29
Compare
Choose a tag to compare
  • 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

15 May 11:07
Compare
Choose a tag to compare
  • 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

19 Mar 11:25
Compare
Choose a tag to compare

Add functionality which now parses message body to convert img src cid into content media which are accessible

v0.15.4

06 Mar 13:25
Compare
Choose a tag to compare

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

12 Feb 08:16
Compare
Choose a tag to compare

Add helper class MessageWriter to provide a fluent interface for writing and responding to messages

v0.15.2

09 Feb 12:26
Compare
Choose a tag to compare

Add query scope for filtering by tenant_id

v0.1.5

02 Feb 07:15
Compare
Choose a tag to compare

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

15 Sep 11:29
Compare
Choose a tag to compare

Gracefully return "Unknown User" for message senders or recipients that have been deleted.

v0.1.3

14 Feb 12:48
Compare
Choose a tag to compare

Emit MessageCreated event