Documentation
¶
Index ¶
- Constants
- func DecodeMessageID(s string, header textproto.MIMEHeader) error
- func EncodeMessageID(t string, a map[string]string) string
- func GetChecksum(cfg *config.Configuration, fp string) (string, error)
- func MakeChecksum(m *Mail) (string, error)
- func Write(w io.Writer, m *Mail, n int) error
- type Address
- type Mail
- type Meta
Constants ¶
View Source
const ( JiraStart = "{{{ jira" JiraEnd = "}}}" JiraNewColumn = "Current" JiraPrevColumn = "Previous" JiraDiffColumn = "x" )
Variables ¶
This section is empty.
Functions ¶
func DecodeMessageID ¶
func DecodeMessageID(s string, header textproto.MIMEHeader) error
func GetChecksum ¶
func GetChecksum(cfg *config.Configuration, fp string) (string, error)
func MakeChecksum ¶
Types ¶
type Mail ¶
func ReadMailfile ¶
func ReadMailfile(cfg *config.Configuration, fp string) (*Mail, error)
func (*Mail) HeaderChecksum ¶
Click to show internal directories.
Click to hide internal directories.