[plt-scheme] plt web server serving .eml files as text/html

From: Noel Welsh (noelwelsh at gmail.com)
Date: Wed Jan 7 10:04:52 EST 2009

There is a mime.types file that the web server uses to determine the
content type.  Probably you need to add .eml files to it.  The file is
mime.types in collects/web-server/default-web-root.

N.

On Wed, Jan 7, 2009 at 2:42 PM, Stephen De Gabrielle
<spdegabrielle at gmail.com> wrote:
> Hi,
>
> I'm using the plt web server, and I have some static files (email
> messages in .eml ) that I want the browser to pass on to thunderbird
> mail client;
>
> When I put them behind the plt webserver they get shown by the browser
> (as text/html), but under apache, or even as a local file in the
> browser they get passed to thunderbird.
>
> Is there any way to convince the plt-web server let firefox know they
> should go to thunderbird? (I'm pretty sure  text/html Content-Type is
> the problem)
>
> Thanks,
>
> Stephen
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.