|
6 | 6 | "contact": { |
7 | 7 | "url": "https://github.com/zone-eu/wildduck" |
8 | 8 | }, |
9 | | - "version": "1.45.5" |
| 9 | + "version": "1.45.13" |
10 | 10 | }, |
11 | 11 | "servers": [ |
12 | 12 | { |
|
173 | 173 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
174 | 174 | } |
175 | 175 | }, |
176 | | - { |
177 | | - "name": "page", |
178 | | - "in": "query", |
179 | | - "description": "Current page number. Informational only, page numbers start from 1", |
180 | | - "required": false, |
181 | | - "schema": { |
182 | | - "type": "number", |
183 | | - "default": 1 |
184 | | - } |
185 | | - }, |
186 | 176 | { |
187 | 177 | "name": "sess", |
188 | 178 | "in": "query", |
|
1329 | 1319 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
1330 | 1320 | } |
1331 | 1321 | }, |
1332 | | - { |
1333 | | - "name": "page", |
1334 | | - "in": "query", |
1335 | | - "description": "Current page number. Informational only, page numbers start from 1", |
1336 | | - "required": false, |
1337 | | - "schema": { |
1338 | | - "type": "number", |
1339 | | - "default": 1 |
1340 | | - } |
1341 | | - }, |
1342 | 1322 | { |
1343 | 1323 | "name": "sess", |
1344 | 1324 | "in": "query", |
|
2623 | 2603 | { |
2624 | 2604 | "name": "unseen", |
2625 | 2605 | "in": "query", |
2626 | | - "description": "If true, then returns only unseen messages", |
| 2606 | + "description": "If true, then returns only unseen messages. If false, then returs only seen messages. Leave blank to return all messages", |
2627 | 2607 | "required": false, |
2628 | 2608 | "schema": { |
2629 | 2609 | "type": "boolean" |
|
2696 | 2676 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
2697 | 2677 | } |
2698 | 2678 | }, |
2699 | | - { |
2700 | | - "name": "page", |
2701 | | - "in": "query", |
2702 | | - "description": "Current page number. Informational only, page numbers start from 1", |
2703 | | - "required": false, |
2704 | | - "schema": { |
2705 | | - "type": "number", |
2706 | | - "default": 1 |
2707 | | - } |
2708 | | - }, |
2709 | 2679 | { |
2710 | 2680 | "name": "sess", |
2711 | 2681 | "in": "query", |
|
3268 | 3238 | { |
3269 | 3239 | "name": "unseen", |
3270 | 3240 | "in": "query", |
3271 | | - "description": "If true, then matches only messages without \\Seen flags", |
| 3241 | + "description": "If true, then matches only messages without \\Seen flags. Takes precedence over the seen flag", |
| 3242 | + "required": false, |
| 3243 | + "schema": { |
| 3244 | + "type": "boolean" |
| 3245 | + } |
| 3246 | + }, |
| 3247 | + { |
| 3248 | + "name": "seen", |
| 3249 | + "in": "query", |
| 3250 | + "description": "If true, then matches only messages with \\Seen flags", |
3272 | 3251 | "required": false, |
3273 | 3252 | "schema": { |
3274 | 3253 | "type": "boolean" |
|
3367 | 3346 | "type": "string", |
3368 | 3347 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
3369 | 3348 | } |
3370 | | - }, |
3371 | | - { |
3372 | | - "name": "page", |
3373 | | - "in": "query", |
3374 | | - "description": "Current page number. Informational only, page numbers start from 1", |
3375 | | - "required": false, |
3376 | | - "schema": { |
3377 | | - "type": "number", |
3378 | | - "default": 1 |
3379 | | - } |
3380 | 3349 | } |
3381 | 3350 | ], |
3382 | 3351 | "responses": { |
|
3487 | 3456 | }, |
3488 | 3457 | "unseen": { |
3489 | 3458 | "type": "boolean", |
3490 | | - "description": "If true, then matches only messages without \\Seen flags" |
| 3459 | + "description": "If true, then matches only messages without \\Seen flags. Takes precedence over the seen flag" |
| 3460 | + }, |
| 3461 | + "seen": { |
| 3462 | + "type": "boolean", |
| 3463 | + "description": "If true, then matches only messages with \\Seen flags" |
3491 | 3464 | }, |
3492 | 3465 | "includeHeaders": { |
3493 | 3466 | "type": "string", |
|
4270 | 4243 | "example": "List-ID, MIME-Version" |
4271 | 4244 | } |
4272 | 4245 | }, |
4273 | | - { |
4274 | | - "name": "page", |
4275 | | - "in": "query", |
4276 | | - "description": "Current page number. Informational only, page numbers start from 1", |
4277 | | - "required": false, |
4278 | | - "schema": { |
4279 | | - "type": "number", |
4280 | | - "default": 1 |
4281 | | - } |
4282 | | - }, |
4283 | 4246 | { |
4284 | 4247 | "name": "sess", |
4285 | 4248 | "in": "query", |
|
4582 | 4545 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
4583 | 4546 | } |
4584 | 4547 | }, |
4585 | | - { |
4586 | | - "name": "page", |
4587 | | - "in": "query", |
4588 | | - "description": "Current page number. Informational only, page numbers start from 1", |
4589 | | - "required": false, |
4590 | | - "schema": { |
4591 | | - "type": "number", |
4592 | | - "default": 1 |
4593 | | - } |
4594 | | - }, |
4595 | 4548 | { |
4596 | 4549 | "name": "sess", |
4597 | 4550 | "in": "query", |
|
4783 | 4736 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
4784 | 4737 | } |
4785 | 4738 | }, |
4786 | | - { |
4787 | | - "name": "page", |
4788 | | - "in": "query", |
4789 | | - "description": "Current page number. Informational only, page numbers start from 1", |
4790 | | - "required": false, |
4791 | | - "schema": { |
4792 | | - "type": "number", |
4793 | | - "default": 1 |
4794 | | - } |
4795 | | - }, |
4796 | 4739 | { |
4797 | 4740 | "name": "sess", |
4798 | 4741 | "in": "query", |
|
6783 | 6726 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
6784 | 6727 | } |
6785 | 6728 | }, |
6786 | | - { |
6787 | | - "name": "page", |
6788 | | - "in": "query", |
6789 | | - "description": "Current page number. Informational only, page numbers start from 1", |
6790 | | - "required": false, |
6791 | | - "schema": { |
6792 | | - "type": "number", |
6793 | | - "default": 1 |
6794 | | - } |
6795 | | - }, |
6796 | 6729 | { |
6797 | 6730 | "name": "filterip", |
6798 | 6731 | "in": "query", |
|
7496 | 7429 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
7497 | 7430 | } |
7498 | 7431 | }, |
7499 | | - { |
7500 | | - "name": "page", |
7501 | | - "in": "query", |
7502 | | - "description": "Current page number. Informational only, page numbers start from 1", |
7503 | | - "required": false, |
7504 | | - "schema": { |
7505 | | - "type": "number", |
7506 | | - "default": 1 |
7507 | | - } |
7508 | | - }, |
7509 | 7432 | { |
7510 | 7433 | "name": "sess", |
7511 | 7434 | "in": "query", |
|
7819 | 7742 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
7820 | 7743 | } |
7821 | 7744 | }, |
7822 | | - { |
7823 | | - "name": "page", |
7824 | | - "in": "query", |
7825 | | - "description": "Current page number. Informational only, page numbers start from 1", |
7826 | | - "required": false, |
7827 | | - "schema": { |
7828 | | - "type": "number", |
7829 | | - "default": 1 |
7830 | | - } |
7831 | | - }, |
7832 | 7745 | { |
7833 | 7746 | "name": "sess", |
7834 | 7747 | "in": "query", |
|
8143 | 8056 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
8144 | 8057 | } |
8145 | 8058 | }, |
8146 | | - { |
8147 | | - "name": "page", |
8148 | | - "in": "query", |
8149 | | - "description": "Current page number. Informational only, page numbers start from 1", |
8150 | | - "required": false, |
8151 | | - "schema": { |
8152 | | - "type": "number", |
8153 | | - "default": 1 |
8154 | | - } |
8155 | | - }, |
8156 | 8059 | { |
8157 | 8060 | "name": "sess", |
8158 | 8061 | "in": "query", |
|
8470 | 8373 | "example": "TMIjjIy23ZGM2kk0lIixygWomEknQDWdmzMNIkbNeO0NNjR" |
8471 | 8374 | } |
8472 | 8375 | }, |
8473 | | - { |
8474 | | - "name": "page", |
8475 | | - "in": "query", |
8476 | | - "description": "Current page number. Informational only, page numbers start from 1", |
8477 | | - "required": false, |
8478 | | - "schema": { |
8479 | | - "type": "number", |
8480 | | - "default": 1 |
8481 | | - } |
8482 | | - }, |
8483 | 8376 | { |
8484 | 8377 | "name": "sess", |
8485 | 8378 | "in": "query", |
|
8730 | 8623 | "const:max:pop3:download", |
8731 | 8624 | "const:max:imap:upload", |
8732 | 8625 | "const:max:filters", |
8733 | | - "const:sender:defer_times" |
| 8626 | + "const:sender:defer_times", |
| 8627 | + "const:max:bulk_batch_size", |
| 8628 | + "const:domaincache:enabled" |
8734 | 8629 | ] |
8735 | 8630 | } |
8736 | 8631 | } |
|
10484 | 10379 | "action" |
10485 | 10380 | ] |
10486 | 10381 | }, |
10487 | | - "Bimi": { |
10488 | | - "type": "object", |
10489 | | - "description": "Marks BIMI verification as passed for a domain. NB! BIMI record and logo files for the domain must be valid.", |
10490 | | - "properties": { |
10491 | | - "domain": { |
10492 | | - "type": "string", |
10493 | | - "description": "Domain name for the BIMI record. It does not have to be the same as the From address." |
10494 | | - }, |
10495 | | - "selector": { |
10496 | | - "type": "string", |
10497 | | - "description": "Optional BIMI selector" |
10498 | | - } |
10499 | | - }, |
10500 | | - "required": [ |
10501 | | - "domain" |
10502 | | - ] |
10503 | | - }, |
10504 | 10382 | "ContentType": { |
10505 | 10383 | "type": "object", |
10506 | 10384 | "description": "Parsed Content-Type header. Usually needed to identify encrypted messages and such", |
|
10851 | 10729 | "content" |
10852 | 10730 | ] |
10853 | 10731 | }, |
| 10732 | + "Bimi": { |
| 10733 | + "type": "object", |
| 10734 | + "description": "Marks BIMI verification as passed for a domain. NB! BIMI record and logo files for the domain must be valid.", |
| 10735 | + "properties": { |
| 10736 | + "domain": { |
| 10737 | + "type": "string", |
| 10738 | + "description": "Domain name for the BIMI record. It does not have to be the same as the From address." |
| 10739 | + }, |
| 10740 | + "selector": { |
| 10741 | + "type": "string", |
| 10742 | + "description": "Optional BIMI selector" |
| 10743 | + } |
| 10744 | + }, |
| 10745 | + "required": [ |
| 10746 | + "domain" |
| 10747 | + ] |
| 10748 | + }, |
10854 | 10749 | "UploadMessageResponse": { |
10855 | 10750 | "type": "object", |
10856 | 10751 | "properties": { |
|
11183 | 11078 | "sizeKb": { |
11184 | 11079 | "type": "number", |
11185 | 11080 | "description": "Approximate size of the attachment in kilobytes" |
| 11081 | + }, |
| 11082 | + "size": { |
| 11083 | + "type": "number", |
| 11084 | + "description": "Attachment filesize in bytes" |
11186 | 11085 | } |
11187 | 11086 | }, |
11188 | 11087 | "required": [ |
|
11192 | 11091 | "disposition", |
11193 | 11092 | "transferEncoding", |
11194 | 11093 | "related", |
11195 | | - "sizeKb" |
| 11094 | + "sizeKb", |
| 11095 | + "size" |
11196 | 11096 | ] |
11197 | 11097 | }, |
11198 | 11098 | "description": "Attachments for the message" |
|
0 commit comments