X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/0868840155aca9662f97318b114a07ae4c8319d6..1d3ef80ec822ea0fa241eb5485549ca7417e787f:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index c970491..cc792ff 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -65,5 +65,9 @@ datatype msg = (* Change a vmail account's password *) | MsgRmMailbox of {domain : string, user : string} (* Remove a vmail mapping *) + | MsgListMailboxes of string + (* List all mailboxes for a domain *) + | MsgMailboxes of string list + (* Reply to MsgListMailboxes *) end