Skip to content

A Scala library for parsing DMARC aggregate reports

License

Notifications You must be signed in to change notification settings

patrickkerrigan/dmarc-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Scala 2.12

dmarc-parser

A Scala library for parsing DMARC aggregate reports as defined in RFC 7489

How to use

Simply pass a raw aggregate report email (headers and attachments included) into an instance of EmailParser like so:

val parser = new EmailParser
val email = "Your raw email here..."

val report = parser.parseEmail(email)

About

A Scala library for parsing DMARC aggregate reports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages