Task `outlook_fetch_message_rfc822` v1

Read-only fetch of RFC822 header block via OWA View → message details for one list row. Used by RFC822-first search-day ingest.

Updated

Task outlook_fetch_message_rfc822 v1

Summary

Read-only fetch of RFC822 header block via OWA View → message details for one list row. Used by RFC822-first search-day ingest.

Inputs

Field Required Notes
session_ref yes Attached session
conv_id or row_index one required Row identity
subject, from, from_email no Disambiguation hints
search_box_query no Active OWA search filter
timeout_ms no Minimum 3000 when set

Output

ok, headers, raw_text, conv_id, via, warnings.

Failure modes

Kind When
PlaywrightError:not_attached Bad session
Schema Missing conv_id and row_index

Verification

Offline fake session; live RFC822-first PDCA path.

Examples

{"session_ref": "fake-outlook", "row_index": 0}

Changelog

  • v1 — RFC822 details harvest.