aboutsummaryrefslogtreecommitdiff
path: root/lmtp_handle_patch.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-05Move things to internal/v0.1.23Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-2/+2
2025-04-05database shall no longer be a global variableRunxi Yu1-2/+2
2025-04-05Separate code/README rendering and unsafe to their own packagesRunxi Yu1-1/+2
2025-04-02LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10Runxi Yu1-17/+18
2025-04-02LMTP: Actually apply patches from emailRunxi Yu1-34/+74
2025-04-02LMTP: Fix mistake in command argumentsRunxi Yu1-1/+4
2025-04-02LMTP: Stub patch applicationRunxi Yu1-3/+76
2025-04-01LMTP: Patch handling stubRunxi Yu1-0/+15