Coder Social home page Coder Social logo

msp301 / pinbox Goto Github PK

View Code? Open in Web Editor NEW
82.0 4.0 6.0 2.99 MB

Self-hosted webmail client greatly inspired by Google Inbox

License: GNU Affero General Public License v3.0

JavaScript 2.91% TypeScript 38.18% HTML 11.93% Makefile 2.61% Dockerfile 1.15% SCSS 7.25% Go 35.97%
email webmail-client webmail typescript angular angular-material inbox inbox-by-gmail google-inbox notmuch

pinbox's Introduction

Pinbox

Pinbox is a self-hosted webmail client greatly inspired by Google Inbox.

Warning: Pinbox is in early stages of development and lacks most functionality expected in a webmail client -- Contributions welcome :-)

Prerequisites

Getting started

Hosting your email

Pinbox requires local access to a Maildir directory. A mailbox can be synchronized to a local Maildir using OfflineIMAP or similar. If you wish to try Pinbox with an exported mailbox and have a .mbox file, this file can be converted to a Maildir directory using mb2md.

Before starting Pinbox

Pinbox uses the Notmuch mail indexer to provide fast email access and managing mailbox labels.

Before Pinbox is able to read your Maildir directory notmuch needs to be installed on your system. Run notmuch setup && notmuch new <MAILDIR DIRECTORY> to initialise the notmuch database ready for Pinbox.

Starting Pinbox

Pinbox consists of a single page app to provide the web interface and a server component for handling access to your email.

  1. Edit docker-compose.yml to insert the full path of your maildir directory
  2. Start all services using: docker-compose up -d
  3. Navigate to http://localhost:4200

License

Licensed under AGPL-3.0-or-later

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.