class group :string -> mailbox list ->
object
..end
A group
has a name, and consists of a number of mailboxes.
Create a group with new group name mailboxes
.
method name : string
The name of the group
method mailboxes : mailbox list
The member mailboxes