| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-15 | all: convert license and copyright to use SPDX identifiers | Shulhan | |
| 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-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2019-02-26 | smtp: implement server with local handler | Shulhan | |
| 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-15 | lib/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-07 | lib/smtp: library for SMTP server and client | Shulhan | |
