mail

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

mail-plugin

Adds ability to perform async operations using SMTP/IMAP mailbox

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Approve

func Approve(p *async.P, to, message string) *async.P

Types

type ApprovalRequest

type ApprovalRequest struct {
	Message string
	To      []string
	Time    int64
}

func (ApprovalRequest) Type

func (s ApprovalRequest) Type() *async.Type

type ApprovalResponse

type ApprovalResponse struct {
	Approved bool
	Comments string
	Time     int64
}

func (ApprovalResponse) Type

func (s ApprovalResponse) Type() *async.Type

Jump to

Keyboard shortcuts

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