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

pinbox's People

Contributors

dependabot[bot] avatar msp301 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pinbox's Issues

Bundled thread missing sender name

If an email thread contains multiple messages and has been grouped into a bundle in the inbox. When opening the thread, the last message does not show the sender.

To Reproduce

  1. Open a bundle within the inbox
  2. Open a 3 message thread within bundle
  3. The sender for the last message is blank

Expected behavior
The sender name is displayed for all messages within the thread.

Screenshots
BundleMissingSender

Desktop:

  • OS: Ubuntu 18.04
  • Browser: Chrome
  • Version: 75

Add ability to compose an email

Before I can consider using Pinbox, I need to be able to create a new email.

  • Clicking on the '+' FAB icon should open an email editor
  • Email editor should allow me to set recipient address(es)
  • I can send email to the 'pinbox-server' back-end to handle the actual email sending

Make Pinbox a Progressive Web App

It would be good to look into making Pinbox a Progressive Web App (PWA) so it has a good user experience.

If any changes need to be made it would be better to get that done sooner rather than later.

Trouble with install instructions

Describe the bug
Trying to do new install on Ubuntu 22.04

docker-compose up -d
ERROR: Named volume "<PATH_TO_MAILDIR>:/hoem/dev0/mail:rw" is used in service "server" but no declaration was found in the volumes section.

Emails are rendered with unexpected characters

Describe the bug
Sometimes emails include unexpected characters e.g. Hi  is rendered as Hi .

To Reproduce
Steps to reproduce the behavior:

  1. Get pinbox-server to return email content including Hi  in a HTML email
  2. View content through Pinbox UI
  3. Unexpected  gets included

Expected behavior
Email content to match the text as is in the email: Hi 

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser: Chrome
  • Version: 75.0.3770.100

Additional context
This feels like some form of white-space issue or similar.
Just reading in a small assortment of real emails should trigger the issue, as it seems fairly common for me.

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.