For ColdFusion, I assume you mean I can access the raw mail file in 
data.cfm in FusionMail

There the raw mail file (including its path) is called #emailfile#  (as an 
aside, I'm trying to understand where the value of this variable was set).

In any event, although the CFX_ODSMIME docs are written in terms of 
decoding attachments, I gather it can also decode the message itself.  This 
is my first cut at how I might use CFX_ODSMIME, and I'm stuck on FILELIST. 
Is it the file name only, or file name plus path?
If the former, I guess I can use GetFileFromPath()  Am I on the right track 
here?

<CFX_ODSMIME
ACTION = "decode"
FILE = "#emailfile#"
DECODEDIR = "directory to decode #emailfile# to"
FILELIST = "????"
OVERWRITE = "<YES/NO>"
NAME = "<query name>"
 >

best,  paul


At 12:06 PM 11/13/01 -0500, you wrote:
>It's not a setting.  That text means that, since iMS (and therefore, 
>ColdFusion) controls incoming mail you can store the mail in a
>db if you want.  In the date template you have access to the raw mail file 
>and you can use cfx_odsmime to extract the text and store
>it in a database.

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to