<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inbound Emails: retrieve values from the header in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297439#M250569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you configured metadata extraction for your custom property?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably also need to configure the metadata extracter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent=cm:User-Agent&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to your RFC822MetadataExtracter.properties&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 13:37:54 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2013-07-15T13:37:54Z</dc:date>
    <item>
      <title>Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297434#M250564</link>
      <description>I've set up Alfresco to accept inbound emails.I would like to do specific actions if the email's header contains certain key-values, such as Auto-Submitted with any value other than 'no'Is it possible for me to get access to the email's header through Alfresco to check what value (if any) it contain</description>
      <pubDate>Tue, 09 Jul 2013 15:00:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297434#M250564</guid>
      <dc:creator>matthew_walters</dc:creator>
      <dc:date>2013-07-09T15:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297435#M250565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes its possible.&amp;nbsp;&amp;nbsp; Normally the first port of call is metadata extraction.&amp;nbsp;&amp;nbsp; There are already metadata extraction for various email mime types.&amp;nbsp;&amp;nbsp;&amp;nbsp; So you can take your header fields and put it into an alfresco property.&amp;nbsp;&amp;nbsp; And then you can have a policy that runs on the value of that property or aspect. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:31:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297435#M250565</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-07-09T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297436#M250566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should I be adding this property to the "cm:emailed" aspect in ContentModel.xml? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 16:24:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297436#M250566</guid>
      <dc:creator>matthew_walters</dc:creator>
      <dc:date>2013-07-09T16:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297437#M250567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could.&amp;nbsp; But I'd be tempted to leave that aspect alone and add your own.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 16:44:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297437#M250567</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-07-09T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297438#M250568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't seem to get this working, I'm using a email header property that I know has a value when i send a test email:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I'm just modifying the cm:emailed aspect, adding the following to it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;property name="cm:User-Agent"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;User-Agent&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But after saving and restarting alfresco, when i send a test email, it's not recognizing the new property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click on the email in the folder, I don't see the name "User-Agent" (or the value)&amp;nbsp; in the email data in the properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I look at the email document with the utility program CMIS Workbench, I can see that the property 'User-Agent' is defined for aspect 'cm:emailed', but has no value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly is this property used?&amp;nbsp; Is there somewhere else where I need to configure what 'cm:User-Agent' refers to in the email header?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 18:18:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297438#M250568</guid>
      <dc:creator>matthew_walters</dc:creator>
      <dc:date>2013-07-09T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297439#M250569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you configured metadata extraction for your custom property?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably also need to configure the metadata extracter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent=cm:User-Agent&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to your RFC822MetadataExtracter.properties&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 13:37:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297439#M250569</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-07-15T13:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Emails: retrieve values from the header</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297440#M250570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My installation of Alfresco (Community 4.0d) doesn't contain the file RFC822MetadataExtracter.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I create it and put it on the classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 13:51:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-emails-retrieve-values-from-the-header/m-p/297440#M250570</guid>
      <dc:creator>matthew_walters</dc:creator>
      <dc:date>2013-07-16T13:51:41Z</dc:date>
    </item>
  </channel>
</rss>

