Michael Dinowitz wrote: > I've got a ton of old CF-Talk posts in outlook and I wanted to export them to a DB >to be added to the archives. When I did this, the headers were stripped off. Does >anyone know of a way of getting mail messages out of outlook while keeping the >headers? Thanks
I would be surprised if the native format in which Outlook stores messages on disk was different from a straightforward RFC 2822 concatenated format. You should be able to parse that right away. If not, drag and drop them to an account on an IMAP server that uses the maildir or mailbox format and then it will be in that format. Mailbox (WU IMAP) will be concatenated, while maildir (Courier IMAP) will be separate files for each message. If you have a problem, send me the archive and I'll install Outlook and try it here. Jochem ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

