Releases: nodemailer/wildduck
Releases · nodemailer/wildduck
v1.42.6
1.42.6 (2024-04-22)
Bug Fixes
- api-ApplicationPassword: Added all ApplicationPasswords API endpoints to API docs generation ZMS-136 (#645) (9f9c55a)
- api-audit: Added all Audit API endpoints to API docs generation ZMS-135 (#642) (b9e3f94)
- api-certs: Certs API endpoints added to API docs generation ZMS-141 (#663) (f55ddea)
- api-dkim: Fix empty p value in dnsText.value if no private key initially given ZMS-142 (#664) (d983477)
- api-domainaccess: Added all DomainAccess endpoints to api docs generation ZMS-144 (#670) (c846b66)
- api-generate: API docs generation now is run through a separate npm command ZMS-139 (#659) (6548f3c)
- api-messages-attachment-download: is sendAsString param is set, and is set to true then decode the original file and send back as UTF-8 ZMS-134 (#655) (1f27778)
- api-messages-intro: Take intro from HTML if possible ZMS-112 (#672) (9d9fbd2)
- api-messages: Added all messages endpoints to api docs generation ZMS-140 (#666) (6e251c5)
- api-messages: messages fix response types (#673) (16c6fb8)
- api-settings: Added all Settings API endpoints to API docs generation ZMS-145 (#671) (02a43c6)
- deps: Bumped deps (2d0e920)
v1.42.5
v1.42.4
v1.42.3
1.42.3 (2024-03-14)
Bug Fixes
- api-autoreplies: Added logging to graylog. Autoreply docs have a created field now ZMS-127 (#633) (f6f5f5e)
- api-domainaliases: Added DomainAliases API endpoints to API docs generation ZMS-132 (#641) (5af8126)
- api-generation: api generation package now uses WIldduck Joi and does not depend on fixed joi version ZMS-126 (#639) (9f704f7)
- api-quota: Quota reset now also logs storage diff. Log now includes zero valued fields ZMS-128 (#640) (64c6b5e)
- move: Extend move operaiton lock automatically (b1ba513)
- move: Increase lock time for moving messages (b7f0aa6)
- password-hash: Rehash pbkdf2 if required iterations count increases (3b7f28c)
- password-hash: Update PBKDF2 iteration count to more closely align with OWASP recommendations (#648) (46654da)
v1.42.2
1.42.2 (2024-02-26)
Bug Fixes
- api-2fa: Added 2FA API endpoints to API docs generation ZMS-124 (#626) (0efae19)
- api-addresses: Fix tags typo in addresses.js (#627) (7e9e62e)
- api-autoreply: Autoreply API endpoints added to API docs generation ZMS-130 (#632) (aa60ef9)
- api-dkim: Add all DKIM API endpoints to API docs generation ZMS-129 (#630) (78a9e1b)
- api-dkim: DKIM now supports ED25519 keys, both in PEM and raw format as input ZMS-125 (#617) (3d7d0a6)
- api-filters: Filter creation is now logged to graylog and authlog ZMS-34 (#616) (6f0e4b5)
- git: Changed git: url in install script to https: (#610) (5019cf1)
- imap-starttls: define
SNICallback
only when insecure (closes #635) (#637) (4b19dee) - pop3-starttls: ensure default SNICallback option (f61111e)
v1.42.1
v1.42.0
1.42.0 (2024-02-05)
Features
- api-addresses: ZMS-115 (#608) (85e09ec)
- api-health: Added
/health
endpoint to check Wildduck API health during runtime ZMS-120 (#607) (84ab0c0) - api-mailboxes: Mailboxes API endpoints added to automatic API docs generation ZMS-114 (#602) (76d0e8f)
- api-search: Allow searching for messages by uid (#587) (a4ae3d7)
- api-upload: Allow to upload a draft message with incorrect (non-emal)
to
addresses ZMS-117 (#595) (8b7f6c9) - upload: ZMS-111 (#584) (6bdeeaa)
Bug Fixes
- api-docs: Fix openapi.yaml so it passes schema validation (#588) (4a4fb2f)
- api-docs: Fixed requestBody in API docs ZMS-118 (#593) (fae91d1)
- api-search: Fixed or query. Fixes #592 (4336554)
- api: header.key and header.value not required ZMS-116 (#582) (29cffe0)
- deps: bumped deps to upgrade mailauth for fixed ed25519 DKIM support (857e4c0)
- docs: /users API docs ZMS-110 (#575) (a15878c)
- journal-parse: Improve idle CPU performance ZMS-109 (#597) (5721047)
- message-threading: Take non-standard but conventional subject prefixes into account (#605) (816114f)
- pop3: if connection is closed during authentication, then do not process the response. Fixes #596 (eecb31a)