This commit is contained in:
@@ -1356,9 +1356,8 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>Global configuration models for Mail Intake.</p>
|
||||
<hr />
|
||||
<h4 id="mail_intake.config--summary">Summary</h4>
|
||||
<h3 id="mail_intake.config--summary">Summary</h3>
|
||||
<p>Global configuration models for Mail Intake.</p>
|
||||
<p>This module defines the <strong>top-level configuration object</strong> used to control
|
||||
mail ingestion behavior across adapters, authentication providers, and
|
||||
ingestion workflows.</p>
|
||||
@@ -1395,7 +1394,7 @@ environment reads to ensure predictability and testability.</p>
|
||||
<div class="doc doc-contents ">
|
||||
|
||||
|
||||
<p>Global configuration for mail-intake.</p>
|
||||
<p>Global configuration for <code>mail-intake</code>.</p>
|
||||
|
||||
|
||||
<details class="notes" open>
|
||||
@@ -1405,11 +1404,13 @@ environment reads to ensure predictability and testability.</p>
|
||||
<span class="normal">2</span>
|
||||
<span class="normal">3</span>
|
||||
<span class="normal">4</span>
|
||||
<span class="normal">5</span></pre></div></td><td class="code"><div><pre><span></span><code>- This configuration is intentionally explicit and immutable
|
||||
- No implicit environment reads or global state
|
||||
- Explicit configuration over implicit defaults
|
||||
- No direct environment or filesystem access
|
||||
- This model is safe to pass across layers and suitable for serialization
|
||||
<span class="normal">5</span>
|
||||
<span class="normal">6</span></pre></div></td><td class="code"><div><pre><span></span><code>- This configuration is intentionally explicit and immutable.
|
||||
- No implicit environment reads or global state.
|
||||
- Explicit configuration over implicit defaults.
|
||||
- No direct environment or filesystem access.
|
||||
- This model is safe to pass across layers and suitable for
|
||||
serialization.
|
||||
</code></pre></div></td></tr></table></div>
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user