Documentation Index
Fetch the complete documentation index at: https://docs.trueparser.com/llms.txt
Use this file to discover all available pages before exploring further.
MailKit
Use this contract for mail, message, and archive results. It is designed for inbox, archive, and legal-hold scenarios where teams need message threading, attachment extraction, retention review, eDiscovery, and downstream automation from a consistent public output.Top-level envelope
Document fields
| Field | Notes |
|---|---|
source_file, document_name | Source file and display name. |
format, format_family | Format and family marker. |
document_id, content_hash | Stable retrieval and dedupe values when available. |
mime_type | MIME type when available. |
title, author, subject, company | Document metadata fields. |
created_at, modified_at | Timestamps when available. |
is_partial | Public completeness flag. |
metadata | Additive document metadata. |
record_count, folder_count, message_count, item_count | Summary counts when available. |
options | Effective public output options. |
Universal content/block shape
Every public content record uses the same base shape.| Field | Notes |
|---|---|
id | Stable record id. |
type | Public record type. |
order | Deterministic order. |
path | Public structural path. |
parent_id | Parent record id. |
depth | Structural depth. |
page_number | Present but usually null. |
source_ref | Provenance object. |
is_inferred | Inference marker. |
warnings | Record-local notes. |
content_hash | Optional hash. |
text | Searchable text projection. |
attributes | MailKit-specific structured data. |
folder, mailbox, message, embedded_message, attachment, body_part, recipient, appointment, contact, task, distribution_list, participant, tnef_payload, smime_entity, signed_entity, and encrypted_entity.
Warnings
warningsis always present.- Use plain strings.
- Keep warnings readable.
- Do not use warnings instead of structured content.
What clients can rely on
- Order stays deterministic.
- Structural paths stay explicit.
- Provenance stays attached when available.
- Attachment bytes are not inlined in the public contract.
- The public contract does not expose internal transport or worker details.

