email

package
v0.0.0-...-1e4ece9 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	Current  string
	History  map[string]time.Time
	Verified bool
	gpg.GPG
}

type Message

type Message struct {
	To         Email
	From       Email
	Subject    string
	Body       string
	Encrypted  bool
	Signed     bool
	Checksum   string
	SentAt     time.Time
	ReceivedAt time.Time
	Read       bool
	ReadAt     time.Time
	ReadCount  int64
	Forwarded  bool
	Public     gpg.Key
}

func (*Message) String

func (m *Message) String() string

String pretty prints the Message by omitting any sensitive information beyond pure metadata

Jump to

Keyboard shortcuts

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