-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-update.draft.json
More file actions
15 lines (15 loc) · 1007 Bytes
/
release-update.draft.json
File metadata and controls
15 lines (15 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"from": {
"name": "MailCLI Bot",
"address": "updates@mailcli.dev"
},
"to": [
{
"address": "team@example.com",
"name": "MailCLI Contributors"
}
],
"subject": "Weekly parser status",
"body_text": "Weekly parser status\n\nWe shipped three improvements:\n1. Better thread examples\n2. Safer zero-network onboarding\n3. Cleaner outbound MIME docs\n\nArea / Status\nParser fixtures / Stable\nThread examples / Expanded\nDriver docs / Ready for review\n\nExamples index: https://github.com/nonozone/MailCli/tree/main/docs/en/examples/README.md",
"body_md": "## Weekly parser status\n\nWe shipped three improvements:\n\n1. Better thread examples\n2. Safer zero-network onboarding\n3. Cleaner outbound MIME docs\n\n| Area | Status |\n| --- | --- |\n| Parser fixtures | Stable |\n| Thread examples | Expanded |\n| Driver docs | Ready for review |\n\nRead the [examples index](https://github.com/nonozone/MailCli/tree/main/docs/en/examples/README.md) for runnable flows."
}