/** * Back-compat re-export. The Gmail provider is now a single implementation * in @bobfrankston/mailx-sync, used by both desktop (mailx-imap) and * Android (this package). Bug fixes (e.g. 403-quota retry, bounded * concurrency) land in one place and apply to both platforms. * * `GmailApiWebProvider` is kept as an alias for back-compat with existing * Android wiring; it's the same class as `GmailApiProvider`. */ export { GmailApiProvider as GmailApiWebProvider } from "@bobfrankston/mailx-sync";