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
/
receiver.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 #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-18
lib/smtp: realign all structs
Shulhan
2019-04-12
smtp: add field mode to receiver
Shulhan
2019-02-23
smtp: use different port between normal listener and TLS listener
Shulhan
2019-01-29
lib/smtp: remove unnecessary assignment on error variables
Shulhan
2019-01-29
lib/smtp: simplify single switch-case and if-else condition
Shulhan
2019-01-15
lib/smtp: implement SMTP service extension for Authentication (RFC 4954)
Shulhan
2019-01-08
lib/smtp: listen on port 465 if environment have certificate
Shulhan
2019-01-07
lib/smtp: library for SMTP server and client
Shulhan