aboutsummaryrefslogtreecommitdiff
path: root/lmtp_server.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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