Creation of a MessageBuilder that can handle any email message
--------------------------------------------------------------

                 Key: WSCOMMONS-404
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-404
             Project: WS-Commons
          Issue Type: Improvement
            Reporter: Asankha C. Perera
            Assignee: Thilina Gunarathne


Require a message Builder implementation, that can parse *any* valid Email 
message

If the message contains any attachments, they need to be available as 
attachments in the Axis2 MessageContext as usual. The builder should be able to 
digest *any* type of attachment, irrespective of its content type (e.g. zip, 
jpg, csv, raw binary, junk etc) All thats expected is the ability to "get to 
these" attachment data from the higher level application code. 

If the message contains typical message body, that needs to be mapped to the 
SOAP envelope body. Thus, we should give preference to SOAP 1.2/1.1, POX, 
text/plain and text/html in that order (in my personal pov which should be 
validated) to construct the main envelope body, if/when multiple parts are 
available. If a decision cannot be made to pick one, I think we could leave all 
as attachments. For alternative parts, I think its typically text vs html, and 
we should pick text (or make that configurable) 

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

Reply via email to