Changeset 561

Show
Ignore:
Timestamp:
03/24/07 17:53:21 (2 years ago)
Author:
sacha
Message:

Reverting to add Content-ID to first MimePart?. Must be fixed in another commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/hefeweizen_library_ebMS_message2.rb

    r557 r561  
    602602            ebXML_message << "Content-Type: text/xml; charset=UTF-8#{crlf}" 
    603603            ebXML_message << "Content-Transfer-Encoding: binary#{crlf}" 
    604             ebXML_message << "Content-Id: <1234567890>#{crlf}" 
     604            # FIRST MIME PART CAN HAVE CONTENT ID 
     605            # ebXML_message << "Content-Id: <1234567890>#{crlf}" 
    605606            ebXML_message << "#{crlf}" 
    606607          end 
  • trunk/src/taskers/hefeweizen_tasker_application_send_ebXML_message.rb

    r558 r561  
    188188           
    189189           
    190           # TODO 
    191190          extra_header = nil 
    192191 
    193192          if @ebXML_message_parameters['ebXML_message']['ebXML_message_is_multiparty'] == true then 
    194             extra_header = 'Content-Type: multipart/related; type="text/xml"; boundary="HefeWeizenBoundary"; start="<1234567890>"' 
     193            # FIRST MIME TYPE CAN HAVE CONTENT ID 
     194#            extra_header = 'Content-Type: multipart/related; type="text/xml"; boundary="HefeWeizenBoundary"; start="<1234567890>"' 
     195            extra_header = 'Content-Type: multipart/related; type="text/xml"; boundary="HefeWeizenBoundary"' 
    195196          else 
    196197            extra_header = 'Content-Type: text/xml'