[FEATURE]: Implement bulk functionality to copy email adresses #230

Closed
opened 2025-12-01 21:52:38 +01:00 by carla · 1 comment
Owner

Description

As user I want to select multiple members and copy their e-mail addresses, in order to paste them as recipients in my email applicationand communicate with them.

Acceptance criteria

  • I can select multiple members at once
  • I can select all members at once
  • In the members overview I have a button "Copy Email adresses" or something similar
  • Clicking on the button copies all email addresses,seperated by ;
  • A feedback is given to the user that all mail addresses have been copied successfully
## Description As user I want to select multiple members and copy their e-mail addresses, in order to paste them as recipients in my email applicationand communicate with them. ## Acceptance criteria - [x] I can select multiple members at once - [x] I can select all members at once - [x] In the members overview I have a button "Copy Email adresses" or something similar - [x] Clicking on the button copies all email addresses,seperated by ; - [x] A feedback is given to the user that all mail addresses have been copied successfully
carla added the
enhancement
high priority
M
labels 2025-12-01 21:52:49 +01:00
moritz added this to the Sprint 9: 20.11 - 11.12 project 2025-12-02 08:58:12 +01:00
moritz self-assigned this 2025-12-02 09:39:35 +01:00
Owner

According https://datatracker.ietf.org/doc/html/rfc5322 emails are separated by comma instead of semicolon.

According https://datatracker.ietf.org/doc/html/rfc5322 emails are separated by comma instead of semicolon.
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: local-it/mitgliederverwaltung#230
No description provided.