domainaware / parsedmarc

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

fix callback on IMAPConnection #313

Closed nathanthorpe closed 2 years ago

nathanthorpe commented 2 years ago

Fix the returned object in the callback on IMAPConnection.

@seanthegeek I've tested this on my end using Gmail, but curious to see what you get on a "real" IMAP server

Related to #311

codecov[bot] commented 2 years ago

Codecov Report

Merging #313 (e46a768) into master (75da9f6) will decrease coverage by 0.14%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   61.55%   61.40%   -0.15%     
==========================================
  Files           8        8              
  Lines        1238     1241       +3     
==========================================
  Hits          762      762              
- Misses        476      479       +3     
Impacted Files Coverage Δ
parsedmarc/mail/imap.py 41.02% <0.00%> (-3.42%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 75da9f6...e46a768. Read the comment docs.