/** * Back-compat re-export. Canonical types live in @bobfrankston/mailx-sync. * Earlier this file was a hand-maintained copy of mailx-imap's types — that * arrangement drifted. Now both sides import from one place. */ export type { MailProvider, ProviderFolder, ProviderMessage, FetchOptions } from "@bobfrankston/mailx-sync";