<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: More on Entourage Vs Mail.app</title>
	<atom:link href="http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<pubDate>Fri, 09 Jan 2009 01:57:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: smorr</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-24922</link>
		<dc:creator>smorr</dc:creator>
		<pubDate>Fri, 22 Sep 2006 12:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-24922</guid>
		<description>This is a little harder than you may think. remember most attachments would not be clear text -- so just base64 decoding them would not be enough because then you would more or less have to pipe the attachment though the mdimporter of whatever filetype it may be (word, excel, omni outliner, whatever) and then somehow associate that back to the email message. 

One thing that may be possible is to add a metadata field "mailMessageAttachment" = "messageId"  that would point back to the source message -- and figure out how to return hits (in Mail) for those documents so that it would know to get the original message.  

Not to say impossible, but not trivial in the least (and I have grokked a good understanding of Mail's internals)</description>
		<content:encoded><![CDATA[<p>This is a little harder than you may think. remember most attachments would not be clear text &#8212; so just base64 decoding them would not be enough because then you would more or less have to pipe the attachment though the mdimporter of whatever filetype it may be (word, excel, omni outliner, whatever) and then somehow associate that back to the email message. </p>
<p>One thing that may be possible is to add a metadata field &#8220;mailMessageAttachment&#8221; = &#8220;messageId&#8221;  that would point back to the source message &#8212; and figure out how to return hits (in Mail) for those documents so that it would know to get the original message.  </p>
<p>Not to say impossible, but not trivial in the least (and I have grokked a good understanding of Mail&#8217;s internals)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Schmitt</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-24348</link>
		<dc:creator>Alan Schmitt</dc:creator>
		<pubDate>Tue, 19 Sep 2006 05:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-24348</guid>
		<description>Jesse: it would indeed be great for someone to write such a plugin. I don't know how difficult it would be though: one would need to somehow integrate with Mail.app (which does not seem to nicely expose its api), decode the base64 attachments (easy), and push everything back to Spotlight so that the right importer for the attachment is used.

I guess this is just one extra feature to add to a "perfect mail client" that I hope someone will write one day ;-)</description>
		<content:encoded><![CDATA[<p>Jesse: it would indeed be great for someone to write such a plugin. I don&#8217;t know how difficult it would be though: one would need to somehow integrate with Mail.app (which does not seem to nicely expose its api), decode the base64 attachments (easy), and push everything back to Spotlight so that the right importer for the attachment is used.</p>
<p>I guess this is just one extra feature to add to a &#8220;perfect mail client&#8221; that I hope someone will write one day ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse David Hollington</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-23420</link>
		<dc:creator>Jesse David Hollington</dc:creator>
		<pubDate>Fri, 15 Sep 2006 15:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-23420</guid>
		<description>&lt;b&gt;Alan&lt;/b&gt;:  After a bit more specific testing on my own, it seems I spoke too soon....

Mail.app does full-text index everything it &lt;em&gt;can&lt;/em&gt; in an attachment, so text attachments are definitely included (in my case, I do get a lot of text attachments in the form of scripts and so forth, so it's very useful to me).  Entourage definitely does &lt;b&gt;NOT&lt;/b&gt; present this information to Spotlight, since the metadata is creates does not include attachment data, even for text attachments.

The problem with attachments &lt;i&gt;other than&lt;/i&gt; text files is that they are base-64 encoded, and at this time Spotlight doesn't do any base-64 decodes when building it's index.

In my case, the fact that I had many of my attachments already living in my Mail Downloads directory did allow Spotlight to find them, but at files that had been saved to my hard drive.

I don't imagine that it would be an overly complex thing for an experienced programmer to write a Spotlight plug-in that would search the base-64 encoded portion of Mail.app messages, but it doesn't appear to have been done by anybody yet.


&lt;b&gt;Quirilio&lt;/b&gt;:  The configuration is actually done in the Address Book app.  You go into preferences, and select "Sync With Exchange" and then provide the particulars to your Exchange server, including the path to WebAccess, using an http:// URL.

Whether or not option two above works for you is dependent upon the Exchange server configuration and your firewall configuration (at the Exchange server).  Some organizations block port 80 to the Exchange server to force their users to use SSL (HTTPS) connections.

The simplest way to test this is to fire up your web browser and see if you can get at Outlook Web Access using an http:// url (as opposed to https).</description>
		<content:encoded><![CDATA[<p><b>Alan</b>:  After a bit more specific testing on my own, it seems I spoke too soon&#8230;.</p>
<p>Mail.app does full-text index everything it <em>can</em> in an attachment, so text attachments are definitely included (in my case, I do get a lot of text attachments in the form of scripts and so forth, so it&#8217;s very useful to me).  Entourage definitely does <b>NOT</b> present this information to Spotlight, since the metadata is creates does not include attachment data, even for text attachments.</p>
<p>The problem with attachments <i>other than</i> text files is that they are base-64 encoded, and at this time Spotlight doesn&#8217;t do any base-64 decodes when building it&#8217;s index.</p>
<p>In my case, the fact that I had many of my attachments already living in my Mail Downloads directory did allow Spotlight to find them, but at files that had been saved to my hard drive.</p>
<p>I don&#8217;t imagine that it would be an overly complex thing for an experienced programmer to write a Spotlight plug-in that would search the base-64 encoded portion of Mail.app messages, but it doesn&#8217;t appear to have been done by anybody yet.</p>
<p><b>Quirilio</b>:  The configuration is actually done in the Address Book app.  You go into preferences, and select &#8220;Sync With Exchange&#8221; and then provide the particulars to your Exchange server, including the path to WebAccess, using an <a href="http://" rel="nofollow">http://</a> URL.</p>
<p>Whether or not option two above works for you is dependent upon the Exchange server configuration and your firewall configuration (at the Exchange server).  Some organizations block port 80 to the Exchange server to force their users to use SSL (HTTPS) connections.</p>
<p>The simplest way to test this is to fire up your web browser and see if you can get at Outlook Web Access using an <a href="http://" rel="nofollow">http://</a> url (as opposed to https).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quirilio Vilorio III</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-20991</link>
		<dc:creator>Quirilio Vilorio III</dc:creator>
		<pubDate>Sun, 10 Sep 2006 22:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-20991</guid>
		<description>Thank you all.  Jesse, pardon my ignorance, but how can I implement option number two with mail.app., do I have to configure something on the windows exchange server side? or just my mac?</description>
		<content:encoded><![CDATA[<p>Thank you all.  Jesse, pardon my ignorance, but how can I implement option number two with mail.app., do I have to configure something on the windows exchange server side? or just my mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Schmitt</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-20858</link>
		<dc:creator>Alan Schmitt</dc:creator>
		<pubDate>Sun, 10 Sep 2006 18:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-20858</guid>
		<description>Jesse: this is intereresting to know. I had decided against a Mail.app storage of documents because of this, but I'll need to check more thoroughly which file types are indexed and which are not.</description>
		<content:encoded><![CDATA[<p>Jesse: this is intereresting to know. I had decided against a Mail.app storage of documents because of this, but I&#8217;ll need to check more thoroughly which file types are indexed and which are not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse David Hollington</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19924</link>
		<dc:creator>Jesse David Hollington</dc:creator>
		<pubDate>Fri, 08 Sep 2006 19:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19924</guid>
		<description>Quirillo:  I posted a reply in the comments above, but it seems to be "awaiting moderation" so I'm not sure if you can see it.

Alan:  I haven't tested this specifically with a PDF file, so it's possible these aren't indexed by spotlight properly.  However, I know that Word/Excel documents, text attachments, and Pages documents are all indexed by Spotlight in Mail.app, but *not* in Entourage.  This is basically because Spotlight doesn't index Entourage's database content directly, but rather only metadata that is specifically exposed by Entourage, and attachments are not exposed this way.</description>
		<content:encoded><![CDATA[<p>Quirillo:  I posted a reply in the comments above, but it seems to be &#8220;awaiting moderation&#8221; so I&#8217;m not sure if you can see it.</p>
<p>Alan:  I haven&#8217;t tested this specifically with a PDF file, so it&#8217;s possible these aren&#8217;t indexed by spotlight properly.  However, I know that Word/Excel documents, text attachments, and Pages documents are all indexed by Spotlight in Mail.app, but *not* in Entourage.  This is basically because Spotlight doesn&#8217;t index Entourage&#8217;s database content directly, but rather only metadata that is specifically exposed by Entourage, and attachments are not exposed this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Schmitt</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19756</link>
		<dc:creator>Alan Schmitt</dc:creator>
		<pubDate>Fri, 08 Sep 2006 11:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19756</guid>
		<description>I'm really surprised about this "Entourage, despite its Spotlight integration, does not do full-text searching of attachments (Mail.app does)." I experimented with this a while ago, and found that attachments are not scanned by spotlight.

To test, I created a pdf using pages with some crazy string, and searched for the string using spotlight. It was found. I then put it as an attachment in an email message and erased the original. I then searched for the string and could not find it.

Did I miss something in my tests?</description>
		<content:encoded><![CDATA[<p>I&#8217;m really surprised about this &#8220;Entourage, despite its Spotlight integration, does not do full-text searching of attachments (Mail.app does).&#8221; I experimented with this a while ago, and found that attachments are not scanned by spotlight.</p>
<p>To test, I created a pdf using pages with some crazy string, and searched for the string using spotlight. It was found. I then put it as an attachment in an email message and erased the original. I then searched for the string and could not find it.</p>
<p>Did I miss something in my tests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yit</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19697</link>
		<dc:creator>yit</dc:creator>
		<pubDate>Fri, 08 Sep 2006 08:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19697</guid>
		<description>The manual from Kerio is maybe useful. You can download it from their site. In the manual is a chapter about configuring Addressbook/iSync with Kerio (or Exchange). There are also chapters about Entourage (vX/2004), iCal en Mail.app</description>
		<content:encoded><![CDATA[<p>The manual from Kerio is maybe useful. You can download it from their site. In the manual is a chapter about configuring Addressbook/iSync with Kerio (or Exchange). There are also chapters about Entourage (vX/2004), iCal en Mail.app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quirilio Vilorio III</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19561</link>
		<dc:creator>Quirilio Vilorio III</dc:creator>
		<pubDate>Fri, 08 Sep 2006 02:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19561</guid>
		<description>Thanks, but we do use Windows Small Business Server. I would appreciate someone that can help me configure the Exchange Server in order to accept the Address Book Sync.</description>
		<content:encoded><![CDATA[<p>Thanks, but we do use Windows Small Business Server. I would appreciate someone that can help me configure the Exchange Server in order to accept the Address Book Sync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yit</title>
		<link>http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19471</link>
		<dc:creator>yit</dc:creator>
		<pubDate>Thu, 07 Sep 2006 19:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/06/more-on-entourage-vs-mailapp/#comment-19471</guid>
		<description>I use Kerio Mailserver which "fakes" a Exchange server. Kerio is much cheaper than Exchange and it has a great webmail (better/nicer than OWA). The integration of Entourage with Kerio is better than mail.app with Kerio. There is also a Outlook Connector, so the integration Outlook with Kerio is also good. Just download it from Kerio.com and you will be surprised.
A great solution: Kerio on a XServe and Entourage on the OSX-clients and Outlook on the Win-clients. For the web-workers the webmail.</description>
		<content:encoded><![CDATA[<p>I use Kerio Mailserver which &#8220;fakes&#8221; a Exchange server. Kerio is much cheaper than Exchange and it has a great webmail (better/nicer than OWA). The integration of Entourage with Kerio is better than mail.app with Kerio. There is also a Outlook Connector, so the integration Outlook with Kerio is also good. Just download it from Kerio.com and you will be surprised.<br />
A great solution: Kerio on a XServe and Entourage on the OSX-clients and Outlook on the Win-clients. For the web-workers the webmail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.355 seconds -->
<!-- Cached page served by WP-Cache -->
