Registry / security / emersion-go-msgauth

emersion-go-msgauth

JSON →
library0.7.0gogounverified

A Go library for email authentication mechanisms including SPF, DKIM, DMARC, and ARC.

go get github.com/emersion/go-msgauth
INSTALL
IMPORT
SIG · EMERSION-GO-MSGAUT
E
emersion-go-msgauth
securitygov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

msgauth
github.com/emersion/go-msgauth

Verify DKIM signature of an email file.

package main import ( "fmt" "github.com/emersion/go-msgauth/dkim" ) func main() { // Verify a DKIM-signed email result, _ := dkim.Verify("email.eml") fmt.Printf("DKIM result: %v\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
emersion-go-msgauth — go get emersion-go-msgauth · libregistry