Backing Up an IMAP Folder Tree?
Jason Weill asks: "After finishing up school, I'm transitioning away from my school-run IMAP e-mail account. During my time, I managed to save thousands of messages in dozens of subfolders in my 'Inbox' hierarchy. Pine lets me save an entire folder to a file easily. Mozilla creates a folder tree when I drag 'Inbox' into a local repository, but none of the messages in the subfolders are downloaded. Opera M2 assimilates all those messages into my collection, but it flattens them all into one giant mess. Are there any scripts or programs that can easily export an entire folder tree to files or import it into a local repository for an e-mail program?"
You might want to try imapxfer from the UW-IMAP toolkit:
r .Z
http://www.washington.edu/imap/
The source for the utilities is at:
ftp://ftp.cac.washington.edu/imap/imap-utils.ta
A.
...bringing you cynical quips since 1998
IMAP Copy
apt-get install isync
pkg_add -r isync
or go to
http://www.cs.hmc.edu/~me/isync/
Buttsex.
searching in my debian repo, I find:
offlineimap - IMAP/Maildir synchronization and reader support
http://gopher.quux.org:70/devel/offlineimap/
isync - synchronize a local maildir with a remote IMAP4 mailbox
http://www.cs.hmc.edu/~me/isync/
In both OE and Netscape, you can change your preferences to save messages for "offline" viewing. If you do this, you can transfer all your IMAP folder messages to your computer that way. Prepare to wait awhile, if you've really got hundreds of messages.
If you use NS, I think they're saved in mbox format. In any case, you then have them locally and can archive them from there (or transfer them to your new IMAP server).