antedebaas / Viesti-Reports

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

FeatureRequest: Mailbox Folder #19

Closed KGBist2000 closed 6 months ago

KGBist2000 commented 10 months ago

Please add a posibility to select inside an Mailbox an imap folder for TLS Reports and one for dmarc Reports.

It should be possible to select separat imap Folders.

antedebaas commented 9 months ago

I don’t understand why.

mail comes in at the inbox so all unprocessed mails should be there. Moving them after processing seems more logical to me if you want to archive hem.

KGBist2000 commented 9 months ago

Hi, thank you for your reply. Please find the usecase, hoply it is then easier to follow:

antedebaas commented 9 months ago

I’ve given this some thought and decided that I won’t implement this in the short term. I would however like to keep this open so I can think about it some more in the long term

rschenk0 commented 7 months ago

I would appreciate it, too. So you can have one administrative mailbox for multiple purposes and have all important reporting in one account for human control.

antedebaas commented 6 months ago

implemented in 1.10 :) you can run the update script and add the following to your .env.local

MAILBOX_PATH="__MAILBOX_PATH_TO_YOUR_DMARC_SUBFOLDER__"

MAILBOX2_ENABLED="true" MAILBOX2_CONNECTION="HOST:993/imap/ssl" MAILBOX2_USERNAME="USERNAME" MAILBOX2_PASSWORD="PASSWORD" MAILBOX_PATH="__MAILBOX_PATH_TO_YOUR_SMTPTLS_SUBFOLDER__"