<?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 Inbound email config. with imap/smtp PDF Attachment parsing in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218706#M171836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have seen some posts which offer some insight into a few questions, but I need to have more information before I set of on a specific pathway for my deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for a way to import PDF document into the repository automatically, directed to a specific share folder. Inside that folder I wish for them to either create a new subfolder based on a single metadata field or if the metadata matches an existing folder already, to just route to the correct folder automatically. Eventually I would like to have them version upon eachother, but thats secondary. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some potential solutions I have been researching&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen ops software which &lt;/SPAN&gt;&lt;EM&gt;appears&lt;/EM&gt;&lt;SPAN&gt; to handle this function out of the box, but do not know what price range that soultion lies in. I will be contacting them Monday.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seen that imap/smtp inbound email built-in options which from my reading appear to handle the importing of attachments from email.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interested in creating a folder with a "cron" that pulls all documents into the specified share folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideas, suggestions, and anything else. Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bit of background, Alf 3.2 running on Win7 behind simple router.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;****A hard night of working and I have it setup now to get the messages moved into alfresco, now I just need to stip off the attachment…for the moment&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Mar 2010 06:40:41 GMT</pubDate>
    <dc:creator>jollymon</dc:creator>
    <dc:date>2010-03-01T06:40:41Z</dc:date>
    <item>
      <title>Inbound email config. with imap/smtp PDF Attachment parsing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218706#M171836</link>
      <description>I have seen some posts which offer some insight into a few questions, but I need to have more information before I set of on a specific pathway for my deployment.I am looking for a way to import PDF document into the repository automatically, directed to a specific share folder. Inside that folder I</description>
      <pubDate>Mon, 01 Mar 2010 06:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218706#M171836</guid>
      <dc:creator>jollymon</dc:creator>
      <dc:date>2010-03-01T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound email config. with imap/smtp PDF Attachment parsing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218707#M171837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay so l got the IMAP figured out and have a Thunderbird client sitting on the same server box and it is able to handle incoming messages with attachments and send them into the correct folder in my spaces. (just use the rules/actions) So what I am working on now is getting a rule established for inbound emails that will allow me to separate the attachment from the .eml file inbound. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will briefly go over what I changed to get the imap running. FYIO&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Make sure to go to the alfresco-global file located in[size=150] \tomcat\shared\classes[/size] and change the settings for IMAP to reflect…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#————-&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.port=143&lt;BR /&gt;imap.server.host=localhost&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP RM exclusion&lt;BR /&gt;#————-&lt;BR /&gt;imap.ignore.extraction=rmSite&lt;BR /&gt;imap.ignore.extraction.value.rmSite.store=${spaces.store}&lt;BR /&gt;imap.ignore.extraction.value.rmSite.rootPath=/${spaces.company_home.childname}/st:sites/cm:rm&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I am using localhost as I have my box nested and secured but this does not encrypt communications between thunderbird and alfresco, dodgy in a production environment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In thunderbird you can use admin@localhost and localhost for the imap username and server address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. I have an email server also running from this box and will configure its imap services once I am satisfied with the stability of this method, which will then replace thunderbird. You can setup routing rules in thunderbird &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(in thunderbrid you can change the settings to not sync with local folders on files over 1kb and this will speed up the sync, open, close and other various transaction times….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I could still use help on getting the pdf file extracted from the .eml file if anyone has that knowledge&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 05:15:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218707#M171837</guid>
      <dc:creator>jollymon</dc:creator>
      <dc:date>2010-03-02T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound email config. with imap/smtp PDF Attachment parsing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218708#M171838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once you have the imap working you can enable in the alfresco-global config file to enable automatic seperation of attachments. All is working well now. Alfresco is amazing&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 00:23:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218708#M171838</guid>
      <dc:creator>jollymon</dc:creator>
      <dc:date>2010-03-03T00:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound email config. with imap/smtp PDF Attachment parsing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218709#M171839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What parameter(s) need to be set in the global alfresco config file to enable the separation of the PDF file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 May 2010 03:38:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218709#M171839</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2010-05-02T03:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound email config. with imap/smtp PDF Attachment parsing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218710#M171840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jollymon …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Once you have the imap working you can enable in the alfresco-global config file to enable automatic seperation of attachments. All is working well now. Alfresco is amazing"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What changes are you talking about? I have read a couple of your posts and you do not mention what that change is. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:46:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inbound-email-config-with-imap-smtp-pdf-attachment-parsing/m-p/218710#M171840</guid>
      <dc:creator>mrfreeze81</dc:creator>
      <dc:date>2011-07-26T14:46:32Z</dc:date>
    </item>
  </channel>
</rss>

