mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add communication account plugin scaffolds
This commit is contained in:
parent
5cfeea6b57
commit
c23ce42948
48 changed files with 1949 additions and 13 deletions
5
plugins/email-accounts/README.md
Normal file
5
plugins/email-accounts/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# LogicSRC Email Accounts Plugin
|
||||
|
||||
First-party LogicSRC plugin for connecting and governing email inboxes and outbound sending identities.
|
||||
|
||||
Initial provider manifests are intentionally contract-only. Live IMAP/SMTP, Gmail, and Microsoft Graph providers should be added behind `EmailAccountProvider` from `@logicsrc/account-core` after credential broker, approval, and audit persistence are available.
|
||||
Loading…
Add table
Add a link
Reference in a new issue