summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/mailbox-attribute-private.h
blob: 0296cdd4d23d9ca1f33cbdbde7f6e38eb68e0492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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