]> git.proxmox.com Git - pmg-gui.git/commit
add Attachment Quarantine
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 10 Oct 2019 09:22:04 +0000 (11:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 13:25:31 +0000 (15:25 +0200)
commit0023ef6ab26464ec5ec9edaeac0192e6496ae0b7
tree2dd4dbfcce056cd84bb02e5ddaa364ba50afa347
parent19b455dd5ca5e04d94b7cda80f6456849a8f01db
add Attachment Quarantine

the Quarantine part is mostly copied from VirusQuarantine and adapted
the AttachmentGrid is inspired by the SpamScore list

this adds a new quarantine type 'Attachment' in the gui, where the admins
can review and control the mails in the attachment quarantine

it also shows a list of attachment/parts and a link where they can
be downloaded (in case the admin want to only forward a single
attachment or review the file in detail)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-By: Stoiko Ivanov <s.ivanov@proxmox.com>
Tested-By: Stoiko Ivanov <s.ivanov@proxmox.com>
js/AttachmentGrid.js [new file with mode: 0644]
js/AttachmentQuarantine.js [new file with mode: 0644]
js/Makefile
js/NavigationTree.js