
| Current Path : /include/dovecot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //include/dovecot/mailbox-attribute-private.h |
#ifndef MAILBOX_ATTRIBUTE_PRIVATE_H
#define MAILBOX_ATTRIBUTE_PRIVATE_H
struct mailbox_attribute_iter {
struct mailbox *box;
};
void mailbox_attributes_init(void);
void mailbox_attributes_deinit(void);
int mailbox_attribute_value_to_string(struct mail_storage *storage,
const struct mail_attribute_value *value,
const char **str_r);
#endif