aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp/smtp_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-09-20lib/crypto: add parameter passphrase to LoadPrivateKeyShulhan
2023-09-20lib/crypto: rewrite LoadPrivateKey as wrapper of ssh.ParseRawPrivateShulhan
2023-05-30lib/smtp: use WaitAlive instead of time.SleepShulhan
2022-10-05lib/stmp: fix tests with -count=X, where X>1Shulhan
2022-02-18lib/smtp: refactoring NewClient to use struct instead of parametersShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-11-23smtp: update the expired test certificateShulhan
2020-06-06all: use default linter optionsShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-07smtp: remove unused global variable "testSMTPAddress" on test fileShulhan
2019-04-12smtp: add field DKIMOptions to DomainShulhan
2019-03-31smtp/server: unexport the address and TLS addressShulhan
2019-03-31smtp: remove unused variable testClientSMTPAddressShulhan
2019-03-26smtp: make new client to be implicit connect with EHLOShulhan
2019-03-26smtp: add scheme for connecting with implicit STARTTLS on clientShulhan
2019-03-26smtp: change the NewClient remote address to URL based formatShulhan
2019-03-01all: fix warnings from linterShulhan
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-22smtp: replace EnvironmentIni with EnvDirectShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-08lib/smtp: move example configuration to directory "testdata"Shulhan
2019-01-07lib/smtp: library for SMTP server and clientShulhan