view src/imap/imap-thread.h @ 988:8028c4dcf38f HEAD

mail-storage.h interface changes, affects pretty much everything. FETCH, SEARCH, SORT and THREAD handling were pretty much moved from lib-storage/ to imap/ so adding non-index storages would be much easier now. Also POP3 server can now be easily implemented with lib-storage. Not too well tested, and at least one major problem: partial fetching is _slow_.
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Jan 2003 16:52:51 +0200
parents
children 06d77f22cf6c
line wrap: on
line source

#ifndef __IMAP_THREAD_H
#define __IMAP_THREAD_H

int imap_thread(struct client *client, const char *charset,
		struct mail_search_arg *args, enum mail_thread_type type);

#endif