Secure, modern IMAP mail client designed for managing large numbers of connected mailboxes. It provides a secure environment for email synchronization and authentication management.
- High-density mailbox management: Efficient handling of multiple simultaneous IMAP connections.
- Secure Storage: All local data, including credentials and message headers, is protected using AES-256-GCM encryption.
- Authentication Management: Integrated TOTP (Time-based One-Time Password) generator.
- Privacy First: Local-only storage with no third-party cloud dependencies.
- Modern Interface: Responsive glassmorphic UI built for desktop performance.
- System Integration: Native platform notifications and background synchronization.
- Backend: Go with Wails framework.
- Frontend: HTML, Vanilla CSS, Javascript (Vite/Alpine.js).
- Security: AES-256-GCM encryption.
- Protocol: Standard IMAP over TLS.
- Go 1.21+
- Node.js & NPM
- Wails CLI
To run in development mode:
wails devTo build a production package:
wails build