Sorry, I didn't explain myself clearly. I have a "copy" in a non-importable format. I enabled the evolution option to sync my mail locally for off-line use. This is not a copy that can be accessed and used as if it were a Maildir formatted folder. A simple ugly solution I found however is this : for i in `ls *HEADER`; do echo $i; cat $i `echo $i | sed 's/HEADER//g'` > `echo $i | sed 's/HEADER//g'`mydomain.net:S,2; done I can them move those resulting files into my Maildir/ folder on the server and access like normal. Tim wrote: On Wed, 2005-12-21 at 18:52 +0900, Naoki wrote:So thankfully I have a local copy of my old email data. Now the question is how do I get that email data back into my server?If you have IMAP, you can drag and drop from a local store to the IMAP ones. |