The groups table

groups contains all user groups.

A user group is a set of users who belong together administratively. For example, there may be mailboxex which should be usable for a group, but not for everyone.

The name is the group's name, which is best restricted to a-z+0-9 for now. Archiveopteryx supports all of Unicode, but it's not clear that all IMAP clients are as generous.

create table groups ( id serial primary key, name text );

The groups table was introduced in version 0.93.

In case of questions, please write to info@aox.org.

Relevant links

About this page

Last modified: 2010-11-19
Location: aox.org/db/groups