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

IMAP client is sending commands when it is not authenticated #303

Closed scanner closed 3 months ago

scanner commented 3 months ago

This started happening after my fix for GH-301.

Somehow cancelling the task that sends messages from the subprocess to the IMAP client is causing the IMAP client to think that it is still authenticated?

scanner commented 3 months ago

GH-303 fixes this