emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
168 stars 52 forks source link

dkim: Add signer method to return only value of the DKIM-Signature field #13

Closed foxcpp closed 4 years ago

foxcpp commented 4 years ago

Useful for servers that work with already parsed header (maddy!).

codecov-io commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.31%. The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   66.46%   66.14%   -0.32%     
==========================================
  Files           7        7              
  Lines         832      836       +4     
==========================================
  Hits          553      553              
- Misses        210      214       +4     
  Partials       69       69
Impacted Files Coverage Δ
dkim/sign.go 65.18% <28.57%> (-1.7%) :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 56e7fdd...ce292b9. Read the comment docs.