wildduck/lib/pop3
titanism a68725d312
fix: fixed edge cases when session could be null (#699)
* fix: fixed edge cases when `session` could be `null`

If the session is set to `null` and an `err` occurs, for example here:

<c9188b3766/lib/pop3/connection.js (L1010)>

Then an uncaught exception will be thrown.

* Update lib/pop3/connection.js

Co-authored-by: Shaun Warman <1986128+shaunwarman@users.noreply.github.com>

---------

Co-authored-by: Shaun Warman <1986128+shaunwarman@users.noreply.github.com>
2024-06-28 04:16:43 +03:00
..
connection.js fix: fixed edge cases when session could be null (#699) 2024-06-28 04:16:43 +03:00
server.js feat(autoacme): Allow setting up automatic ACME certificate generation 2024-04-25 15:18:51 +03:00