aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 51540f9..60082da 100644
--- a/main.go
+++ b/main.go
@@ -18,6 +18,7 @@ func main() {
}
go serve_mx()
+ go serve_imap()
deadlock := make(chan struct{})
deadlock <- struct{}{}