Skip to content

Commit

Permalink
automatic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdocgen committed Sep 13, 2024
1 parent 2073d8c commit c90b8cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@ FIELD DESCRIPTIONS
``jmap_max_catenate_items:`` 100

The maximum number of items that can be catenated together by
a JMAP Blob/set action. Returned as the maxCatenateItems property
a JMAP Blob/upload action. Returned as the maxDataSources property
value of the JMAP \"urn:ietf:params:jmap:blob\" capabilities object.
Default value is 100.

Expand All @@ -2332,9 +2332,9 @@ FIELD DESCRIPTIONS
``jmap_max_size_blob_set:`` 4M

The maximum size that the JMAP API accepts for Blob/set. Returned as the
The maximum size that the JMAP API accepts for Blob/upload. Returned as the
maxSizeBlobSet property value of the JMAP
\"https://cyrusimap.org/ns/jmap/blob\" capabilities object.
\"urn:ietf:params:jmap:blob\" capabilities object.

For backward compatibility, if no unit is specified, kibibytes is assumed.

Expand Down
6 changes: 3 additions & 3 deletions dev/imap/reference/manpages/configs/imapd.conf.html
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ <h2>FIELD DESCRIPTIONS<a class="headerlink" href="#field-descriptions" title="Pe
<p><code class="docutils literal notranslate"><span class="pre">jmap_max_catenate_items:</span></code> 100</p>
<blockquote>
<div><p>The maximum number of items that can be catenated together by
a JMAP Blob/set action. Returned as the maxCatenateItems property
a JMAP Blob/upload action. Returned as the maxDataSources property
value of the JMAP &quot;<a class="reference external" href="urn:ietf:params:jmap:blob">urn:ietf:params:jmap:blob</a>&quot; capabilities object.
Default value is 100.</p>
</div></blockquote>
Expand All @@ -2188,9 +2188,9 @@ <h2>FIELD DESCRIPTIONS<a class="headerlink" href="#field-descriptions" title="Pe
</div></blockquote>
<p><code class="docutils literal notranslate"><span class="pre">jmap_max_size_blob_set:</span></code> 4M</p>
<blockquote>
<div><p>The maximum size that the JMAP API accepts for Blob/set. Returned as the
<div><p>The maximum size that the JMAP API accepts for Blob/upload. Returned as the
maxSizeBlobSet property value of the JMAP
&quot;<a class="reference external" href="https://cyrusimap.org/ns/jmap/blob">https://cyrusimap.org/ns/jmap/blob</a>&quot; capabilities object.</p>
&quot;<a class="reference external" href="urn:ietf:params:jmap:blob">urn:ietf:params:jmap:blob</a>&quot; capabilities object.</p>
<p>For backward compatibility, if no unit is specified, kibibytes is assumed.</p>
</div></blockquote>
<p><code class="docutils literal notranslate"><span class="pre">jmap_max_calendareventnotifs:</span></code> 200</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c90b8cd

Please sign in to comment.