index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smtp
/
smtp_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-20
lib/crypto: add parameter passphrase to LoadPrivateKey
Shulhan
2023-09-20
lib/crypto: rewrite LoadPrivateKey as wrapper of ssh.ParseRawPrivate
Shulhan
2023-05-30
lib/smtp: use WaitAlive instead of time.Sleep
Shulhan
2022-10-05
lib/stmp: fix tests with -count=X, where X>1
Shulhan
2022-02-18
lib/smtp: refactoring NewClient to use struct instead of parameters
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-11-23
smtp: update the expired test certificate
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-07
smtp: remove unused global variable "testSMTPAddress" on test file
Shulhan
2019-04-12
smtp: add field DKIMOptions to Domain
Shulhan
2019-03-31
smtp/server: unexport the address and TLS address
Shulhan
2019-03-31
smtp: remove unused variable testClientSMTPAddress
Shulhan
2019-03-26
smtp: make new client to be implicit connect with EHLO
Shulhan
2019-03-26
smtp: add scheme for connecting with implicit STARTTLS on client
Shulhan
2019-03-26
smtp: change the NewClient remote address to URL based format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-26
smtp: implement server with local handler
Shulhan
2019-02-26
smtp: remove environment types
Shulhan
2019-02-23
smtp: use different port between normal listener and TLS listener
Shulhan
2019-02-22
smtp: replace EnvironmentIni with EnvDirect
Shulhan
2019-01-15
lib/smtp: implement SMTP service extension for Authentication (RFC 4954)
Shulhan
2019-01-08
lib/smtp: move example configuration to directory "testdata"
Shulhan
2019-01-07
lib/smtp: library for SMTP server and client
Shulhan