asimap icon indicating copy to clipboard operation
asimap copied to clipboard

when doing commands like `select` and `unselect` where the mbox does the pushes, move those pushes to the client.py module

Open scanner opened this issue 1 year ago • 0 comments

We should put the logic of pushing messages to the client in to the client module instead of the mbox module.

Select is a good example of this: we only need the read lock to get the data. Once we get the data return it to the client module, exit the mbox read lock, and push the responses back to the IMAP Client.

scanner avatar Jul 11 '24 17:07 scanner