aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp/receiver.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-18lib/smtp: realign all structsShulhan
2019-04-12smtp: add field mode to receiverShulhan
2019-02-23smtp: use different port between normal listener and TLS listenerShulhan
2019-01-29lib/smtp: remove unnecessary assignment on error variablesShulhan
2019-01-29lib/smtp: simplify single switch-case and if-else conditionShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-08lib/smtp: listen on port 465 if environment have certificateShulhan
2019-01-07lib/smtp: library for SMTP server and clientShulhan