Releases: zone-eu/wildduck
Releases · zone-eu/wildduck
v1.45.6
1.45.6 (2025-04-09)
Bug Fixes
- addMessage-moveMessage-async-await: Rewrite addMessage, moveMessage to async/await ZMS-187 (#779) (d91f112)
- autoreply-test: fix autoreply PUT test in case of high latency (#800) (edd9a5b)
- messages-api-timeout: Add maxTimeMS timeout to mongopaging queries in messages api ZMS-204 (#799) (3c9aa2a)
- moveAsync: ZMS-215: fix incorrect existsEntries and removeEntries clearing in updateMessage() (#803) (f0f35e1)
- outbound-mta-relay: ZMS-171 Add support for an outbound MTA relay (#787) (77625e8)
- readme-fixes: Readme fixes and changes ZMS-208 (#801) (04b2751)
- settingsHandler-bulk_batch_size: ZMS-218: make BULK_BATCH_SIZE value configurable through settings API (#804) (730ee79)
- ZMS-210 API and docs fallback values updates (#802) (5ce9989)
v1.45.5
1.45.5 (2025-03-14)
Bug Fixes
- Added thread data to EXPUNGE command (#783) (5ac345e)
- api-getMessagesList: getMessages list, add attachmentsList to response for easier attachment handling ZMS-195 (#773) (959c707)
- docker-latest workflow updates. Release workflow refactor, add latest tag on release ZMS-205 (#797) (e6f6920)
- docker-workflows: update workflows to only push to GHCR (#793) (a6de121)
- fixed edge case where
session
not set and uncaught exception occurs (#780) (8244559) - general-docs-docker: fix docker general documentation ZMS-197 (#774) (284ba63)
- thread-info-expunge-moveTo: Added thread information to EXPUNGE message called after MoveTo action (#788) (08c5804)
- Update all urls in all files to point to new repo url. ZMS-180 (#791) (37a686d)
- update and fix docker workflows (#794) (7e77db7)
v1.45.4
1.45.4 (2025-01-13)
Bug Fixes
- docs-client-gen: add more readable operationId and response types, fix deps ZMS-188 (#759) (978ce06)
- encrypted-mailboxes: Add functionality of singular encrypted mailboxes ZMS-181 (#758) (17bca3e)
- imap-indexer: fix fileContentHash error in imap indexer, check for attachmentInfo beforehand ZMS-186 (#756) (7daa0e3)
- imap-socket-hang: When allocating IMAP connection, check if socket is still alive ZMS-196 (#772) (8feae38)
v1.45.3
v1.45.2
v1.45.1
1.45.1 (2024-10-28)
Bug Fixes
- api-attachment: Calculate file content hash when uploading attachment ZMS-172 (#733) (8730ed5)
- api-auth: /preauth and /authenticate endpoints also return the default address of an user ZMS-175 (#738) (6dac6ae)
- api-generation: remove "version" from apigeneration.json ZMS-160 (#729) (971a0f1)
- api-graylog-req: Do not use util.inspect if value already string ZMS-174 (#736) (1a12b03)
- api&imap-mailboxes: Added mailbox subpath and whole path max length limits to API and IMAP ZMS-169 (#732) (ee870b9)
- deps: Replaced uuid dependency with crypto.randomUUID (d462b5a)
- dockerfile: Use JSON array for CMD (6d7d47e)
- handler-filter: Filter handler response includes file content sha256 hash ZMS-176 (#739) (37374be)
- idle: Fixed IDLE bug with Outlook (f2c8545)
- log: Log validation information if command schema validation fails (1354bf0)
- push docker containers to GHCR too (#746) (2a1b34a)
- quering for range ZMS-182 (#742) (3804bea)
- readme-copyright: Add copyright ZMS-180 (#744) (6542e5b)
- typos: fixed typos ZMS-167 (#740) (36fcabc)
v1.45.0
v1.44.0
1.44.0 (2024-07-29)
Features
Bug Fixes
- api-addresses: Main isn't required when updating an address (#695) (c9188b3)
- api-all: Fixes to some API endpoint request and/or response types and schemas ZMS-157 (#691) (836ca26)
- api-all: Replaced old documentation with new, autogenerated, one ZMS-154 (#693) (753997f)
- api-endpoints: public_get and acme endpoints excluded from api docs generation ZMS-156 (#688) (cc832b2)
- api-req_end: req_end issue fix ZMS-147 (#681) (ca57ea4)
- api-submit: Fix submit.js mailboxId and reference request fields ZMS-158 (#690) (37b6793)
- api-users-updates: added users/updates api endpoint to api docs generation ZMS-155 (#687) (490b4e5)
- api-webhooks: added all webhook api endpoints to api docs generation ZMS-153 (#686) (e9abf85)
- deps: Bumped deps to clear out some security warnings (aacf132)
- fixed callback invocations to check if session already closed (#705) (d06071b)
- fixed edge cases when
session
could benull
(#699) (a68725d)