go-mail/smtp
Winni Neessen 0d6777ab39
Fork net/smpt into go-mail
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.
2023-01-10 00:38:42 +01:00
..
auth.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
auth_cram_md5.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
auth_login.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
auth_plain.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
example_test.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
smtp.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00
smtp_test.go Fork net/smpt into go-mail 2023-01-10 00:38:42 +01:00