Synchronise Lookup institutions.
This causes Lookup institutions and their members to be synchronised with groups in Google, in a similar way to Lookup groups. The unique identifier of the group in Google is it's email address:
email = {instID.lower()}@{insts_domain}
where {insts_domain} is a configurable secondary domain (noting that the local part of the email address is required to be lowercase, whereas all instIDs from Lookup are uppercase).
Closes #7 (closed)