mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +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
|
||||
|
||||
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
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue