/* Copyright (c) 2003-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage-private.h"
#include "mailbox-attribute-internal.h"
/*
* Internal mailbox attributes
*/
/* /private/specialuse (RFC 6154) */
static int
const char *key ATTR_UNUSED,
struct mail_attribute_value *value_r)
{
return 0;
return 1;
}
static struct mailbox_attribute_internal
};
static int
const char *key ATTR_UNUSED,
struct mail_attribute_value *value_r)
{
return 0;
return 1;
}
static struct mailbox_attribute_internal
};
static struct mailbox_attribute_internal
};
/*
* Internal server attributes
*/
static int
const char *key ATTR_UNUSED,
struct mail_attribute_value *value_r)
{
return 0;
return 1;
}
static struct mailbox_attribute_internal
};
static int
const char *key ATTR_UNUSED,
struct mail_attribute_value *value_r)
{
return 0;
return 1;
}
static struct mailbox_attribute_internal
};
/*
* Registry
*/
void mailbox_attributes_internal_init(void)
{
/*
* Internal mailbox attributes
*/
/* /private/specialuse (RFC 6154) */
/*
* internal server attributes
*/
}