ARCHIVING THIS REPOISTORY. THIS PROJECT HAS BEEN MERGED WITH THE FRONTEND. SEE: https://github.com/msp301/pinbox
Pinbox is a self-hosted webmail client greatly inspired by Google Inbox.
Warning: Currently under development
- Go (https://golang.org/)
- notmuch (https://notmuchmail.org/)
Pinbox server requires a TOML configuration file to define the Maildir location, port etc. See example/config.toml.
make && ./pinbox-server config.toml`
Client App -> Backend API -> Notmuch -> OfflineIMAP
Licensed under GPL-3.0-or-later