Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC513200C57 for ; Sat, 15 Apr 2017 23:26:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BAE30160BA0; Sat, 15 Apr 2017 21:26:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0EDEC160B8B for ; Sat, 15 Apr 2017 23:26:45 +0200 (CEST) Received: (qmail 33043 invoked by uid 500); 15 Apr 2017 21:26:45 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 33032 invoked by uid 99); 15 Apr 2017 21:26:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Apr 2017 21:26:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 96407C015C for ; Sat, 15 Apr 2017 21:26:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Dn3HQ4SGB0gP for ; Sat, 15 Apr 2017 21:26:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 41A7C5FAD8 for ; Sat, 15 Apr 2017 21:26:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 69DC4E095D for ; Sat, 15 Apr 2017 21:26:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B923021B45 for ; Sat, 15 Apr 2017 21:26:41 +0000 (UTC) Date: Sat, 15 Apr 2017 21:26:41 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1410) Use Body as Content at Emails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 15 Apr 2017 21:26:46 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970158#comment-15970158 ] Karl Wright commented on CONNECTORS-1410: ----------------------------------------- r1791549 (release branch) > Use Body as Content at Emails > ----------------------------- > > Key: CONNECTORS-1410 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1410 > Project: ManifoldCF > Issue Type: Improvement > Components: Email connector > Affects Versions: ManifoldCF 2.6 > Reporter: Furkan KAMACI > Assignee: Furkan KAMACI > Fix For: ManifoldCF 2.7 > > Attachments: CONNECTORS-1410.patch, CONNECTORS-1410.patch, CONNECTORS-1410.patch, CONNECTORS-1410.patch > > > Previously, we were indexing e-mails and its attachments together. We changed this logic with CONNECTORS-1375 as indexing e-mail and its attachments separately. > However, there is a problem. Content fields of emails which has attachment(s) includes both body and attachments's binary content as plain text. > As we index attachments separately, we can just index body as content instead of appending email body and all attachments' binary data as plain text. -- This message was sent by Atlassian JIRA (v6.3.15#6346)