Documentation
¶
Overview ¶
Package plaintext handles plain text messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RenderPlainPDF func(env *envelope.Envelope, lmi, body, filename string) error
View Source
var Type = message.Type{
Tag: "plain",
Name: "plain text message",
Article: "a",
}
Type is the type definition for a plain text message.
Functions ¶
This section is empty.
Types ¶
type PlainText ¶
type PlainText struct { message.BaseMessage OriginMsgID string Handling string Subject string Body string }
PlainText holds the details of a plain text message.
func (*PlainText) EncodeBody ¶
Click to show internal directories.
Click to hide internal directories.