CF Email Parsing Tag/Function

2003-06-26 Thread Jim McAtee
Has anyone got a CF tag or function that can take a raw email message (including all headers and potentially multiple attachments) and parse it into standard headers (To, From, CC, Subject, Reply-To), plus body, plus peal off the attached files? Ideally, able to function with HTML formatted

Re: CF Email Parsing Tag/Function

2003-06-26 Thread Michael Dinowitz
What you want is CFX_OdsMime from http://www.coolfusion.com/downloads/ Its what I use on the lists to parse the physical mail message into its components to be scanned, stored, and sent. There's still things that have to be done on top of it, but it saves you some of the work. Has anyone got a