Commit graph

26 commits

Author SHA1 Message Date
04429115cf
Do not display an empty groups selection
If no group is set for the current mailbox, do not display the groups selection space when starting a new conversation.
2024-07-30 11:55:22 +02:00
bfc5f6849f
1.0.0 release
* Improve the sorting of e-mails when creating/editing a group
* Add the ability to include groups in either Cc: or Bcc:
* Add localizations
2024-07-29 11:45:53 +02:00
b56d767800
Update translations 2024-07-29 11:43:35 +02:00
e7170ea044
Add localized labels to groups selection when starting a new conversation 2024-07-27 18:27:10 +02:00
981eb2b31b
Add the ability to include groups in either Cc: or Bcc: 2024-07-27 18:20:12 +02:00
42b9cbdba9
Improve the sorting of e-mails when creating/editing a group 2024-07-27 18:08:45 +02:00
680e6b22c0
[ReadMe] Fix typo in install instructions 2024-07-22 12:20:28 +02:00
53360f2abb
[ReadMe] Add install instructions 2024-07-22 12:17:01 +02:00
63097ea17e
0.2.0 release
* Group e-mails by first character in the group creation/edition form.
2024-07-20 18:47:53 +02:00
53cb37897a
Group e-mails by first character in the group creation/edition form 2024-07-20 18:36:58 +02:00
a7010dad53
First working build of the module 2024-07-19 18:53:08 +02:00
39372e1439
Expand the list of "cc" for a conversation before sending it 2024-07-19 18:52:11 +02:00
4a3410de81
Add a hook when sending a new conversation
This is still a work in progress, this hook has no actual effect on the recipients list yet.
2024-07-18 18:22:16 +02:00
48c129c812
Add the ability to select Customers Groups when starting a new Conversation
This is only a cosmetic addition for now, the selected groups are ignored when the form is submitted.
2024-07-18 16:18:10 +02:00
1a9d95bb04
Add the ability to edit an existing Customers Group 2024-07-17 16:21:51 +02:00
1f03f4992a
Add the ability to create a new Customers Group 2024-07-17 14:45:39 +02:00
7e749d7cf4
Add the ability to list existing Customers Groups
The ability to add new groups and update existing ones has not been implemented yet.
2024-07-16 17:16:41 +02:00
5beaf94f3a
Add a new menu entry
This is only a placeholder for now, it does not send to a real page yet.
2024-07-16 16:54:04 +02:00
1c456d4aca
Add Entities definitions 2024-07-16 12:18:43 +02:00
42da48ce2b
Drop erroneous "use Helper" statement from routes.php 2024-07-16 12:11:35 +02:00
f257a1795c
Add required config.php file 2024-07-16 12:10:11 +02:00
b2383e5432
Add required routes.php file 2024-07-16 12:09:44 +02:00
867bec7a25
Add missing "use" statement in the service provider 2024-07-16 12:06:59 +02:00
84fc677e98
Include the expected "Public" directory 2024-07-16 12:05:44 +02:00
6084247248
Update the database schema 2024-07-16 12:04:08 +02:00
2ddccd9c41
Set basic module metadata 2024-07-16 11:51:47 +02:00