MCPcopy Index your code
hub / github.com/foxcpp/maddy / GetIMAPAcct

Method GetIMAPAcct

framework/module/storage.go:36–36  ·  view source on GitHub ↗
(username string)

Source from the content-addressed store, hash-verified

34 // If it doesn't exists - it should be created.
35 GetOrCreateIMAPAcct(username string) (imapbackend.User, error)
36 GetIMAPAcct(username string) (imapbackend.User, error)
37
38 // Extensions returns list of IMAP extensions supported by backend.
39 IMAPExtensions() []string

Callers 13

imapAcctCreateFunction · 0.65
imapAcctAppendlimitFunction · 0.65
mboxesListFunction · 0.65
mboxesCreateFunction · 0.65
mboxesRemoveFunction · 0.65
mboxesRenameFunction · 0.65
msgsAddFunction · 0.65
msgsRemoveFunction · 0.65
msgsCopyFunction · 0.65
msgsMoveFunction · 0.65
msgsListFunction · 0.65
msgsDumpFunction · 0.65

Implementers 1

Storageinternal/storage/imapsql/imapsql.go

Calls

no outgoing calls

Tested by

no test coverage detected