diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-13 17:56:20 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-13 17:56:20 +0800 |
commit | 7d8ec380749cdd90a6e8c07529574007a527e9ec (patch) | |
tree | 6c3cae1a0c6dce6f846d7d063dfe9f0e22e2ae72 /main.go | |
parent | serve_mx stuff rename (diff) | |
download | maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.gz maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.zst maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.zip |
Actually I'll do it manually instead of using go-imap
Diffstat (limited to '')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ func main() { clog.Fatal(1, "Error while loading configuration file: "+err.Error()) } - go serve_imap() go serve_mx() deadlock := make(chan struct{}) |