* 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
* List Application Passwords and Request ASP information endpoints added to API docs generation
* fixes. Added Create new Application Password endpoint to API docs generation
* Added Delete an Application Password api endpoint to API docs generation
* Added Create new audit api endpoint to API docs generation
* Request Audit info API endpoint added to API docs generation
* added Export Audited Emails API endpoint to API docs generation
* added List registered Domain Aliases endpoint to API docs generation
* added Create new Domain Alias API endpoint to API docs generation
* added Resolve ID for a domain alias API endpoint to API docs generation
* added Delete an Alias API endpoint to API docs generation
* Added Request Alias information API endpoint to API docs generation
* Update Autoreply information api endpoint added to api docs generation
* Delete Autoreply information api endpoint added to api docs generation
* Request Autoreply information api endpoint added to api docs generation
* autoreply now contains the created field to check when it was created. Added logging to graylog
* make created timestamp second precision. Fix tests
* autoreply.js add optional chaining
* added Generate TOTP seed api endpoint to API generation
* added Enable TOTP api endpoint to API docs generation
* added Disable TOTP auth api endpoint to API docs generation
* added Validate TOTP token api endpoint to API docs generation
* added Disable 2FA api endpoint to API docs generation
* Added Enable custom 2FA for a user api endpoint for API docs generation
* Disable custom 2FA for a user endpoint added to API docs generation. Fix imports
* added Get WebAuthN credentials for a user api endpoint to api docs generation
* WebAuthN del and registration endpoints added to API docs generation
* webAuthN authentication challenge and attestation endpoints added to API docs generation
* fix rpId descriptions
* add response objects to endpoints
* added List registered DKIM keys to API docs generation
* Added Resolve ID for a DKIM domain api endpoint to API docs generation
* Added Delete a DKIM key api endpoint to API docs generation
* Added Request DKIM information api endpoint to api docs generation. Fix typo
* added create or update dkim key for domain api endpoint to api docs generation
* Update Autoreply information api endpoint added to api docs generation
* Delete Autoreply information api endpoint added to api docs generation
* Request Autoreply information api endpoint added to api docs generation