diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:31:47 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-16 16:33:22 +0800 |
commit | c63ff23771a50b160ca119372f1f9accf89c5942 (patch) | |
tree | bb12a015e01fc5cc56877de8cb60e4205a9b1a1d /main.go | |
parent | IMAP: Re-add server protocol state (diff) | |
download | maild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.gz maild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.zst maild-c63ff23771a50b160ca119372f1f9accf89c5942.zip |
Remove IMAP again for now
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ func main() { } go serve_mx() - go serve_imap() deadlock := make(chan struct{}) deadlock <- struct{}{} |