feat: try to detect mailing lists as event attendees#8063
feat: try to detect mailing lists as event attendees#8063ChristophWurst wants to merge 1 commit intomainfrom
Conversation
The backend doesn't differenciate between individual email and a list. It will just send the invite. For a list, the invite is bogus and can't really be answered. We should warn the user. Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
|
Maybe also check for the If the mail app knows that an e-mail address is a mailing-list through e-mail headers, it could also save it when adding the contact to the recently contacted contacts. |
|
Good, but from a design side, the clipping text is obviously not ideal. Could the warning wrap and have sufficient space on the bottom? |
|
I did not find an option for that in https://vue-select.org/guide/options.html#options-prop, unfortunately. |
|
Can you add a hard line break, then? If not, the string should be shortened for now and this fixed upstream later. For a shorter string, something like "List subscribers cannot accept invites." Obviously not great for localization and a11y, but better than it being broken in default English. |
The backend doesn't differenciate between individual email and a list. It will just send the invite. For a list, the invite is bogus and can't really be answered. We should warn the user.