I have a web app where-in all users and group emails under a given
google apps account are being fetched using provisioning API.

When a user inputs a team email address in UI, it is automatically
expanded to the email address of all members in that group.

e.g.
Say group email is:
    [email protected]
Members of group are:
    [email protected] (member)
    [email protected] (member)
    [email protected] (owner)

When a user (say [email protected]) logs in my app and writes
'[email protected]', it is replaced by
'[email protected],[email protected],[email protected]'

Now if the group is of type 'announcement', will it be a good idea
(from security point of view) to expand group email?

Please let me know your thoughts.

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html

Reply via email to