mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-28 06:56:06 +00:00
UI: HTML source & highlighting
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package data contains the message & mailbox structs
|
||||
package data
|
||||
|
||||
import (
|
||||
@@ -19,6 +20,7 @@ type Message struct {
|
||||
Date time.Time
|
||||
Text string
|
||||
HTML string
|
||||
HTMLSource string
|
||||
Size int
|
||||
Inline []Attachment
|
||||
Attachments []Attachment
|
||||
|
||||
Reference in New Issue
Block a user