liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
213 stars 31 forks source link

Feature Request: Button to manually retreive email #112

Closed BruceMcKinnon closed 6 months ago

BruceMcKinnon commented 6 months ago

Feature Request: Add a button to allow emails in the dmarc inbox to be retrieved and processed, rather than relying solely on CRON jobs.

liuch commented 6 months ago

Do you mean to add a button to the web interface?

BruceMcKinnon commented 6 months ago

Yes. :)

andrewhenke commented 6 months ago

+1 on this, would be highly useful for clients to be able to update the latest records on the system without needing my team's involvement each time.

liuch commented 6 months ago

I plan to implement this in the near future.

liuch commented 6 months ago

Done with https://github.com/liuch/dmarc-srg/commit/c49fbbb98c4901874109d3768f7cf2d22938105f

BruceMcKinnon commented 6 months ago

Awesome. Thank you.