Skip to content

docs: FT182 email モジュール フィールドトライアルレポートを追加#512

Merged
hideyukiMORI merged 1 commit into
mainfrom
docs/issue-510-ft182-email
May 21, 2026
Merged

docs: FT182 email モジュール フィールドトライアルレポートを追加#512
hideyukiMORI merged 1 commit into
mainfrom
docs/issue-510-ft182-email

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • FT182: Python 標準ライブラリ email モジュールを検証(MIME 構築・RFC 2047・パース・アドレス操作)
  • F-1 発見: app = create_app() をルート定義より前に置くと全エンドポイントが 404 になる
  • 57 テスト全通過 / mypy・ruff・pip-audit クリーン
  • v1.8.52 → v1.8.53 バンプ

Follow-up Issues

Test plan

  • 57 tests passed (uv run pytest)
  • mypy: no issues
  • ruff: all checks passed
  • pip-audit: PYSEC-2025-183 (tolerated, PyJWT via mcp transitive dep)

🤖 Generated with Claude Code

- MIME メッセージ構築・RFC 2047 エンコード・パース・アドレス操作を検証
- F-1: create_app() をデコレータ定義前に呼ぶと全エンドポイントが 404 になる問題を記録
- 57 テスト全通過 / mypy・ruff クリーン
- v1.8.53 にバンプ

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit 7a4412d into main May 21, 2026
2 checks passed
@hideyukiMORI hideyukiMORI deleted the docs/issue-510-ft182-email branch May 21, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant