domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
961 stars 209 forks source link

Added 'since' option to search for messages since a certain time #527

Open ramspoluri opened 1 month ago

ramspoluri commented 1 month ago
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 8.77193% with 52 lines in your changes are missing coverage. Please review.

Project coverage is 58.39%. Comparing base (d6128ea) to head (f618f69). Report is 22 commits behind head on master.

Files Patch % Lines
parsedmarc/__init__.py 5.88% 32 Missing :warning:
parsedmarc/mail/graph.py 18.18% 9 Missing :warning:
parsedmarc/mail/gmail.py 12.50% 7 Missing :warning:
parsedmarc/mail/imap.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #527 +/- ## ========================================== - Coverage 59.88% 58.39% -1.50% ========================================== Files 12 12 Lines 1578 1620 +42 ========================================== + Hits 945 946 +1 - Misses 633 674 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.