email_report_checker

Check DMARC reports.

email_report_checker.dmarc.get_dmarc_report(msg: Message) Any

Read DMARC report from message.

email_report_checker.dmarc.main() None

Entrypoint.

email_report_checker.dmarc.report(mail: IMAP4) List[Any]

Read all DMARC reports from IMAP.

email_report_checker.dmarc.xml2dict(xml: Any) Any

Convert xml to dict.


Check TLS reports.

email_report_checker.tls.get_tls_report(msg: Message) Any

Read TLS report from message.

email_report_checker.tls.main() None

Entrypoint.

email_report_checker.tls.report(mail: IMAP4) List[Any]

Read all TLS reports from IMAP.