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

Method CreateIMAPAcct

internal/storage/imapsql/maddyctl.go:32–34  ·  view source on GitHub ↗
(accountName string)

Source from the content-addressed store, hash-verified

30}
31
32func (store *Storage) CreateIMAPAcct(accountName string) error {
33 return store.Back.CreateUser(accountName)
34}
35
36func (store *Storage) DeleteIMAPAcct(accountName string) error {
37 return store.Back.DeleteUser(accountName)

Callers

nothing calls this directly

Implementers 1

Storageinternal/storage/imapsql/imapsql.go

Calls 1

CreateUserMethod · 0.65

Tested by

no test coverage detected