mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
add more documentation, examples with tests to illustrate reusable components
This commit is contained in:
@ -83,8 +83,8 @@ func quotedString(s string) string {
|
||||
return w.String()
|
||||
}
|
||||
|
||||
// Header returns a Received-SPF header line including trailing crlf that can
|
||||
// be prepended to an incoming message.
|
||||
// Header returns a Received-SPF header including trailing crlf that can be
|
||||
// prepended to an incoming message.
|
||||
func (r Received) Header() string {
|
||||
// ../rfc/7208:2043
|
||||
w := &message.HeaderWriter{}
|
||||
|
Reference in New Issue
Block a user