Frequently asked
Short answers to the things people ask before they switch.
Is Sift free?
Yes, free while in beta. Download the build, connect a Gmail account, and use it as your daily client.
Which accounts work?
Gmail and Google Workspace. Sift speaks IMAP and SMTP with an app password, and the Gmail REST API for OAuth accounts. Other providers are not supported yet.
Does my mail pass through a Sift server?
No. There is no Sift server. The app talks directly to Google over TLS and keeps a local mirror of your mailbox on your Mac.
Why an app password instead of a Google sign in?
An app password means you can install Sift and connect in about two minutes with no Google Cloud project and no review process. If you prefer the sign in button, developers can bake in an OAuth client as described in the docs.
Where are my credentials stored?
In the macOS Keychain. The local database never contains tokens, and nothing is sent anywhere except Google.
Does it work offline?
Yes. Your whole mailbox is mirrored into a local SQLite database, so reading, search, and triage work with no connection. Actions queue and sync when you are back online.
Can I add more than one account?
Yes. Every account syncs independently, and the unified inbox interleaves them with a color stripe per account. Switch with the number keys.
How is HTML email handled?
Messages are sanitized once when they arrive, then rendered in a sandboxed frame with the sender CSS, tables, and layout preserved. Scripts and event handlers are stripped. Trackers and remote images follow your privacy setting.
Is there a Windows or Linux version?
macOS first. The Rust core is portable, but there is no release for other platforms yet.
How do I report a bug or request a feature?
Open an issue on GitHub. Include the app version from Settings and, if it helps, the diagnostics export, which stays on your machine until you choose to share it.