How does BAREMAIL achieve such small load times compared to regular Gmail?
BAREMAIL's entire user interface (app shell) is under 60KB gzipped. It leverages service workers to cache this UI on the first visit, meaning subsequent visits load zero bytes for the interface. Only the actual email content, which is typically just a few kilobytes, is transferred over the network.
What does 'privacy-first with no backend server' mean for my email data?
It means your emails go directly between your web browser and Google's Gmail API. BAREMAIL itself does not have a server that processes or stores your email data, ensuring that no third party ever touches your sensitive information.
Can I use BAREMAIL with email accounts other than Gmail?
BAREMAIL is specifically built as a Gmail client and integrates directly with Google's Gmail API. It is not designed to work with other email providers like Outlook, Yahoo Mail, or custom IMAP/POP3 accounts.
What are the benefits of installing BAREMAIL as a PWA?
Installing BAREMAIL as a Progressive Web App allows it to launch from your dock or home screen like a native application, providing a more integrated experience without needing to go through an app store or download a traditional application package. It also enables offline capabilities.
How does BAREMAIL handle sending emails when I'm offline?
BAREMAIL features an 'offline-first' design. You can compose and queue messages in an outbox even without an internet connection. These messages will then automatically send once your device regains network connectivity.