Commit graph

261 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
titanism 66f8c123c3
feat: added @forwardemail to third-party projects (#716) 2024-07-31 13:20:21 +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
Matt Simerson 1f73f06da9
doc(command-line.md): fix typo (#656) 2024-03-24 07:58:47 +02:00
Hakan FIRAT 5019cf13b2
fix(git): Changed git: url in install script to https: (#610)
git clone git://github.com/nodemailer/wildduck.git  =>
git clone https://github.com/nodemailer/wildduck.git
2024-02-22 13:39:06 +02:00
Louis Laureys a4ae3d7113
feat(api-search): Allow searching for messages by uid (#587) 2024-01-02 13:23:43 +02:00
Louis Laureys 4a4fb2feed
fix(api-docs): Fix openapi.yaml so it passes schema validation (#588) 2024-01-02 11:22:28 +02:00
Andris Reinman 292bbc2821
fix(attachments): Added contentDisposition property for attachments 2023-10-12 15:23:11 +03:00
Andris Reinman 39560ae9dc Allow including specific header fields in message listing 2023-07-20 13:59:59 +03:00
Andris Reinman 99fe16b448 Allow defining custom metaData for filter objects 2023-06-15 11:23:26 +03:00
Louis Laureys 35ac8e74cf Only sort searhc by date if order is set 2022-12-10 16:20:51 +00:00
Louis Laureys 1a210d184d Merge remote-tracking branch 'upstream/master' into sort-search-by-date 2022-12-10 14:05:12 +00:00
Andris Reinman 15fe3c28dc
Added new option 'bimi' for message uploads 2022-11-03 13:50:17 +02:00
Andris Reinman 0d327c1315
Added preauth API endpoint 2022-10-07 10:13:05 +03:00
Andris Reinman 4437a60a3b
Added account export and import API endpoints 2022-10-06 13:57:06 +03:00
Louis Laureys d197a962e3 Merge remote-tracking branch 'upstream/master' into sort-search-by-date 2022-08-10 18:05:28 +00:00
Andris Reinman a8348e893a
Added message size value to the response of message upload request 2022-08-09 11:11:06 +03:00
Andris Reinman 957359c528
Allow to limit the count of filters per account 2022-07-28 11:54:26 +03:00
Andris Reinman 14d2351123
v1.37.0 2022-07-18 20:24:04 +03:00
Andris Reinman 70afcd44c8
Allow range from UID to end for message updates 2022-07-08 12:23:36 +03:00
Andris Reinman d7cbfccb79
Set a maximum limit for application passwords (50) 2022-07-04 16:52:08 +03:00
Andris Reinman 6bd2677abc
fixed copy-pasta errors in openapi definition 2022-05-16 15:42:05 +03:00
Andris Reinman ec3ec86846
Allow batch updating messages based on search query 2022-05-16 12:08:06 +03:00
Louis Laureys aca00fbf72 Sort message search by date 2022-05-05 02:23:50 +02:00
Louis Laureys 7932b3ee79
Merge pull request #330 from louis-lau/openapi-doc-fixes
Various openapi doc fixes
2022-05-05 02:21:51 +02:00
Andris Reinman e6bd2f1cf8
Allow to automatically delete previous draftby reference 2021-11-15 14:22:00 +02:00
Andris Reinman ec0715865f
/filters api endpoint updates 2021-10-04 14:06:45 +03:00
Louis Laureys 48be006eba Add optional thread message counters to listing 2021-09-12 20:25:51 +02:00
Louis Laureys e3e5c15d5e Fix invalid formatting for CreateSettingRequest 2021-09-12 17:48:30 +02:00
Louis Laureys 38397b1bd6 Merge branch 'master' into openapi-doc-fixes 2021-09-12 17:41:09 +02:00
Louis Laureys b8b835d953 Consolidate search result and message listing into single schema 2021-09-08 21:43:56 +02:00
Louis Laureys 07dd07cc3d Fix invalid datetime format in openapi spec 2021-09-08 21:30:38 +02:00
Andris Reinman c9514e7689 typo 2021-09-05 15:43:06 +03:00
Andris Reinman 0b5508afc0 updated docs for default values 2021-09-05 15:38:48 +03:00
Andris Reinman d11bef18a4 Updated API docs 2021-09-05 15:27:32 +03:00
Andris Reinman 53cda36329 Upgrade Mongodb library from 3 to 4
update
2021-08-30 11:21:50 +03:00
Louis Laureys 97ff0b2f3f Revert "Remove page from query parameters"
This reverts commit 078ff82d9b.
2021-08-04 22:52:57 +02:00
Louis Laureys fba6a568fa Remove required properties from UpdateMessageRequest 2021-08-04 22:48:43 +02:00
Louis Laureys 5514f97c01 next and previous are strings, not numbers 2021-08-04 22:48:43 +02:00
Louis Laureys 3bbfe1ddef Order is not a number 2021-08-04 22:48:43 +02:00
Louis Laureys 078ff82d9b Remove page from query parameters 2021-08-04 22:48:43 +02:00
Louis Laureys c8dfdb012f Unseen is not a number 2021-08-04 22:48:43 +02:00
Louis Laureys f9bdb7c6be Add scopes enums 2021-08-04 22:48:43 +02:00
Louis Laureys 3fdbae90fe disabledScopes is not required 2021-08-04 22:48:43 +02:00
her_finn 2bb9ac2b3d
Fixed wrong parameter at Storage endpoint 2021-08-01 18:39:33 +02:00
Andris Reinman 702292120f updated acme conf 2021-07-05 18:09:41 +03:00
Andris Reinman 21c5dccceb docs typo 2021-06-22 15:25:08 +03:00
Andris Reinman b46293aba8 added acme docs 2021-06-22 15:21:15 +03:00
Andris Reinman 5536bc0f93 added new API endpoint to get info about deleted users 2021-06-21 15:17:31 +03:00