flutter_coremail 0.1.3
flutter_coremail: ^0.1.3 copied to clipboard
Typed Coremail IMAP/SMTP configuration and mail client facade for Dart.
Changelog #
0.1.3 #
- Add dartdoc comments for the complete public API.
- Enable the
public_member_api_docslint to keep exported API documentation complete. - Enclose conditional statements in blocks to satisfy recommended analysis.
0.1.2 #
- Add a session-bound Coremail Web JSON-RPC client.
- Add explicit client-password creation and revocation operations.
0.1.1 #
- Generalize the interface documentation for compatible Coremail deployments.
- Remove deployment-specific server defaults and capture statistics.
0.1.0 #
- Initial public preview of typed Coremail endpoint and account models.
- Add an IMAP/SMTP facade backed by
enough_mail. - Define an application-owned SSO boundary and document deployment notes.