types

package
v0.0.0-...-c592dd7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2022 License: EUPL-1.2 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List struct {
	Id          string
	Title       string
	Description string
	Messages    map[string]Message
	ReadOnly    bool
}

type Message

type Message struct {
	Id       string
	From     string
	Subject  string
	Date     time.Time
	Body     template.HTML
	Thread   string
	Parent   string
	Children []string
	List     List
	ListName string
}

type Site

type Site struct {
	Title       string
	BaseURL     string
	EmailUser   string
	EmailDomain string

	MailDir         string
	OutputDir       string
	CensorAddresses bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL