View Single Post
  #4 (permalink)  
Old 10-06-2006, 02:27 PM
psalm121 psalm121 is offline
Junior Member
 
Posts: 9
Default narrowing it down

Hi all,

I manually edited the msg files that were giving problems as error message was indicating extraneous characters at the end of the base64 encoding

removing the extra characters solved the problem.

This tells me that this is to do with the rubbish formatting of the sender's email, unfortunately it is a government department that is sending the email so they're probably not going to listen to me when I tell them to fix their rubbish encoding.

It also leaves me with the problem that every other mail client handled it without a problem.

I still believe that it is to do with the "mail.mime.base64.ignoreerrors" property for the JavaMail API

If I can set this property to true I can sort the problem. At the moment this property must be set to false as this causes an exception due to malformatted encoding.

Does anyone have any ideas where I set this property for Zimbra????

Please???
Reply With Quote