go-mail/smtp
Winni Neessen f883358a29
Add experimental NTLMv2 authentication support
Introduced NTLMv2 authentication mechanism with tests in smtp package. Utilized the go-ntlmssp library to handle negotiation and response processing for NTLMv2 protocol.
2024-11-11 22:03:38 +01: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 Rename parameter for consistency in auth functions 2024-11-07 20:58:20 +01:00
auth_ntlm.go Add experimental NTLMv2 authentication support 2024-11-11 22:03:38 +01:00
auth_plain.go Rename parameter for consistency in auth functions 2024-11-07 20:58:20 +01:00
auth_scram.go Fix typo in the tls-unique channel binding comment 2024-11-08 23:05:31 +01: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 Add nil check in UpdateDeadline method 2024-11-11 18:07:31 +01:00
smtp_121_test.go Refactor and relocate JSON logger tests for Go 1.21 compliance 2024-11-11 19:15:13 +01: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 Add experimental NTLMv2 authentication support 2024-11-11 22:03:38 +01:00