[pmg-devel] [PATCH pmg-api/pmg-gui] fix download of big mails from quarantine

Stoiko Ivanov s.ivanov at proxmox.com
Thu Oct 24 17:45:29 CEST 2019


Thanks for the patches!

Tested with a large mail and can verify that it fixes the existing problem.
Took a look at the code (learned something new about javascript events)

Tested-By: Stoiko Ivanov <s.ivanov at proxmox.com>
Reviewed-By: Stoiko Ivanov <s.ivanov at proxmox.com>

On Wed, 23 Oct 2019 09:36:33 +0200
Dominik Csapak <d.csapak at proxmox.com> wrote:

> by extending the existing 'download' api call for non-attachments,
> and using it in the gui
> 
> this is necessary, since datauris are size limited in some browsers
> 
> pmg-api:
> 
> Dominik Csapak (1):
>   Quarantine API: extend download call to download whole mails
> 
>  src/PMG/API2/Quarantine.pm | 27 ++++++++++++++++++++-------
>  1 file changed, 20 insertions(+), 7 deletions(-)
> 
> pmg-gui:
> 
> Dominik Csapak (1):
>   SpamQuarantine: fix download of large emails
> 
>  js/SpamQuarantine.js | 47 ++++++++++++++------------------------------
>  1 file changed, 15 insertions(+), 32 deletions(-)
> 




More information about the pmg-devel mailing list