Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
Shell is an interactive shell to manage briefmail domains, mailboxes and addresses.
func NewShell ¶
func NewShell( db database.Conn, mailboxDao database.MailboxDao, mailboxCredentialDao database.MailboxCredentialDao, domainDao database.DomainDao, addressDao database.AddressDao, ) *Shell
NewShell creates a new shell instance.
Click to show internal directories.
Click to hide internal directories.