gmail_client 1.0.1
gmail_client: ^1.0.1 copied to clipboard
Core Gmail/Google Workspace client — send and receive emails via Supabase Edge Functions. Pure Dart, framework-agnostic.
1.0.1 #
- Improved documentation: troubleshooting guide, security notes, error reference, minimal database schema, and end-to-end example.
1.0.0 #
- Initial release.
- EmailService: send, list, get emails via Supabase Edge Functions.
- Models: EmailMessage, EmailConfig.
- Config: GmailClientConfig.
- Exceptions: GmailClientException, GmailAuthException, GmailSendException, GmailTokenException, GmailConfigException.