asimap icon indicating copy to clipboard operation
asimap copied to clipboard

add authentication between the asimapd.py process and the asimapd_user.py process

Open scanner opened this issue 2 years ago • 0 comments

The main asimapd.py process has multiple connections (one for each authenticated IMAP client) to the asimapd_user.py process that handles all IMAP requests for an authenticated user. There is no authentication when talking to this child process.

A key is generated in the asimapd.py process for authenticating to each asimapd_user.py subprocess but it is not used.

scanner avatar Nov 20 '23 18:11 scanner