I wanted to get familiar with vue.js so I made this simple web app that analyses hops taken by an email to reach you.
<a href="https://github.com/akshayKMR/emailtrail-webapp" rel="nofollow">https://github.com/akshayKMR/emailtrail-webapp</a><p>It shows hostnames, protocol used, timestamp, delay of the servers involved in chronological order.<p>The extraction and processing of all this info is actually done on the server, using a python module I made earlier <a href="https://github.com/akshayKMR/emailtrail" rel="nofollow">https://github.com/akshayKMR/emailtrail</a><p>The frontend calls the api server and then presents the analysis in a way that is easy to understand (converted to your local time zone, presentation etc.)<p>Similar tools are :-<p>MessageHeader in G suite toolbox: <a href="https://toolbox.googleapps.com/apps/messageheader/" rel="nofollow">https://toolbox.googleapps.com/apps/messageheader/</a><p>Message Header Analyzer by Microsoft: <a href="https://testconnectivity.microsoft.com/MHA/Pages/mha.aspx" rel="nofollow">https://testconnectivity.microsoft.com/MHA/Pages/mha.aspx</a><p>Cheers!