This commit is contained in:
2025-02-16 06:44:43 +03:00
parent 299f6dea06
commit 01db4540b1
14 changed files with 788 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env -S v -n -w -cg -gc none -cc tcc -d use_openssl -enable-globals run
import os
import time
import freeflowuniverse.herolib.servers.imap
// Start the IMAP server on port 143
imap.start() or {
println("error in imap server")
eprint(err)
exit(1)
}