google styled doc

This commit is contained in:
2026-03-08 00:29:24 +05:30
parent 9f37af5761
commit 9f9e472ada
21 changed files with 593 additions and 358 deletions

View File

@@ -1,6 +1,10 @@
"""
Message parsing utilities for Mail Intake.
---
## Summary
This package contains **provider-aware but adapter-agnostic parsing helpers**
used to extract and normalize structured information from raw mail payloads.
@@ -16,6 +20,17 @@ This package does not:
Parsing functions are designed to be composable and are orchestrated by the
ingestion layer.
---
## Public API
extract_body
parse_headers
extract_sender
normalize_subject
---
"""
from .body import extract_body