JoSeTe4ever / isotope-mail

Isotope Mail Client

Home Page:https://blog.marcnuri.com/isotope-mail-client-introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isotope Mail Client

GitHub license Build Status Code coverage

Microservice based webmail client built with ReactJS and Spring.

Introduction

This webmail client is still in a very early stage, use at your own risk.

TL;DR

If you just want to check out the current status of the project you can deploy the application using the example traefik docker-compose.

Just run the following commands:

git clone https://github.com/manusa/isotope-mail.git
cd isotope-mail/docker/traefik
docker-compose pull && docker-compose up --force-recreate

Point your browser to localhost and login using the credentials of your mailserver.

Demo

You can see the latest snapshot version in action at: isotope.marcnuri.com

Use the following credentials:

  • Host: isotope
  • User: isotope
  • Password: demo

You can send e-mails to the demo account (isotope@isotope) by setting the SMTP server advanced settings:

  • Port: 25
  • SMTP SSL: false

License

Isotope is Apache 2.0 Licensed.

About

Isotope Mail Client

https://blog.marcnuri.com/isotope-mail-client-introduction/

License:Apache License 2.0


Languages

Language:JavaScript 56.1%Language:Java 39.0%Language:CSS 4.7%Language:HTML 0.2%