<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Growl notifications with Entourage 2008</title>
	<atom:link href="http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/</link>
	<description>aut viam inveniam aut faciam</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:10:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: alex</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2278</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 19 May 2010 23:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2278</guid>
		<description>dude, pure awesomeness!!!... big thanks, exactly what I was looking for! also good ReadMe btw....</description>
		<content:encoded><![CDATA[<p>dude, pure awesomeness!!!&#8230; big thanks, exactly what I was looking for! also good ReadMe btw&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Growl notification script for Mac OS Mail</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2277</link>
		<dc:creator>Growl notification script for Mac OS Mail</dc:creator>
		<pubDate>Sat, 29 Aug 2009 21:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2277</guid>
		<description>[...] I created a script to enable Growl notifications for Entourage, complete with subject, from and the first part of the email, I have adapted the script to work [...]</description>
		<content:encoded><![CDATA[<p>[...] I created a script to enable Growl notifications for Entourage, complete with subject, from and the first part of the email, I have adapted the script to work [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Cook</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2276</link>
		<dc:creator>Al Cook</dc:creator>
		<pubDate>Mon, 06 Jul 2009 22:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2276</guid>
		<description>I found if Entourage was receiving a large number of messages my system got absolutely spammed by growl notifications and i couldn&#039;t do anything. i fixed this by adding a sleep timer of half the length of my growl notification duration - this limits the number of open notifications to 3 max.

My change is in the section below:
if msgPri is greater than -1 then
			tell application &quot;GrowlHelperApp&quot;
				-- Register ourselves
				register as application &quot;Entourage Growl Notifier&quot; all notifications allNotificationsList default notifications enabledNotificationsList icon of application &quot;Microsoft Entourage&quot;
				-- Notifiy Growl
				notify with name &quot;New Email&quot; title (msgSubj) description (&quot;From:&quot; &amp; msgFrom &amp; return &amp; &quot;Message:&quot; &amp; msgText) application name &quot;Entourage Growl Notifier&quot; priority msgPri sticky msgStick image from location msgIcon
			end tell
		end if
		-- ARC wait so we don&#039;t spam the growl
		-- delay 2 apparently that&#039;s CPU inefficient
		do shell script &quot;sleep 2&quot;</description>
		<content:encoded><![CDATA[<p>I found if Entourage was receiving a large number of messages my system got absolutely spammed by growl notifications and i couldn&#8217;t do anything. i fixed this by adding a sleep timer of half the length of my growl notification duration &#8211; this limits the number of open notifications to 3 max.</p>
<p>My change is in the section below:<br />
if msgPri is greater than -1 then<br />
			tell application &#8220;GrowlHelperApp&#8221;<br />
				&#8211; Register ourselves<br />
				register as application &#8220;Entourage Growl Notifier&#8221; all notifications allNotificationsList default notifications enabledNotificationsList icon of application &#8220;Microsoft Entourage&#8221;<br />
				&#8211; Notifiy Growl<br />
				notify with name &#8220;New Email&#8221; title (msgSubj) description (&#8220;From:&#8221; &amp; msgFrom &amp; return &amp; &#8220;Message:&#8221; &amp; msgText) application name &#8220;Entourage Growl Notifier&#8221; priority msgPri sticky msgStick image from location msgIcon<br />
			end tell<br />
		end if<br />
		&#8211; ARC wait so we don&#8217;t spam the growl<br />
		&#8211; delay 2 apparently that&#8217;s CPU inefficient<br />
		do shell script &#8220;sleep 2&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Cook</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2275</link>
		<dc:creator>Al Cook</dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2275</guid>
		<description>Very useful, works perfectly. Thank you for your time!</description>
		<content:encoded><![CDATA[<p>Very useful, works perfectly. Thank you for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2274</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2274</guid>
		<description>Eric, error 16002 is usually related to database corruption, Google the error number and you will find instructions on how to rebuild it. Does the problem go away if you remove the script and the rule?</description>
		<content:encoded><![CDATA[<p>Eric, error 16002 is usually related to database corruption, Google the error number and you will find instructions on how to rebuild it. Does the problem go away if you remove the script and the rule?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilles</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2273</link>
		<dc:creator>Gilles</dc:creator>
		<pubDate>Tue, 31 Mar 2009 07:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2273</guid>
		<description>Thanks, working perfectly for all my accounts (Exchange, IMAP,..)</description>
		<content:encoded><![CDATA[<p>Thanks, working perfectly for all my accounts (Exchange, IMAP,..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2272</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 31 Mar 2009 00:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2272</guid>
		<description>Hi, I installed this script. And I think I have put them in right folder.
But error message still pops up, not like those mentioned in previous posts:
it is:

The script encountered error &quot;Microsoft Entourage got an error: an error of type 16002 has occurred.&quot; during execution.

Can you give me some advice on this problem? thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I installed this script. And I think I have put them in right folder.<br />
But error message still pops up, not like those mentioned in previous posts:<br />
it is:</p>
<p>The script encountered error &#8220;Microsoft Entourage got an error: an error of type 16002 has occurred.&#8221; during execution.</p>
<p>Can you give me some advice on this problem? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piratepinion</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2271</link>
		<dc:creator>piratepinion</dc:creator>
		<pubDate>Wed, 18 Mar 2009 21:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2271</guid>
		<description>thank you! i hadn&#039;t seen that you actually have to create the rule for each type of account (pop, imap, exchange, etc.). i had created the rule only for pop-accounts, selecting also my exchange server account as a part of that rule. that didn&#039;t work, obviously. thanks to your comment i looked a bit better. it works very well now!</description>
		<content:encoded><![CDATA[<p>thank you! i hadn&#8217;t seen that you actually have to create the rule for each type of account (pop, imap, exchange, etc.). i had created the rule only for pop-accounts, selecting also my exchange server account as a part of that rule. that didn&#8217;t work, obviously. thanks to your comment i looked a bit better. it works very well now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2270</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 18 Mar 2009 20:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2270</guid>
		<description>You need to configure the incoming email rules for every  account in Entourage, I have exchange, POP and IMAP accounts and they all work the same.</description>
		<content:encoded><![CDATA[<p>You need to configure the incoming email rules for every  account in Entourage, I have exchange, POP and IMAP accounts and they all work the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piratepinion</title>
		<link>http://mikepuchol.com/2008/06/04/growl-notifications-with-entourage-2008/comment-page-1/#comment-2269</link>
		<dc:creator>piratepinion</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.am/?p=232#comment-2269</guid>
		<description>it works for me, but only for pop-mail, not for imap-mail i get through an exchange server. is there any special setting to make it work for imap-mail too? i recently discovered growl and i am starting to like it a lot. if it would work for my imap/exchange server mail too, that would make my life complete... (slight exaggeration)!</description>
		<content:encoded><![CDATA[<p>it works for me, but only for pop-mail, not for imap-mail i get through an exchange server. is there any special setting to make it work for imap-mail too? i recently discovered growl and i am starting to like it a lot. if it would work for my imap/exchange server mail too, that would make my life complete&#8230; (slight exaggeration)!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

