view src/plugins/imap-acl/imap-acl-plugin.h @ 8418:29b1ec15880a HEAD

Added IMAP ACL commands with ability to modify ACLs. Based on patch by Bernhard Herzog and Sascha Wilde.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Nov 2008 04:46:14 +0200
parents
children
line wrap: on
line source

#ifndef IMAP_ACL_PLUGIN_H
#define IMAP_ACL_PLUGIN_H

void imap_acl_plugin_init(void);
void imap_acl_plugin_deinit(void);

#endif