* 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>
* Added submission api endpoint to api docs generation
* exclude some acme and public endpoins from api docs generation
* rename exclude to excludeRoute
* Added submission api endpoint to api docs generation
* added Delete a webhook api endpoint to api docs generation
* added Create new Webhook api endpoint to api docs generation
* Added List registered webhooks api endpoint to api docs generation
* Added submission api endpoint to api docs generation
* req_end not included in graylog if value is false
* fix req_end issue
* cast value to string after first check
* Added upload file api endpoint to api docs generaiton
* added list stored files api endpoint to api docs generation
* Added delete a File api endpoint to api docs generation
* added Download file api endpoint to api docs generation
* added list registered settings api endpoint to api docs generation
* Added Create or Update Setting api endpoint to api docs generation
* added get setting value api endpoint to api docs generation
* added Update Message information api endpoint to api docs generation
* fix response types
* Added delete a message api endpoint to api docs generation
* Added Delete all messages from a Mailbox api endpoint to api docs generation
* fix some response types. Added delete an outbound message api endpoint to api docs generation
* add attachment charset in the indexer
* test adding a field
* test another way
* walk through mimetree to find the attachment charset and decode the message using this charset. Decoding is piped to the output stream
* test
* revert last change
* use regex for check, fix piping
* fixes
* Added list registered TLS certificates api endpoint to api docs generation. Add examples to res types
* fix last commit's typo
* Resolve ID for a server name api endpoint added to api docs generation. Add examples to res types
* added create or update TLS sertificate for server name api endpoint to api docs generation
* add acme to response of last commit's changes
* added Delete a TLS certificate api endpoint to api docs generation
* delete cert api endpoint change certs -> cert path param
* fix cert-handler typo and bug. Added Request TLS certificate information api endpoint to api docs generation
* last commit add certs.js