Commit graph

2150 commits

Author SHA1 Message Date
NickOvt 971a0f1ba1
fix(api-generation): remove "version" from apigeneration.json ZMS-160 (#729)
* Added submission api endpoint to api docs generation

* remove version in apigeneration.json so that future api generation scripts use package.json version
2024-09-05 10:35:14 +03:00
Andris Reinman 49bd5015c1
Updated commit hashes 2024-08-08 13:01:30 +03:00
github-actions[bot] 9a61cff186
chore(master): release 1.45.0 [skip-ci] (#717)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-08 12:44:27 +03:00
titanism ba0258fc5b
fix: fixed XAPPLEPUSHSERVICE command (needs to return topic) (#719) 2024-08-01 20:26:57 +03:00
NickOvt f32dc147e6
fix(lib-filter): ZMS-161 (#718)
* Save delivered-to and return-path headers as bin strings in mongo so that view source in webmail works correctly
2024-08-01 10:34:08 +03:00
titanism 66f8c123c3
feat: added @forwardemail to third-party projects (#716) 2024-07-31 13:20:21 +03:00
github-actions[bot] c4d19d56a6
chore(master): release 1.44.0 [skip-ci] (#689)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-29 11:46:53 +03:00
titanism d06071b8c5
fix: fixed callback invocations to check if session already closed (#705) 2024-07-29 11:42:50 +03:00
Andris Reinman 4ef3eaabca
Updated XAPPLEPUSHSERVICE schema handling 2024-07-29 11:37:30 +03:00
titanism 4e96db26ad
feat: added base support for XAPPLEPUSHSERVICE (per #711) (#712)
* feat: added XAPPLEPUSHSERVICE support (per #711)

* fix: added missing XAPPLEPUSHSERVICE capability advertisement

* fix: fixed parsing of attributes

* fix: invoke `this.send` with successful registration response to `XAPPLEPUSHSERVICE` command

We were missing sending a response with the version and sub topic as seen in these references:

<https://opensource.apple.com/source/dovecot/dovecot-293/dovecot/src/imap/cmd-x-apple-push-service.c.auto.html>

<3d1c71e0c7/xaps-imap-plugin.c (L158-L166)>
2024-07-29 09:45:22 +03:00
titanism a68725d312
fix: fixed edge cases when session could be null (#699)
* 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>
2024-06-28 04:16:43 +03:00
Louis Laureys c9188b3766
fix(api-addresses): Main isn't required when updating an address (#695) 2024-06-05 13:24:02 +03:00
Louis Laureys 3c8e2d97a4
Fix openapi docs spelling errors (#694) 2024-06-02 11:25:59 +03:00
NickOvt 753997fac7
fix(api-all): Replaced old documentation with new, autogenerated, one ZMS-154 (#693)
* Added submission api endpoint to api docs generation

* fixes + change old documentation for new one

* change config
2024-05-30 09:39:43 +03:00
NickOvt 836ca26017
fix(api-all): Fixes to some API endpoint request and/or response types and schemas ZMS-157 (#691)
* Added submission api endpoint to api docs generation

* fixes to different api paths
2024-05-27 09:47:37 +03:00
Andris Reinman 2c511b52bd
Updated commit hashes 2024-05-16 11:07:57 +03:00
NickOvt 37b6793976
fix(api-submit): Fix submit.js mailboxId and reference request fields ZMS-158 (#690)
* Added submission api endpoint to api docs generation

* submit.js fix request, fix message request types
2024-05-16 10:00:50 +03:00
Andris Reinman aacf1326fe
fix(deps): Bumped deps to clear out some security warnings 2024-05-13 10:05:16 +03:00
NickOvt cc832b2da7
fix(api-endpoints): public_get and acme endpoints excluded from api docs generation ZMS-156 (#688)
* Added submission api endpoint to api docs generation

* exclude some acme and public endpoins from api docs generation

* rename exclude to excludeRoute
2024-05-09 11:45:07 +03:00
NickOvt 490b4e5118
fix(api-users-updates): added users/updates api endpoint to api docs generation ZMS-155 (#687)
* Added submission api endpoint to api docs generation

* added users updates api endpoin to api docs generation
2024-05-09 11:13:21 +03:00
NickOvt e9abf8581f
fix(api-webhooks): added all webhook api endpoints to api docs generation ZMS-153 (#686)
* 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
2024-05-09 11:12:28 +03:00
NickOvt ca57ea4897
fix(api-req_end): req_end issue fix ZMS-147 (#681)
* 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
2024-05-09 11:11:59 +03:00
Andris Reinman ebbbec8a00
Updated commit hashes 2024-05-02 14:15:21 +03:00
github-actions[bot] c7c2867596
chore(master): release 1.43.3 [skip-ci] (#685)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-02 14:10:17 +03:00
Andris Reinman bf093b8cd4
Merge branch 'master' of github.com:nodemailer/wildduck 2024-05-02 13:53:26 +03:00
Andris Reinman 5bf6c86542
fix(autsni): Fixed garbage collection for unfinished certificates 2024-05-02 13:51:14 +03:00
NickOvt 8e9af88a62
fix(api-storage): Added all storage endpoints to API docs generation ZMS-149 (#675)
* 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
2024-05-02 09:55:36 +03:00
github-actions[bot] 7ee5d06520
chore(master): release 1.43.2 [skip-ci] (#682)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-29 13:47:22 +03:00
Andris Reinman 02faac9e8a
Merge branch 'master' of github.com:nodemailer/wildduck 2024-04-29 13:44:56 +03:00
Andris Reinman a6c53eba1f
fix(SNI): do not use the default db for SNI 2024-04-29 13:44:51 +03:00
github-actions[bot] 28bb4f4df4
chore(master): release 1.43.1 [skip-ci] (#680)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-29 13:19:59 +03:00
Andris Reinman 5af8f24ddb
Merge branch 'master' of github.com:nodemailer/wildduck 2024-04-29 13:18:05 +03:00
Andris Reinman ecbdc9be5f
fix(SNI): disable SNI certificate autogeneration by default 2024-04-29 13:18:00 +03:00
NickOvt 82133df0c9
fix(api-submit): Added submission api endpoint to api docs generation (#676) 2024-04-29 13:11:27 +03:00
github-actions[bot] 10be9e6b25
chore(master): release 1.43.0 [skip-ci] (#678)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-29 10:41:28 +03:00
Andris Reinman ec4a2a25d7
Bumped deps 2024-04-29 10:39:42 +03:00
Andris Reinman 61c03e1725
fix(SNI): delete expired autogenerated SNI certificate 2024-04-29 10:38:35 +03:00
Andris Reinman 40db519d9c
feat(SNI): Autogenerate TLS certificates for SNI 2024-04-29 09:57:37 +03:00
Andris Reinman df01bc379e
Bumped deps 2024-04-25 15:23:58 +03:00
Andris Reinman cd8596a84d
feat(autoacme): Allow setting up automatic ACME certificate generation 2024-04-25 15:18:51 +03:00
Andris Reinman 46adf18e3d
Updated commit hashes 2024-04-22 10:04:20 +03:00
github-actions[bot] af80959fdd
chore(master): release 1.42.6 [skip-ci] (#654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-22 09:44:02 +03:00
Andris Reinman bb4dbd7eba
Bumped deps 2024-04-22 09:40:13 +03:00
NickOvt 16c6fb8b7c
fix(api-messages): messages fix response types (#673) 2024-04-22 09:31:40 +03:00
Andris Reinman 12957e9f2c
Updated commit hashes 2024-04-19 13:28:36 +03:00
Andris Reinman 2d0e920e0b
fix(deps): Bumped deps 2024-04-19 13:25:22 +03:00
NickOvt 9d9fbd25c4
fix(api-messages-intro): Take intro from HTML if possible ZMS-112 (#672)
* if message has html part, use intro from it

* move intro creration into a separate function
2024-04-15 10:58:45 +03:00
NickOvt 02a43c6330
fix(api-settings): Added all Settings API endpoints to API docs generation ZMS-145 (#671)
* 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
2024-04-15 10:00:04 +03:00
NickOvt c846b66e17
fix(api-domainaccess): Added all DomainAccess endpoints to api docs generation ZMS-144 (#670)
* added add domain to whitelist/blocklist api endpoints to api docs generation

* added all get and del domainaccess endpoints to api docs generation
2024-04-11 11:51:06 +03:00
NickOvt 6e251c5bae
fix(api-messages): Added all messages endpoints to api docs generation ZMS-140 (#666)
* 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
2024-04-11 11:50:02 +03:00