<?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: Charsets for Imap .eml Mails not working correctly in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267705#M220835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i think i could narrow it down a little. after enabling a default charset as mentioned in one of the replies, i found out, that this happens when converting a html mail -&amp;gt; to plain-text mail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all mails that do work, have been plain text mails originally!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe this helps somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers, Oliver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 15:31:13 GMT</pubDate>
    <dc:creator>olipage</dc:creator>
    <dc:date>2010-12-14T15:31:13Z</dc:date>
    <item>
      <title>Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267698#M220828</link>
      <description>Hi guys,We have a running testsetup with latest alfresco 3.4 Community with authentication against AD, and try to establish some kind of Collaborating File/Mail Archiv. So far so good, but when trying to put mails into alfresco via imap (no attachment extraction configured) we see that the .eml does</description>
      <pubDate>Fri, 10 Dec 2010 08:40:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267698#M220828</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2010-12-10T08:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267699#M220829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi guys,&lt;BR /&gt;The message does not show up correctly after being transformed to .eml&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;How are you attempting to "view" the file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:46:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267699#M220829</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-12-10T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267700#M220830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may be due to the fact that determining the true character encoding is not as easy as one would expect. There is a setting in Alfresco for the default character set to use if Alfresco is unable to find out the correct one. You can try to override this by creating a file in tomcat/shared/classes/alfresco/extension. Name it something like default-encoding-context.xml and put this into it&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' '&lt;A href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;'&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;lt;beans&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Characterset decoder –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– Changing default character set to ISO-8859-1 instead of UTF-8 –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="charset.finder" class="org.alfresco.repo.content.encoding.ContentCharsetFinder"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="defaultCharset"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;ISO-8859-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="mimetypeService"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="mimetypeService"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="charactersetFinders"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.alfresco.encoding.GuessEncodingCharsetFinder" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;lt;/beans&amp;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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Change ISO-8859-1 to something else if you prefer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This setup is in some circumstances better, it easier to detect UTF-8 than ISO-8859-1. So if it is not UTF-8, assume ISO-8859-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen some commits in HEAD that further may improve Alfresco detection algorithms in coming versions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:55:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267700#M220830</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-12-10T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267701#M220831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok, it is mailspecific. because there are mails that work correctly, and others not. i just found a working example for both. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the characters are display incorrectly in: alfresco explorer, preview, thunderbird/outlook native opening the .eml from cifs, and via imap from within thunderbird/outlook.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it seems at first sight, the mail that does not work was written on a mobile device, but i have to further investigate. not sure about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oliver Zieger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hofburg Vienna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:00:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267701#M220831</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2010-12-10T09:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267702#M220832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;This may be due to the fact that determining the true character encoding is not as easy as one would expect. There is a setting in Alfresco for the default character set to use if Alfresco is unable to find out the correct one. You can try to override this by creating a file in tomcat/shared/classes/alfresco/extension. Name it something like default-encoding-context.xml and put this into it&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;this should be really helpful for us. you are right with this. thanks a lot in the meantime!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oliver Zieger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hofburg Vienna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:05:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267702#M220832</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2010-12-10T09:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267703#M220833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes there are some character set fixes on 3.4 making their way through validation at the moment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267703#M220833</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-12-10T09:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267704#M220834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the info…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oliver Zieger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hofburg Vienna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 12:23:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267704#M220834</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2010-12-14T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267705#M220835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i think i could narrow it down a little. after enabling a default charset as mentioned in one of the replies, i found out, that this happens when converting a html mail -&amp;gt; to plain-text mail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all mails that do work, have been plain text mails originally!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe this helps somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers, Oliver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 15:31:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267705#M220835</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2010-12-14T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Charsets for Imap .eml Mails not working correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267706#M220836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after upgrading to 3.4c this seems to work for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; - i still have the setting overriding default charset as mentioned in the posts before, but otherwise my html mails stay html mails, and special characters are showing correctly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;awsome, i love it…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oliver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 14:42:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/charsets-for-imap-eml-mails-not-working-correctly/m-p/267706#M220836</guid>
      <dc:creator>olipage</dc:creator>
      <dc:date>2011-02-11T14:42:16Z</dc:date>
    </item>
  </channel>
</rss>

