aboutsummaryrefslogtreecommitdiff
path: root/messages/mailbox.go
blob: 9ead4f0bd9e8ced20c84e759067a0945f03f4391 (plain)
1
2
3
4
5
6
7
8
9
10
11
package messages

const (
	MailboxAutoCreated     = "Auto-created mailbox for %s."
	MailboxNotRegistered   = "No registered mailbox or alias for address: %s"
	MailboxAddressRequired = "Mailbox address is required."
	MailboxUserRequired    = "A user must be selected for the mailbox."
	MailboxAlreadyExists   = "A mailbox with this address already exists."
	MailboxCreationFailed  = "Failed to create mailbox."
	MailboxUserNotFound    = "The selected user does not exist."
)