#ifndef ACL_PLUGIN_H
#define ACL_PLUGIN_H
#include "mail-user.h"
#include "mail-storage-private.h"
#include "mailbox-list-private.h"
#include "acl-storage.h"
struct acl_user {
const char *acl_user;
const char *acl_env;
const char *const *groups;
};
struct acl_storage_rights_context {
};
struct acl_mailbox_list {
};
struct acl_mailbox {
bool skip_acl_checks;
bool acl_enabled;
bool no_read_right;
};
bool parent, unsigned int acl_storage_right_idx,
void acl_plugin_deinit(void);
#endif