File tree Expand file tree Collapse file tree 6 files changed +7
-48
lines changed Expand file tree Collapse file tree 6 files changed +7
-48
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ A Go library to authenticate e-mails:
88
99* Create and verify [ DKIM signatures] [ DKIM ]
1010* Create and parse [ Authentication-Results header fields] [ Authentication-Results ]
11+ * Fetch [ DMARC] records
1112
1213## DKIM [ ![ GoDoc] ( https://godoc.org/github.com/emersion/go-msgauth/dkim?status.svg )] ( https://godoc.org/github.com/emersion/go-msgauth/dkim )
1314
@@ -77,9 +78,14 @@ if err != nil {
7778log.Println (identifier, results)
7879```
7980
81+ ## DMARC [ ![ GoDoc] ( https://godoc.org/github.com/emersion/go-msgauth/dmarc?status.svg )] ( https://godoc.org/github.com/emersion/go-msgauth/dmarc )
82+
83+ See the GoDoc page.
84+
8085## License
8186
8287MIT
8388
8489[ DKIM ] : https://tools.ietf.org/html/rfc6376
8590[ Authentication-Results ] : https://tools.ietf.org/html/rfc7601
91+ [ DMARC ] : http://tools.ietf.org/html/rfc7489
Original file line number Diff line number Diff line change 1- //+build ignore
2-
31package main
42
53import (
64 "flag"
75 "log"
86
9- "github.com/emersion/go-dmarc"
7+ "github.com/emersion/go-msgauth/ dmarc"
108)
119
1210func main () {
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments