aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp/client_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-05-30lib/smtp: implement Client SendEmailShulhan
2022-10-05lib/stmp: fix tests with -count=X, where X>1Shulhan
2022-02-18lib/smtp: refactoring NewClient to use struct instead of parametersShulhan
2022-02-18lib/smtp: rename Mechanism to SaslMechanismShulhan
2022-02-18lib/smtp: realign all structsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-02-13smtp: Disable test on lookupShulhan
2019-10-03smtp: remove test for NewClientShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-06-14smtp: fix test on Lookup ip addressShulhan
2019-03-31smtp: remove unused variable testClientSMTPAddressShulhan
2019-03-26smtp: make new client to be implicit connect with EHLOShulhan
2019-03-26smtp: change the type of server info extension to map of stringShulhan
2019-03-26smtp: change the NewClient remote address to URL based formatShulhan
2019-02-26smtp: implement server with local handlerShulhan
2019-02-26smtp: remove environment typesShulhan
2019-02-23smtp: use different port between normal listener and TLS listenerShulhan
2019-02-05lib/smtp: changes affected by refactoring on lib/io.ReaderShulhan
2019-01-29lib/smtp: fix error message with first-letter capital or end with newlineShulhan
2019-01-15lib/smtp: add unit test for NewClientShulhan
2019-01-15lib/smtp: export the field ServerInfo in Client structShulhan
2019-01-15lib/smtp: test client authentication with two handshakeShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-08lib/smtp: add option "insecure" to client ConnectShulhan
2019-01-07lib/smtp: library for SMTP server and clientShulhan