https://github.com/akshaykmr/emailtrail-webapp
A web application for analysing hops taken by an email to reach you
https://github.com/akshaykmr/emailtrail-webapp
analysis delay email email-trail hops
Last synced: 10 months ago
JSON representation
A web application for analysing hops taken by an email to reach you
- Host: GitHub
- URL: https://github.com/akshaykmr/emailtrail-webapp
- Owner: akshaykmr
- License: mit
- Created: 2017-10-29T19:21:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-06T11:21:45.000Z (12 months ago)
- Last Synced: 2025-08-31T16:51:15.936Z (10 months ago)
- Topics: analysis, delay, email, email-trail, hops
- Language: JavaScript
- Homepage: https://emailtrail.oorja.io
- Size: 1.06 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### A simple web application for analysing hops taken by an email to reach you.
#### [Demo link](https://emailtrail.oorja.io)
#### Uses the [emailtrail python module](https://github.com/akshayKMR/emailtrail)
#### Screenshots


#### Development
- Fork and clone the repository
- Build container `docker build -t emailtrail .`
- Run Docker container with `docker run --network host emailtrail`
- View `app.py` to know about available api methods
- Frontend:
- This repo is pretty old so you may have trouble running frontend app. Setup asdf to run with node 4.0 LTS.
- Its a single page app made with vue.js
- `cd vue-app`
- Install dependencies: `npm install`
- Run: `npm run dev` (Keep the api server running on 8080. The dev server will automatically proxy api requests to it.)