katzenpost / mailproxy

POP/SMTP to Katzenpost proxy server library
GNU Affero General Public License v3.0
4 stars 5 forks source link

pop3: Implement a way to force close sessions. #3

Open Yawning opened 6 years ago

Yawning commented 6 years ago

Account teardown currently will block till the POP3 session is closed by the client if it exists. This should be changed to support the server tearing down the POP3 session so that teardown can happen in a timely manner.