S
Stingray
I think this is more of a general IE/HTTP question but I didn't know where
to post. If this is not the place for it, please point me to the right
group. Thanks. Here's my question:
I have an application that reads incoming email from a POP server and saves
email messages as EML files, which OE can open and read. I'd like to save
these files to a directory on a web server and create a web page that
provides links to these files. When a link is clicked, I would like OE to
open the message. Right now, what happens is IE redirects me to the URL of
the file with "mhtml:" prepended to it (for example:
mhtml:http://foo.com/myfile.eml") and tells me the page cannot be found. I
tried creating a page that writes the contents of this file to the response
stream and set the content type to "message/rfc822" but that gives me the
sme result (redirect to mhtml:http://...). My guess is IE is trying to be
all things to all people and open it itself, but doesn't know how. Can
someone tell me how to get IE to download the file and open it in OE
instead?
Thanks,
John
to post. If this is not the place for it, please point me to the right
group. Thanks. Here's my question:
I have an application that reads incoming email from a POP server and saves
email messages as EML files, which OE can open and read. I'd like to save
these files to a directory on a web server and create a web page that
provides links to these files. When a link is clicked, I would like OE to
open the message. Right now, what happens is IE redirects me to the URL of
the file with "mhtml:" prepended to it (for example:
mhtml:http://foo.com/myfile.eml") and tells me the page cannot be found. I
tried creating a page that writes the contents of this file to the response
stream and set the content type to "message/rfc822" but that gives me the
sme result (redirect to mhtml:http://...). My guess is IE is trying to be
all things to all people and open it itself, but doesn't know how. Can
someone tell me how to get IE to download the file and open it in OE
instead?
Thanks,
John