command

package
v0.0.0-...-19e15d3 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleClearInbox

func HandleClearInbox(ctx context.Context, cmd cqrs.Command) error

func HandleDeleteEmail

func HandleDeleteEmail(ctx context.Context, cmd cqrs.Command) error

func HandleRelayEmail

func HandleRelayEmail(ctx context.Context, cmd cqrs.Command) error

func HandleStoreEmail

func HandleStoreEmail(ctx context.Context, cmd cqrs.Command) error

Types

type ClearInboxRequest

type ClearInboxRequest struct{}

type DeleteEmailRequest

type DeleteEmailRequest struct {
	EmailID int
}

type RelayEmailRequest

type RelayEmailRequest struct {
	Envelope *enmime.Envelope
}

type StoreEmailRequest

type StoreEmailRequest struct {
	Envelope *enmime.Envelope
}

Jump to

Keyboard shortcuts

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