<?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 Is it possible to open .eml files in Lotus Notes directly? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257609#M210739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The question is whether it is possible to open ".eml" files out of OpenWorkdesk directly in Lotus Notes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you store .eml files in OpenWorkdesk, you have to define a mime type mapping from eml to message/rfc822. This is done with the OpenWorkdesk Mime Type Manager. How you can define such a mapping please see chapter 6.3.1 “Override or Add a File Extension to MIME Type Mapping” in OpenWorkdesk Configuration Guide, available at &lt;/SPAN&gt;&lt;A href="http://openworkdesk.org/guides" rel="nofollow noopener noreferrer"&gt;http://openworkdesk.org/guides&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on the MimeType behavior definition it is possible to open this message/rfc822 with e.g. word but without contained attachments. This is possible with OpenWorkdesk Community Edition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With OpenWorkdesk Enterprise Edition you can use Zero Install Desktop Integration (&lt;/SPAN&gt;&lt;A href="http://www.wewebu.com/en/zero-install-desktop-integration" rel="nofollow noopener noreferrer"&gt;http://www.wewebu.com/en/zero-install-desktop-integration&lt;/A&gt;&lt;SPAN&gt;) to open eml files in Lotus Notes directly. Just define in mimetable.xml (see OpenWorkdesk Configurator as well in Chapter 12.9) for mime type message/rfc822 the Mime Type Action the following statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;openOfficeDocument('{serverurl}zidi','{dmsid}','{prop#OW_ObjectName}',false,'.eml')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;It might be necessary to connect a Direct Access Folder as well. (See ZIDI Installation Guide).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Community Edition you can use the Download Plugin to open .eml files with Lotus Notes. In this case the mail will be prompted for download, the user can directly click on open and it will be opened in Lotus Notes directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the following plugin configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;PlugIn type="ow_docfunction"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Name&amp;gt;Open Lotus Notes Mail&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;com.wewebu.ow.owdocview.OpenLotusNotesMail&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Description&amp;gt;Download and open Lotus Notes Mail&amp;lt;/Description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Vendor&amp;gt;WeWebU Software AG&amp;lt;/Vendor&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Version&amp;gt;3.1.0&amp;lt;/Version&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ClassName&amp;gt;com.wewebu.ow.server.plug.owdocview.OwDownloadAsZipDocumentFunction&amp;lt;/ClassName&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– optional small (16x16 pixels) icon for the plugin, leave empty to use default. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;icon&amp;gt;{specify Lotus Notes Icon}&amp;lt;/icon&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– optional small (24x24 pixels) icon for the plugin, leave empty to use default. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconbig /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Allow multiple document selection or just one single document –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Multiselect&amp;gt;false&amp;lt;/Multiselect&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Display the plugin in the context menu. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ContextMenu&amp;gt;true&amp;lt;/ContextMenu&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Display in object editing dialogs like OwEditPropertiesDialog. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ShowInEditViews&amp;gt;false&amp;lt;/ShowInEditViews&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Display the plugin next to object in a object listview. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ObjectInstance&amp;gt;true&amp;lt;/ObjectInstance&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Create a own column for plugin with given title, or display without columntitle. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ColumnTitle /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Object types to work on as defined in OwObjectReference.OBJECT_TYPE_… –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;objecttypes&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;OBJECT_TYPE_DOCUMENT&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/objecttypes&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Enable plugin only for the given object class names, leave empty to enable for all classes –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;objectclasses&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;lt;name&amp;gt;document&amp;lt;/name&amp;gt;–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/objectclasses&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/PlugIn&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;/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;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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2012 18:45:04 GMT</pubDate>
    <dc:creator>mkappel</dc:creator>
    <dc:date>2012-02-01T18:45:04Z</dc:date>
    <item>
      <title>Is it possible to open .eml files in Lotus Notes directly?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257609#M210739</link>
      <description>The question is whether it is possible to open ".eml" files out of OpenWorkdesk directly in Lotus Notes.If you store .eml files in OpenWorkdesk, you have to define a mime type mapping from eml to message/rfc822. This is done with the OpenWorkdesk Mime Type Manager. How you can define such a mapping</description>
      <pubDate>Wed, 01 Feb 2012 18:45:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257609#M210739</guid>
      <dc:creator>mkappel</dc:creator>
      <dc:date>2012-02-01T18:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open .eml files in Lotus Notes directly?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257610#M210740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After you have applied these settings the .eml files are also opened in &lt;/SPAN&gt;&lt;STRONG&gt;MS-Outlook&lt;/STRONG&gt;&lt;SPAN&gt; directly if you are using Outlook as your default E-Mail Client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the mime type action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;openOfficeDocument('{serverurl}zidi','{dmsid}','{prop#OW_ObjectName}',false,'.msg')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for the mime type application/msoutlook&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also &lt;/SPAN&gt;&lt;STRONG&gt;.msg&lt;/STRONG&gt;&lt;SPAN&gt; files are directly opened in MS Outlook.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 08:07:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257610#M210740</guid>
      <dc:creator>rapa</dc:creator>
      <dc:date>2012-02-02T08:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open .eml files in Lotus Notes directly?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257611#M210741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the useful solution, But last few months ago I have used a &lt;A href="https://www.softaken.com/eml-to-nsf-converter" rel="nofollow noopener noreferrer"&gt;paid tool&lt;/A&gt; for converting my eml file&amp;nbsp;to Lotus Notes. I will share this solution&amp;nbsp;with my friends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:13:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-open-eml-files-in-lotus-notes-directly/m-p/257611#M210741</guid>
      <dc:creator>peterwalker12</dc:creator>
      <dc:date>2017-08-18T10:13:57Z</dc:date>
    </item>
  </channel>
</rss>

