go-mail/smtp
Winni Neessen 8353b4b255
Follow upstream for HELO during Quit bug
I reported the bug I fixed in 74fa3f6f62 to Go upstream. They fixed simpler by just ignoring the error (See: https://go.dev/cl/622476). We follow this patch accordingly. The upstream test has been adopted as well.
2024-10-25 09:33:45 +02:00
..
auth.go Refactor error handling in SMTP authentication 2024-10-02 18:02:23 +02:00
auth_cram_md5.go Refine function comments to include return type details 2024-01-10 11:05:34 +01:00
auth_cram_md5_118.go Refine function comments to include return type details 2024-01-10 11:05:34 +01:00
auth_login.go Add support for unsecured SMTP LOGIN auth 2024-10-22 15:38:51 +02:00
auth_plain.go Add support for PLAIN authentication without encryption 2024-10-22 15:30:15 +02:00
auth_scram.go Improve error handling in SCRAM-SHA-X-PLUS authentication 2024-10-02 18:02:34 +02:00
auth_xoauth2.go Refine function comments to include return type details 2024-01-10 11:05:34 +01:00
example_test.go Add 'skipTLS' parameter to auth functions in tests 2024-10-22 15:44:40 +02:00
LICENSE Adjusting license headers and including original LICENSE file from the Go project into the smtp/ directory as suggested in https://github.com/wneessen/go-mail/issues/97#issuecomment-1381046444 2023-01-13 16:54:55 +01:00
smtp.go Follow upstream for HELO during Quit bug 2024-10-25 09:33:45 +02:00
smtp_ehlo.go Add mutex to Client for thread-safe operations 2024-09-27 11:10:23 +02:00
smtp_ehlo_117.go Add mutex to Client for thread-safe operations 2024-09-27 11:10:23 +02:00
smtp_test.go Follow upstream for HELO during Quit bug 2024-10-25 09:33:45 +02:00