mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
Winni Neessen
0d6777ab39
As part of #97 we are going to fork the official `net/smtp` package into go-mail to provide us with more flexibility. This commit fulfills the first big step of importing the package into smtp/. Also go-mail's own LoginAuth has been moved from auth/ into smtp/ to be consistent with the stdlib. There are still a couple of open issues (i. e. license adjustments and making golangci-lint happy) but so far all tests already work, which is a good start. |
||
---|---|---|
.. | ||
auth.go | ||
auth_cram_md5.go | ||
auth_login.go | ||
auth_plain.go | ||
example_test.go | ||
smtp.go | ||
smtp_test.go |