A tool to decode and view HTML email source code.
Good for email developers for reverse engineering or checking source.
Many cases the HTML email received with Quoted-printable encoding.
<!DOCTYPE html> <html lang=3D"en" xmlns=3D"http://www.w3.org/1999/xhtml" xm=
lns:o=3D"urn:schemas-microsoft-com:office:office" xmlns:v=3D"urn:schemas-mi=
crosoft-com:vml"> <head> <title></title> <!-- The title tag shows in email =
notifications, like Android 4.4. --> <meta charset=3D"utf-8">
This tool is for decode and show the original (quoted_printable_decode) with syntax highlighting and formatting.
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
<meta charset="utf-8">
There is an existing Stack Overflow newsletter in the code for demonstrate the features.
The links won't work in this example as I've removed the track IDs from the links.
- Web server
- PHP
Just call the index.php in the browser.
The tool has 3 view:
This view generates the HTML into a frame.
The soucre is decoded, the inspector reads it as HTML.
This view uses Ace and JS Beautifier to show the decoded source in a higlighted, beautified format.
This page for paste the (encoded) email source and save for the other two views.
Zoltan David
Copyright © 2020, Zoltan David. Released under the MIT License.