Task `outlook_list_inbox_chunk` v1

Read-only harvest of one chunk of inbox messages with a resumable checkpoint (next_cursor). Uses list_strategy auto (Microsoft Graph GET with browser cookies, then DOM harvest_list_rows fallback), rest, or dom. Optional…

Updated

Task outlook_list_inbox_chunk v1

Summary

Read-only harvest of one chunk of inbox messages with a resumable checkpoint (next_cursor). Uses list_strategy auto (Microsoft Graph GET with browser cookies, then DOM harvest_list_rows fallback), rest, or dom. Optional date_from / date_to (ISO dates) scope via OWA search.

Inputs

Field Notes
chunk_size Max new messages per chunk (default 100)
checkpoint / cursor Resume from prior next_cursor
query.date_from, query.date_to ISO YYYY-MM-DD inbox date window

Output

items, next_cursor (JSON checkpoint), chunk.has_more, chunk.total_seen.

Failure modes

Kind When
PlaywrightError:not_attached Bad session

Verification

Offline fake session tests; live via Edge CDP.

Examples

{"session_ref": "fake", "chunk_size": 100}

Changelog

  • v1 — Chunked inbox read.