sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.3k stars 575 forks source link

Add HTML source view tab #526

Open jlamberg opened 1 year ago

jlamberg commented 1 year ago

I added an HTML source view because I needed to look at the HTML sources and it was so much faster to use this than the browser's developer tools.

For an email with an HTML part such as this:

message-html

the HTML source view would look like this:

message-html-source

I noticed someone had already requested this a couple of years ago, too.

Resolves #432.