aboutsummaryrefslogtreecommitdiff
path: root/lmtp_server.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-204/+0
* LMTP: Fix sed mistakeRunxi Yu2025-04-061-1/+1
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-8/+8
* Move things to internal/v0.1.23Runxi Yu2025-04-051-1/+1
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-11/+11
* database shall no longer be a global variableRunxi Yu2025-04-051-1/+1
* config shall no longer be a global variableRunxi Yu2025-04-051-10/+11
* misc: Move url.go into the misc packageRunxi Yu2025-04-051-1/+2
* LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10Runxi Yu2025-04-021-3/+16
* LMTP: Stub patch applicationRunxi Yu2025-04-021-1/+2
* LMTP: Add an SMTP request contextRunxi Yu2025-04-021-3/+11
* LMTP: Return 550 on errorsRunxi Yu2025-04-011-1/+9
* LMTP: Fix error scopingRunxi Yu2025-04-011-2/+3
* Change the main separator from : to -Runxi Yu2025-04-011-1/+1
* LMTP: Patch handling stubRunxi Yu2025-04-011-6/+46
* LMTP configuration updateRunxi Yu2025-04-011-0/+8
* Basic debugging LMTP handlerRunxi Yu2025-04-011-2/+115
* Stub LMTP listenerRunxi Yu2025-04-011-0/+10