aboutsummaryrefslogtreecommitdiff
path: root/lmtp_server.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05Unexport fields in Serverv0.1.24Runxi Yu1-8/+8
2025-04-05Move things to internal/v0.1.23Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-11/+11
2025-04-05database shall no longer be a global variableRunxi Yu1-1/+1
2025-04-05config shall no longer be a global variableRunxi Yu1-10/+11
2025-04-05misc: Move url.go into the misc packageRunxi Yu1-1/+2
2025-04-02LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10Runxi Yu1-3/+16
2025-04-02LMTP: Stub patch applicationRunxi Yu1-1/+2
2025-04-02LMTP: Add an SMTP request contextRunxi Yu1-3/+11
2025-04-01LMTP: Return 550 on errorsRunxi Yu1-1/+9
2025-04-01LMTP: Fix error scopingRunxi Yu1-2/+3
2025-04-01Change the main separator from : to -Runxi Yu1-1/+1
Implements: https://todo.sr.ht/~runxiyu/forge/28
2025-04-01LMTP: Patch handling stubRunxi Yu1-6/+46
2025-04-01LMTP configuration updateRunxi Yu1-0/+8
2025-04-01Basic debugging LMTP handlerRunxi Yu1-2/+115
2025-04-01Stub LMTP listenerRunxi Yu1-0/+10