nodemailer / wildduck

Opinionated email server
https://wildduck.email/
European Union Public License 1.2
1.89k stars 263 forks source link

POP3 should reset socket timeout each time a command is processed (?) #709

Closed titanism closed 3 days ago

titanism commented 2 months ago

Right now the default is 60 seconds to keep a POP3 connection alive for.

If a client continuously runs commands via the same connection, after 60 seconds it would get interrupted since the timeout is not reset (extended) on each command.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] commented 3 days ago

This issue was closed because it has been stalled for 15 days with no activity.

titanism commented 3 days ago

Can you reopen @andris9 ?