Commit 445bf9a1 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added some go package links

parent ebd837f5
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -5,9 +5,19 @@ very strong focus on security, anti-spam, and logging.

## Links

* WikiPedia: [Simple Mail Transfer Protocol][smtp@wp]
* Rfc: [Simple Mail Transfer Protocol][rfc5321]
* Rfc: [Cleartext Considered Obsolete: Use of Transport Layer Security (TLS) for Email Submission and Access][rfc8314]
### WikiPedia

* [Simple Mail Transfer Protocol][smtp@wp]

### RFC

* [Simple Mail Transfer Protocol][rfc5321]
* [Cleartext Considered Obsolete: Use of Transport Layer Security (TLS) for Email Submission and Access][rfc8314]

### Go Packages

*  [Go][golang]: [Package smtp][smtp@golang]
*  [Github][github]: [SMTP server library for Go][go-smtpd@github]

<!-- Links -->

@@ -15,5 +25,9 @@ very strong focus on security, anti-spam, and logging.
[smtp@wp]: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol
[rfc8314]: https://tools.ietf.org/html/rfc8314
[rfc5321]: https://tools.ietf.org/html/rfc5321
[golang]: https://golang.org/
[smtp@golang]: https://golang.org/pkg/net/smtp/
[github]: https://github.com/
[go-smtpd@github]: https://github.com/bradfitz/go-smtpd

<!-- End Of File -->