Hello Oki

I had the same problem developing a WebMail application using javamail
the solution is:

1- Unjar the mail.jar file:
2- go to META-INF directory
3- alter ther file mailcap and comment the line
image/gif;;
x-java-content-handler=com.sun.mail.handlers.image_gif
to
#image/gif;;
x-java-content-handler=com.sun.mail.handlers.image_gif

its a good idea to do that to the jpeg line too

4- save the file
5- create the mail.jar again, pay attention to the options that you use to
recreate the
jar you need the options that use the META-INF directory that you just
changed

6- put the mail.jar file back

That is it




> On Fri, Jun 20, 2003 at 09:06:27AM +0200, Vincenzo Gianferrari Pini wrote:
> > In 1.1.6 it is taken out.
>
> Has just been installed.
>
> Oki
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to