Cannot view HTML encoded email if sent via popular
engines like Hotmail, Yahoo or Earthlink in 7.10. Maybe
others, too.
The entire message field is blank, but if I hit "Reply"
it'll show me the text in the "You wrote" part of the
reply.
The email is listed in the message list as having an
attachment but in reality there is none (other than the
fact it is a multi-part MIME message -- one text, one
HTML). I confirmed using other viewers.
I suspect this is a configuration issue largely because
I don't see other complaints here in sourceforge and
expect that something like this would be a rather big
bug...
Messed with a bunch of setting trying to get things
right. Anyone got a magic potion?
Logged In: NO
I am the original poster...
looking to other responses to questions like this I will
answer a question before it is asked:
I am running the latest version. Just pulled the latest from
the site twenty minutes ago and ran a binary diff. All good.
I have no area to compile from source...running the
binaries/war directly. Tomcat 4. Redhat 7.3.
Thanks Again.
Logged In: NO
i have the same problem..
webmail 0.7.10
apache 4.1.24
so what the solution?
Logged In: YES
user_id=805328
I have the same problem at read email.
it only support the text email. not support html email.
Logged In: NO
I have this exact problem also
Logged In: NO
I have this exact problem also
Logged In: NO
I have this exact problem also
Logged In: NO
I too am having this problem... I am using JBoss/Tomcat
(JBoss-3.0.7 and Apache Tomcat/4.1.24-LE-jdk14) with the
IBM JDK 1.4.2...
I have tried with both a connection to MS Exchange and the
IMAP4rev1 2001.315rh/sendmail/RH7.3... However, unlike
others who seem to see a blank message, I get a stack trace:
javax.servlet.ServletException: Servlet execution threw an
exception
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java(Compiled Code))
at
org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java(Compiled Code))
at
org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.CertificatesValve.invoke
(CertificatesValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardContext.invoke
(StandardContext.java(Compiled Code))
at
org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke
(ErrorDispatcherValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.AccessLogValve.invoke
(AccessLogValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.coyote.tomcat4.CoyoteAdapter.service
(CoyoteAdapter.java(Compiled Code))
at org.apache.jk.server.JkCoyoteHandler.invoke
(JkCoyoteHandler.java(Compiled Code))
at org.apache.jk.common.HandlerRequest.invoke
(HandlerRequest.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.invoke
(ChannelSocket.java(Compiled Code))
at
org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.java:562)
at org.apache.jk.common.SocketConnection.runIt
(ChannelSocket.java:679)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru
n(ThreadPool.java:619)
at java.lang.Thread.run(Thread.java:568)
root cause
java.lang.NoSuchMethodError:
org.apache.xerces.xni.XMLDocumentHandler: method
startDocument
(Lorg/apache/xerces/xni/XMLLocator;Ljava/lang/String;Lorg/a
pache/xerces/xni/Augmentations;)V not found
at
org.cyberneko.html.HTMLScanner$ContentScanner.scan
(Unknown Source)
at org.cyberneko.html.HTMLScanner.scanDocument
(Unknown Source)
at org.cyberneko.html.HTMLConfiguration.parse
(Unknown Source)
at org.cyberneko.html.HTMLConfiguration.parse
(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse
(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse
(Unknown Source)
at
net.wastl.webmail.server.WebMailSession.parseMIMEContent
(WebMailSession.java:687)
at
net.wastl.webmail.server.WebMailSession.parseMIMEContent
(WebMailSession.java:859)
at
net.wastl.webmail.server.WebMailSession.getMessage
(WebMailSession.java:586)
at
net.wastl.webmail.server.WebMailSession.getMessage
(WebMailSession.java:475)
at ShowMessage.handleURL(ShowMessage.java:95)
at
net.wastl.webmail.server.ToplevelURLHandler.handleURL
(ToplevelURLHandler.java:142)
at net.wastl.webmail.server.WebMailServlet.service
(WebMailServlet.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java(Compiled Code))
at
org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java(Compiled Code))
at
org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.CertificatesValve.invoke
(CertificatesValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardContext.invoke
(StandardContext.java(Compiled Code))
at
org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke
(ErrorDispatcherValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at
org.apache.catalina.valves.AccessLogValve.invoke
(AccessLogValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java(Compiled Code))
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVal
veContext.invokeNext(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java(Compiled Code))
at
org.apache.coyote.tomcat4.CoyoteAdapter.service
(CoyoteAdapter.java(Compiled Code))
at org.apache.jk.server.JkCoyoteHandler.invoke
(JkCoyoteHandler.java(Compiled Code))
at org.apache.jk.common.HandlerRequest.invoke
(HandlerRequest.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.invoke
(ChannelSocket.java(Compiled Code))
at
org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.java:562)
at org.apache.jk.common.SocketConnection.runIt
(ChannelSocket.java:679)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru
n(ThreadPool.java:619)
at java.lang.Thread.run(Thread.java:568)