aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp/smtp.go
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
2025-01-23all: use for-range with numericShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-18lib/smtp: add status codes from RFC 4954Shulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-03-26smtp: fix parsing local-part to allow special charactersShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-07lib/smtp: library for SMTP server and clientShulhan