aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp/handler.go
AgeCommit message (Collapse)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2019-02-26smtp: implement server with local handlerShulhan
LocalHandler is SMTP server that contains domain and user's accounts in server environment. The LocalHandler replace the HandlerPosix and remove unused Storage interface and field in server.
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
The SMTP AUTH is implemented as a core command instead of as an extension.
2019-01-07lib/smtp: library for SMTP server and clientShulhan