Commit graph

84 commits

Author SHA1 Message Date
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
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
d11bef18a4 Updated API docs 2021-09-05 15:27:32 +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
5536bc0f93 added new API endpoint to get info about deleted users 2021-06-21 15:17:31 +03:00
Andris Reinman
c50c5097f0 added log for lock error 2021-06-21 14:28:40 +03:00
Andris Reinman
f0062b1aaa Updated task handler 2021-06-20 13:40:04 +03:00
Andris Reinman
1ddf3aa492 added documentation examples for asps 2021-06-04 10:40:23 +03:00
Andris Reinman
d95f4fe4cd allow to use predefined asp passwords 2021-06-04 10:34:26 +03:00
Andris Reinman
f633e3a89d updated 2021-06-03 16:07:47 +03:00
Andris Reinman
25eb5b198b ensure non-200 response for errors 2021-05-20 14:47:20 +03:00
Andris Reinman
d52adcebcf updated docs 2021-05-20 11:48:01 +03:00
Andris Reinman
5020adaf22 allow searching certs by SAN 2021-05-20 11:33:53 +03:00
Andris Reinman
9e7f9f43ac updated docs 2021-05-20 11:24:56 +03:00
Andris Reinman
a03c97a943 updates for cert handling 2021-05-15 20:29:11 +03:00
Andris Reinman
880293f696 updated api docs for TLS certs 2021-05-13 23:14:19 +03:00
Andris Reinman
eec5d66094 Allow using SNI TLS certificates with IMAP/POP3 2021-05-13 17:08:14 +03:00
Andris Reinman
beaf010282 Renamed recover to restore in openapi docs 2021-04-28 10:15:18 +03:00