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
/
client_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-12-13
all: fix linter warnings reported by revive
Shulhan
2023-05-30
lib/smtp: implement Client SendEmail
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
2022-02-18
lib/smtp: rename Mechanism to SaslMechanism
Shulhan
2022-02-18
lib/smtp: realign all structs
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-02-13
smtp: Disable test on lookup
Shulhan
2019-10-03
smtp: remove test for NewClient
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-06-14
smtp: fix test on Lookup ip 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: change the type of server info extension to map of string
Shulhan
2019-03-26
smtp: change the NewClient remote address to URL based format
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-05
lib/smtp: changes affected by refactoring on lib/io.Reader
Shulhan
2019-01-29
lib/smtp: fix error message with first-letter capital or end with newline
Shulhan
2019-01-15
lib/smtp: add unit test for NewClient
Shulhan
2019-01-15
lib/smtp: export the field ServerInfo in Client struct
Shulhan
2019-01-15
lib/smtp: test client authentication with two handshake
Shulhan
2019-01-15
lib/smtp: implement SMTP service extension for Authentication (RFC 4954)
Shulhan
2019-01-08
lib/smtp: add option "insecure" to client Connect
Shulhan
2019-01-07
lib/smtp: library for SMTP server and client
Shulhan