Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 667 Bytes

Postage - a web based email client

This isn't usable yet. It doesn't even send or receive anything.

Currently fleshing out a UI and building up the groundworks.

A few aims:

  • Usable with email or other messaging platforms. Perhaps using Matrix. Or a mix of both
  • No concept of "folders". Everything is a combination of labels
  • Offline support
  • Multiple users
  • Built in calander + todo lists

If somebody does want to run it:

  • cd server
  • yarn
  • node index.js

In a different terminal:

  • yarn
  • yarn run dev

How the UI is turning out

This is obviously rough, but gives a good idea on the UI direction.