antedebaas / Viesti-Reports

DMARC & SMTP-TLS Reports processor and visualizer and BIMI file hoster
https://docs.viestireports.com/
GNU Affero General Public License v3.0
82 stars 16 forks source link

Bug that prevents mail deletion #47

Closed wvogel closed 8 months ago

wvogel commented 8 months ago

There is an error hat will cause an http error 500 when setting DELETE_PROCESSED_MAILS=true in .env.local.

Line 92 of src/Command/GetReportsFromMailboxCommand.php reads: $mailbox->deleteMail($mailId);

It has to be: $mailbox->deleteMail($mailid);

I sent a pull request...

antedebaas commented 8 months ago

Thanks!

wvogel commented 8 months ago

Thanks for this wonderful project, Ante! :)