From 98c71bf4556a07965174e53f17c07d1954cdfe50 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 27 Apr 2014 19:59:14 +0100 Subject: [PATCH] MIME part viewer and download individual parts --- assets/templates/index.html | 13 ++ bindata.go | 373 +++++++++++++++++++----------------- mailhog/http/api/v1.go | 34 ++++ 3 files changed, 240 insertions(+), 180 deletions(-) diff --git a/assets/templates/index.html b/assets/templates/index.html index d02ce43..2b54f46 100644 --- a/assets/templates/index.html +++ b/assets/templates/index.html @@ -58,6 +58,9 @@ padding: 0; overflow-y: scroll; } + .mime-part { + padding: 10px; + }