Documentation
¶
Index ¶
- func DatabaseVacuum(cc *core.Context) error
- func EndpointList(cc *core.Context) ([]endpoints.Endpoint, error)
- func EndpointSend(cc *core.Context, envelope_id int64, endpoint_id int64) error
- func EndpointTest(cc *core.Context, id int64) error
- func EnvelopeAttachmentList(cc *core.Context, page pagination.Page, filter envelope.AttachmentFilter) (envelope.AttachmentListResult, error)
- func EnvelopeCreate(cc *core.Context, msg *envelope.Message, datts []envelope.DataAttachment) (int64, error)
- func EnvelopeDelete(cc *core.Context, id int64) error
- func EnvelopeDeleteAll(cc *core.Context) error
- func EnvelopeGet(cc *core.Context, id int64) (envelope.Envelope, error)
- func EnvelopeMessageHTMLGet(cc *core.Context, id int64) (string, error)
- func EnvelopeMessageList(cc *core.Context, page pagination.Page, filter envelope.MessageFilter) (envelope.MessageListResult, error)
- func InternalSync(cc *core.Context, eendpoints []endpoints.Endpoint, rrules []rules.Rule, ...) error
- func MailmanBackground(ctx context.Context, app core.App)
- func RuleAggregateList(cc *core.Context) ([]rules.Aggregate, error)
- func RuleUpdateEnable(cc *core.Context, ruleID int64, enable bool) (rules.Rule, error)
- func StorageGet(cc *core.Context) (models.Storage, error)
- func TrimStart(cc *core.Context) error
- func TrimmerBackground(ctx context.Context, app core.App, policy models.RetentionPolicy)
- func VacuumBackground(ctx context.Context, app core.App)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabaseVacuum ¶
func EnvelopeAttachmentList ¶
func EnvelopeAttachmentList(cc *core.Context, page pagination.Page, filter envelope.AttachmentFilter) (envelope.AttachmentListResult, error)
func EnvelopeCreate ¶
func EnvelopeDeleteAll ¶
func EnvelopeMessageHTMLGet ¶
func EnvelopeMessageList ¶
func EnvelopeMessageList(cc *core.Context, page pagination.Page, filter envelope.MessageFilter) (envelope.MessageListResult, error)
func InternalSync ¶
func RuleUpdateEnable ¶
func TrimmerBackground ¶ added in v0.11.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.