aboutsummaryrefslogtreecommitdiff
path: root/lmtp_server.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Implements: https://todo.sr.ht/~runxiyu/forge/28
* 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