diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plugins/convert/convert-storage.h	Thu Feb 02 22:42:44 2006 +0200
@@ -0,0 +1,7 @@
+#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