You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/10/09 13:38:32 UTC

[jira] Resolved: (JAMES-1060) Use javamail system properties in startup scripts to let javamail handle bad formated messages more friendly

     [ https://issues.apache.org/jira/browse/JAMES-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1060.
----------------------------------

    Resolution: Fixed
      Assignee: Norman Maurer

 Use the following properties for now:     
      -Dmail.mime.multipart.ignoremissingendboundary=true 
      -Dmail.mime.multipart.ignoremissingboundaryparameter=true 
      -Dmail.mime.ignoreunknownencoding=true 
      -Dmail.mime.uudecode.ignoreerrors=true 
      -Dmail.mime.uudecode.ignoremissingbeginend=true 
      -Dmail.mime.multipart.allowempty=true 
      -Dmail.mime.base64.ignoreerrors=true 
      -Dmail.mime.encodeparameters=true 
      -Dmail.mime.decodeparameters=true 
      -Dmail.mime.address.strict=false

> Use javamail system properties in startup scripts to let javamail handle bad formated messages more friendly
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1060
>                 URL: https://issues.apache.org/jira/browse/JAMES-1060
>             Project: JAMES Server
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0-M1
>
>
> javmail offers a lot of system properties to let it not throw MessagingExceptions on bad formated messages. We should make use of them

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org