Some minor changes to Aliases handling (#3572)
* Allows to get mailbox Aliases by both ID and address Returns ID within the msg for newly created Aliases * Uses different query for get Aliases * Allows to get mailbox Aliases by both ID and address Returns ID within the msg for newly created Aliases * Uses different query for get Aliases * Allows to delete aliases by address * Update lang files Reflect id information when adding an alias Co-authored-by: programmierus <programmierus@icloud.com>
This commit is contained in:
@@ -778,7 +778,7 @@
|
||||
"admin_api_modified": "Changes to API have been saved",
|
||||
"admin_modified": "Changes to administrator have been saved",
|
||||
"admin_removed": "Administrator %s has been removed",
|
||||
"alias_added": "Alias address %s has been added",
|
||||
"alias_added": "Alias address %s (%d) has been added",
|
||||
"alias_domain_removed": "Alias domain %s has been removed",
|
||||
"alias_modified": "Changes to alias address %s have been saved",
|
||||
"alias_removed": "Alias %s has been removed",
|
||||
|
Reference in New Issue
Block a user