Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4413

Issue receiving emails with attachment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 10.04, Release 10.04, Release Branch 11.04
    • framework
    • None
    • ofbiz 10.04 on ubuntu

    Description

      Some Background : In our customization we have configured MCA to process incoming emails which is basically a custom service this service in turn calls service storeIncomingEmail, and rest of the custom code follows.
      Now though we are able to receive emails (which can be seen in the communications in party manager), we have noticed that system does not some process the attachments and creates the link between communication event and content.

      Analysis shows, MimeMessageWrapper.getAttachmentIndexes() while checking for content disposition, does a case sensitive comparison, which should rather be case insensitive.
      This small change fixes the issue.

      Attachments

        1. OFBIZ-4413.patch
          2 kB
          Varun Bhansaly

        Activity

          People

            jleroux Jacques Le Roux
            vbhansaly Varun Bhansaly
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: