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 1E517200B78 for ; Fri, 2 Sep 2016 09:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1B783160ACB; Fri, 2 Sep 2016 07:11:22 +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 621D7160AAB for ; Fri, 2 Sep 2016 09:11:21 +0200 (CEST) Received: (qmail 73395 invoked by uid 500); 2 Sep 2016 07:11:20 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 73374 invoked by uid 99); 2 Sep 2016 07:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 07:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7644A2C1B7D for ; Fri, 2 Sep 2016 07:11:20 +0000 (UTC) Date: Fri, 2 Sep 2016 07:11:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-2380) ExtractEmailAttachments processor should support TNEF files (aka winmail.dat) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 07:11:22 -0000 [ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457755#comment-15457755 ] ASF GitHub Bot commented on NIFI-2380: -------------------------------------- Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/817 @olegz Would you mind have a look on this PR ? Function here is to extract TNEF attachments. TNEF is the technical name for the widely loved winmail.dat files. Use case is: SMPT/POP -> ExtractAttachments > Route based on mime.type -> ExtractTNEF -> whatever > ExtractEmailAttachments processor should support TNEF files (aka winmail.dat) > ----------------------------------------------------------------------------- > > Key: NIFI-2380 > URL: https://issues.apache.org/jira/browse/NIFI-2380 > Project: Apache NiFi > Issue Type: Improvement > Affects Versions: 1.0.0 > Reporter: Andre > Assignee: Andre > Fix For: 1.1.0 > > > during the review of NIFI-1899 Dan Marshall highlighted some use cases for email processing that have not been addressed as part of the initial development cycle. > One of these use cases was the decoding of Microsoft Transport Neutral Encoding Files (TNEF). > This type of attachments is popularly know as winmail.dat and uses a non RFC compliant structure to transfer attachments across different Microsoft Outlook clients. > Given the prevalence of outlook and the issues with winmail.dat files, it would be nice to be able to decode TNEF as we currently do with MIME attachments. > Permalink to Dan's comments http://mail-archives.apache.org/mod_mbox/nifi-dev/201607.mbox/%3C1468716836729-12827.post%40n7.nabble.com%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332)