1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 02:57:05 +00:00

revert webui stuff

This commit is contained in:
Tomasz Wojtuń
2016-09-13 07:43:33 +02:00
committed by James Hillyerd
parent 02eee0a608
commit 8d36aa9750
2 changed files with 0 additions and 23 deletions

View File

@@ -19,7 +19,6 @@ type JSONMessageHeader struct {
Mailbox string
ID string `json:"Id"`
From string
To string
Subject string
Date time.Time
Size int64
@@ -30,7 +29,6 @@ type JSONMessage struct {
Mailbox string
ID string `json:"Id"`
From string
To string
Subject string
Date time.Time
Size int64
@@ -115,7 +113,6 @@ func MailboxList(w http.ResponseWriter, req *http.Request, ctx *httpd.Context) (
Mailbox: name,
ID: msg.ID(),
From: msg.From(),
To: msg.To(),
Subject: msg.Subject(),
Date: msg.Date(),
Size: msg.Size(),