Browse /evolution-imap-cache-to-mbox/

Parent Folder ..
Branch trunk

trunk Branch URL

HTTP (read only) https://bzr.flogisoft.com/evolution-imap-cache-to-mbox/trunk/
SFTP sftp://bzr@bzr.flogisoft.com/bzr/evolution-imap-cache-to-mbox/trunk/

Last Revision in trunk #3

Path to the Evolution IMAPcache added in the README
By Fabien LOISON, on Saturday 03 September 2011, 15:00:12

README

==============================================================================
==         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.

NOTE: Evolution stores its IMAP cache here:
      ~/.local/share/evolution/mail/imap

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 32) and OUTPUT (line 33)). Then, run the script.


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

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


Licence:
--------

    WTFPLv2 (see the COPYING file for more informations)