[pmg-devel] superseded: [PATCH pmg-api/pmg-gui v2 0/2] fix #3450: batch deletion/delivery for postfix queue
Hannes Laimer
h.laimer at proxmox.com
Wed Sep 24 09:14:30 CEST 2025
superseded-by:
https://lore.proxmox.com/pmg-devel/20250924071314.41917-1-h.laimer@proxmox.com/T/#t
On 23.09.25 11:33, Hannes Laimer wrote:
> Adds a new POST endpoint that accepts both a type(delete/deliver) and a
> list of id's. This is also how batch operations are done for quarantine.
>
> https://bugzilla.proxmox.com/show_bug.cgi?id=3450
>
> v2:
> - instead of 'filter' use the IDs directly
> - UI now doesn't have extra buttons, the existing Remove and Flush ones
> will just work with either one or multiple selected items
>
> pmg-api:
>
> Hannes Laimer (1):
> fix #3450: api: queue: add POST endpoint for batch deletion/delivery
>
> src/PMG/API2/Postfix.pm | 43 +++++++++++++++++++++++++++++++++++++++++
> src/PMG/Postfix.pm | 33 +++++++++++++++++++++++++++++++
> 2 files changed, 76 insertions(+)
>
>
> pmg-gui:
>
> Hannes Laimer (1):
> fix #3450: ui: queue: multi-select for item deletion/delivery
>
> js/PostfixMailQueue.js | 104 +++++++++++++++++++++++++++--------------
> 1 file changed, 68 insertions(+), 36 deletions(-)
>
>
> Summary over all repositories:
> 3 files changed, 144 insertions(+), 36 deletions(-)
>
More information about the pmg-devel
mailing list