comparison 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
comparison
equal deleted inserted replaced
3971:539a58176e7b 3972:a506ee4ec31e
1 #ifndef __CONVERT_STORAGE_H
2 #define __CONVERT_STORAGE_H
3
4 int convert_storage(const char *user, const char *home_dir,
5 const char *source_data, const char *dest_data);
6
7 #endif