Documentation ¶
Index ¶
- func ConsructSettingsPage(ctx context.Context) (string, error)
- func ConstructAddMailStoragePage(kvList [][]string) string
- func ConstructAddUserDBProviderPage(kvList [][]string) string
- func ConstructBannedIPsPage(records []string) string
- func ConstructDkimGenKeyPage(domain string, localDomains []string, params []interface{}, new bool) string
- func ConstructDkimKeysPage(domainPubKeys [][]string, canAdd bool) string
- func ConstructEditMailStoragePage(pluginName, pluginDesc, mailDomain string, params []interface{}, add bool) string
- func ConstructEditSettingsDbPage(pluginName, pluginDesc string, params []interface{}, new, aloneType bool) string
- func ConstructEditSmtpQueuePage(pluginName, pluginDesc string, params []interface{}, new, aloneType bool) string
- func ConstructEditUserDBProviderPage(pluginName, pluginDesc, name, mailDomain, sourceID string, ...) string
- func ConstructGlobalRuleEditPage(mailDomain string, ruleNum int, edit bool) string
- func ConstructGlobalRulesDomainsPage(domList [][]string) string
- func ConstructGlobalRulesPage(mailDomain string, ruleNames []string) string
- func ConstructIPsBlacklistPage(records []string) string
- func ConstructIPsWhitelistPage(records []string) string
- func ConstructIndexPage(smtpaclEnabled bool) string
- func ConstructListMailStoragesPage(ctx context.Context, storages []*tt.MailStorage) (string, error)
- func ConstructListMiscPluginsPage(ctx context.Context, miscPlugins []tt.MiscPlugin) (string, error)
- func ConstructListUserDBProvidersPage(ctx context.Context, providers []*tt.UserDBProvider) (string, error)
- func ConstructLoginPage(redirectUrl string) string
- func ConstructMailstorageWebCtlPage(webctlBlock interface{}) string
- func ConstructMboxRulesPage(user string, ruleNames []string) string
- func ConstructMiscWebCtlPage(webctlBlock interface{}) string
- func ConstructParams(p []interface{}) h.Children
- func ConstructProfilePage(user string) string
- func ConstructRuleEditPage(user string, ruleNum int, edit bool) string
- func ConstructSendersBlacklistPage(records []string) string
- func ConstructSendersWhitelistPage(records []string) string
- func ConstructSettingsDbPage(ctx context.Context, qCfg *cfg.SettingsDB) (string, error)
- func ConstructSettingsDbTypePage(kvList [][]string) string
- func ConstructSettingsDbWebCtlPage(webctlBlock interface{}) string
- func ConstructSmtpAclsPage() string
- func ConstructSmtpQueuePage(ctx context.Context, qCfg *tt.SmtpQueue) (string, error)
- func ConstructSmtpQueueTypePage(kvList [][]string) string
- func ConstructSmtpQueueWebCtlPage(webctlBlock interface{}) string
- func ConstructUserDBProviderWebCtlPage(webctlBlock interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructBannedIPsPage ¶
func ConstructDkimGenKeyPage ¶
func ConstructDkimKeysPage ¶
func ConstructIndexPage ¶
func ConstructLoginPage ¶
func ConstructMailstorageWebCtlPage ¶
func ConstructMailstorageWebCtlPage(webctlBlock interface{}) string
func ConstructMboxRulesPage ¶
func ConstructMiscWebCtlPage ¶
func ConstructMiscWebCtlPage(webctlBlock interface{}) string
func ConstructParams ¶
func ConstructProfilePage ¶
func ConstructSettingsDbPage ¶
func ConstructSettingsDbWebCtlPage ¶
func ConstructSettingsDbWebCtlPage(webctlBlock interface{}) string
func ConstructSmtpAclsPage ¶
func ConstructSmtpAclsPage() string
func ConstructSmtpQueuePage ¶
func ConstructSmtpQueueWebCtlPage ¶
func ConstructSmtpQueueWebCtlPage(webctlBlock interface{}) string
func ConstructUserDBProviderWebCtlPage ¶
func ConstructUserDBProviderWebCtlPage(webctlBlock interface{}) string
Types ¶
This section is empty.
Source Files ¶
- addmailstorage.go
- adduserdbprovider.go
- bannedips.go
- dkimgenkey.go
- dkimkeys.go
- editmailstorage.go
- editsettingsdb.go
- editsmtpqueue.go
- edituserdbprovider.go
- globalruleedit.go
- globalrules.go
- globalrulesdomains.go
- index.go
- loginpage.go
- macros.go
- mailstorages.go
- mailstoragewebctl.go
- mboxrules.go
- misclist.go
- miscwebctl.go
- paramsConstructor.go
- profile.go
- ruleedit.go
- settings.go
- settingsdb.go
- settingsdbtype.go
- settingsdbwebctl.go
- smtpacls.go
- smtpaclwhiteblacklists.go
- smtpqueue.go
- smtpqueuetype.go
- smtpqueuewebctl.go
- userdbproviders.go
- userdbproviderwebctl.go
Click to show internal directories.
Click to hide internal directories.