module Mail::CommonAddress

def group_names # :nodoc:

:nodoc:
Returns the name of all the groups in a string
def group_names # :nodoc:
  address_list.group_names
end