Skip to content

Releases: nodemailer/wildduck

v1.42.5

14 Mar 11:27
a5c7d70
Compare
Choose a tag to compare

1.42.5 (2024-03-14)

Bug Fixes

  • roles: Added new role 'downloader' that can download any email (4dbc5c5)

v1.42.4

14 Mar 09:52
41f10e4
Compare
Choose a tag to compare

1.42.4 (2024-03-14)

Bug Fixes

  • deploy: Fixed package-lock for release (d57a397)

v1.42.3

14 Mar 09:46
2b193a2
Compare
Choose a tag to compare

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

26 Feb 08:32
f19540f
Compare
Choose a tag to compare

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

07 Feb 12:14
3d864c8
Compare
Choose a tag to compare

1.42.1 (2024-02-07)

Bug Fixes

  • api-filters: Add Filters API endpoints to API docs generation ZMS-121 (#611) (95f829d)
  • api-generate: Move API generation code into separate package and use it ZMS-119 (#613) (c7a1ab4)
  • deps: downgraded joi to fix conflict with restifyapigenerate (6724ec9)

v1.42.0

05 Feb 08:02
94434ca
Compare
Choose a tag to compare

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)

v1.41.3

19 Dec 08:45
89dd3cf
Compare
Choose a tag to compare

1.41.3 (2023-12-19)

Bug Fixes

  • api: Remove unnecessary required() that brakes the e-mail send (#580) (d80ba77)

v1.41.2

15 Dec 11:02
89d641e
Compare
Choose a tag to compare

1.41.2 (2023-12-15)

Bug Fixes

  • upload: allow empty name field in the Upload message FROM: header ZMS-113 (#577) (c1e28db)

v1.41.1

14 Dec 12:16
c0ceb5a
Compare
Choose a tag to compare

1.41.1 (2023-12-14)

Bug Fixes

  • defer: Added new setting const:sender:defer_times ZMS 63 (#574) (9aab242)
  • mime-parsing: ensure that text content for multipart nodes always ends with a newline. Fixes #571 (6f4994d)

v1.41.0

04 Dec 12:29
e553523
Compare
Choose a tag to compare

1.41.0 (2023-11-30)

Features

  • apidocs: Autogenerate OpenAPI docs ZMS-100 (#552) (ea24b93)
  • docs: ZMS-[9x] Automatic API generation (#535) (c1cc143)
  • mailbox-count-limit: Set a limit for maximum number of mailbox folders ZMS-93 (#542) (779bb11)

Bug Fixes

  • addressregister: Do not add no-reply addresses to the addressregister ZMS-99 (#551) (be24af0)
  • audit: Fixed find() query for expired audits (#547) (48b9efb)
  • docs: Added support for enums ZMS-104 (#565) (28bdc76)
  • docs: Fixed descriptions ZMS-101 (#553) (3c9e175)
  • imap-search: rename headerdate to date (closes #560) (#561) (fd98244)
  • imap: fixed string conversion to utf8 vs binary (closes #563) (#564) (ee2708e)
  • mailbox-create: Use correct database for loading User data when creating mailboxes (#550) (4434cb5)