view src/plugins/convert/convert-storage.h @ 3972:a506ee4ec31e HEAD

Added "mail storage conversion" plugin. It can be used with IMAP, POP3 and/or LDA to convert one complete mail storage to another format. Also included a convert-tool command line tool to do it manually. Currently doesn't support preserving UID/UIDVALIDITY.
author Timo Sirainen <tss@iki.fi>
date Thu, 02 Feb 2006 22:42:44 +0200
parents
children 87ae4d41bc10
line wrap: on
line source

#ifndef __CONVERT_STORAGE_H
#define __CONVERT_STORAGE_H

int convert_storage(const char *user, const char *home_dir,
		    const char *source_data, const char *dest_data);

#endif