aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-16 16:31:47 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-16 16:33:22 +0800
commitc63ff23771a50b160ca119372f1f9accf89c5942 (patch)
treebb12a015e01fc5cc56877de8cb60e4205a9b1a1d /main.go
parentIMAP: Re-add server protocol state (diff)
downloadmaild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.gz
maild-c63ff23771a50b160ca119372f1f9accf89c5942.tar.zst
maild-c63ff23771a50b160ca119372f1f9accf89c5942.zip
Remove IMAP again for now
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 60082da..51540f9 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,6 @@ func main() {
}
go serve_mx()
- go serve_imap()
deadlock := make(chan struct{})
deadlock <- struct{}{}