mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
add package-level comments for webadmin and webaccount
This commit is contained in:
parent
bff0131164
commit
af71e9855b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// Package webaccount provides a web app for users to view and change their account
|
||||||
|
// settings, and to import/export email.
|
||||||
package webaccount
|
package webaccount
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// Package webadmin is a web app for the mox administrator for viewing and changing
|
||||||
|
// the configuration, like creating/removing accounts, viewing DMARC and TLS
|
||||||
|
// reports, check DNS records for a domain, change the webserver configuration,
|
||||||
|
// etc.
|
||||||
package webadmin
|
package webadmin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue