procs

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorLogin = fmt.Errorf("login invalid")

Functions

func AuthHTTPAnonymous added in v0.12.0

func AuthHTTPAnonymous(cc core.Context) bool

func AuthHTTPLogin added in v0.12.0

func AuthHTTPLogin(cc core.Context, username, password string) error

func AuthSMTPLogin added in v0.12.0

func AuthSMTPLogin(cc core.Context, username, password string) error

func DatabaseVacuum

func DatabaseVacuum(cc core.Context) error

func EndpointList

func EndpointList(cc core.Context) ([]endpoints.Endpoint, error)

func EndpointSend

func EndpointSend(cc core.Context, envelopeID int64, endpointID int64) error

func EndpointTest

func EndpointTest(cc core.Context, id int64) error

func EnvelopeCreate

func EnvelopeCreate(cc core.Context, msg *envelope.Message, datts []envelope.DataAttachment) (int64, error)

func EnvelopeDelete

func EnvelopeDelete(cc core.Context, id int64) error

func EnvelopeDeleteAll

func EnvelopeDeleteAll(cc core.Context) error

func EnvelopeGet

func EnvelopeGet(cc core.Context, id int64) (envelope.Envelope, error)

func EnvelopeMessageHTMLGet

func EnvelopeMessageHTMLGet(cc core.Context, id int64) (string, error)

func InternalSync

func InternalSync(cc core.Context, eendpoints []endpoints.Endpoint, rrules []rules.Rule, ruleToEndpoints map[string][]string) error

func MailmanBackground added in v0.11.2

func MailmanBackground(ctx context.Context, app core.App)

func RetentionPolicyGet added in v0.12.0

func RetentionPolicyGet(cc core.Context) models.RetentionPolicy

func RuleAggregateList

func RuleAggregateList(cc core.Context) ([]rules.Aggregate, error)

func RuleUpdateEnable

func RuleUpdateEnable(cc core.Context, ruleID int64, enable bool) (rules.Rule, error)

func StorageGet

func StorageGet(cc core.Context) (models.Storage, error)

func TrimStart added in v0.11.2

func TrimStart(cc core.Context) error

func TrimmerBackground added in v0.11.2

func TrimmerBackground(ctx context.Context, app core.App)

func VacuumerBackground added in v0.12.0

func VacuumerBackground(ctx context.Context, app core.App)

Types

This section is empty.

Jump to

Keyboard shortcuts

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