MCPcopy Create free account
hub / github.com/foxcpp/maddy / CreateMessageLimit

Method CreateMessageLimit

internal/storage/imapsql/imapsql.go:400–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398}
399
400func (store *Storage) CreateMessageLimit() *uint32 {
401 return store.Back.CreateMessageLimit()
402}
403
404func (store *Storage) GetOrCreateIMAPAcct(username string) (backend.User, error) {
405 accountName, err := store.authNormalize(context.TODO(), username)

Callers 1

imapAcctAppendlimitFunction · 0.80

Implementers 1

Storageinternal/storage/imapsql/imapsql.go

Calls

no outgoing calls

Tested by

no test coverage detected