Documentation ¶
Index ¶
- Variables
- func AuthHTTPAnonymous(cc core.Context) bool
- func AuthHTTPLogin(cc core.Context, username, password string) error
- func AuthSMTPLogin(cc core.Context, username, password string) error
- func DatabaseVacuum(cc core.Context) error
- func EndpointList(cc core.Context) ([]endpoints.Endpoint, error)
- func EndpointSend(cc core.Context, envelopeID int64, endpointID 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 RetentionPolicyGet(cc core.Context) models.RetentionPolicy
- 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)
- func VacuumerBackground(ctx context.Context, app core.App)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorLogin = fmt.Errorf("login invalid")
Functions ¶
func AuthHTTPAnonymous ¶ added in v0.12.0
func AuthHTTPLogin ¶ added in v0.12.0
func AuthSMTPLogin ¶ added in v0.12.0
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 RetentionPolicyGet ¶ added in v0.12.0
func RetentionPolicyGet(cc core.Context) models.RetentionPolicy
func RuleUpdateEnable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.