scanner / asimap

Pure python based IMAP server with a MH based file store
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

GH-279: imapsubprocess has no port #280

Closed scanner closed 3 months ago

scanner commented 3 months ago

If it takes too long for the subprocess to come up and give the parent process the port, other connections need to block as well until we have a port we can connect to.

Fixes GH-279