==============================================================================
==         E V O L U T I O N   I M A P   C A C H E   T O   M B O X          ==
==============================================================================


This script converts the Evolution IMAP cache into an MBOX folder. It can be
useful if you remove an IMAP folder by accident. The status (read, unread,
important, deleted,...) stored in the .ev-summary file will be lost.

This script is not finished, so it can't convert all messages. In my case,
it converted successfully 98.09% of the mails.

If you have any question, you can contact me here:
http://www.flogisoft.com/contact/

PS: Yes I know that the code is ugly...


Usage:
------

    Change the path of the input folder (the evolution cache) and the path
    of the output file (the MBOX Folder) in the script file (variables
    INPUT (line 29) and OUTPUT (line 30)). Then, run the script.


Copyright:
----------

    Copyright (C) 2011  Fabien LOISON <http://www.flogisoft.com/> 


Licence:
--------

    WTFPLv2 (see the COPYING file for more informations)

