feat: add mail component enum (#405)
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Windows Smoke / CLI smoke - py3.11 (push) Waiting to run

* feat: add mail component enum

* fix format

---------

Co-authored-by: jinliyl <6469360+jinliyl@users.noreply.github.com>
This commit is contained in:
Sen Huang 2026-07-30 14:48:20 +08:00 committed by GitHub
parent 550317c3bf
commit f3d32e203d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,4 +36,6 @@ class ComponentEnum(str, Enum):
AGENT_WRAPPER = "agent_wrapper"
MAIL = "mail"
OUTBOUND_PROXY = "outbound_proxy"