<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: AppleScript, Email Announcer</title>
	<atom:link href="http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/feed/" rel="self" type="application/rss+xml" />
	<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Feb 2010 17:18:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: E-z</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-264</link>
		<dc:creator>E-z</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-264</guid>
		<description>Hey any comments are still appreciated, however I think I may have just done it, and I don&#039;t know how.

tell application &quot;Mail&quot;
	set theSelection to selection
	set theMessage to item 1 of theSelection
	extract address from sender of theMessage
end tell</description>
		<content:encoded><![CDATA[<p>Hey any comments are still appreciated, however I think I may have just done it, and I don&#8217;t know how.</p>
<p>tell application &#8220;Mail&#8221;<br />
	set theSelection to selection<br />
	set theMessage to item 1 of theSelection<br />
	extract address from sender of theMessage<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E-z</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-263</link>
		<dc:creator>E-z</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-263</guid>
		<description>Hey, i have been looking all over for something kinda like your script, well at least part of it.
Mail&#039;s dictionary isn&#039;t very helpful i guess if you don&#039;t know what your looking at lol.
Anyway, i was hoping some one could help me out... I need to extract the name, if there is one, and the address, and then where you have it &quot;say&quot; something i would just leave it open so i could use the variables &quot;the_sender&quot; and my &quot;the_address&quot; for other things. I cant get it to extract the address no matter what I do.

so basically just this...
on perform_mail_action(info)
tell application &quot;Mail&quot;
set the_messages to &#124;SelectedMessages&#124; of info
repeat with a_message in the_messages
set the_sender to extract name from sender of a_message

(*if (junk mail status of a_message) is not true then
say &quot;Mail from &quot; &amp; the_sender
end if*)

end repeat
end tell
end perform_mail_action</description>
		<content:encoded><![CDATA[<p>Hey, i have been looking all over for something kinda like your script, well at least part of it.<br />
Mail&#8217;s dictionary isn&#8217;t very helpful i guess if you don&#8217;t know what your looking at lol.<br />
Anyway, i was hoping some one could help me out&#8230; I need to extract the name, if there is one, and the address, and then where you have it &#8220;say&#8221; something i would just leave it open so i could use the variables &#8220;the_sender&#8221; and my &#8220;the_address&#8221; for other things. I cant get it to extract the address no matter what I do.</p>
<p>so basically just this&#8230;<br />
on perform_mail_action(info)<br />
tell application &#8220;Mail&#8221;<br />
set the_messages to |SelectedMessages| of info<br />
repeat with a_message in the_messages<br />
set the_sender to extract name from sender of a_message</p>
<p>(*if (junk mail status of a_message) is not true then<br />
say &#8220;Mail from &#8221; &amp; the_sender<br />
end if*)</p>
<p>end repeat<br />
end tell<br />
end perform_mail_action</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andyman online: AppleScript Email Announcer</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-204</link>
		<dc:creator>andyman online: AppleScript Email Announcer</dc:creator>
		<pubDate>Thu, 17 Dec 2009 08:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-204</guid>
		<description>[...] Link [...]</description>
		<content:encoded><![CDATA[<p>[...] Link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emilcar &#187; Reglas interesantes en Mail</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-198</link>
		<dc:creator>emilcar &#187; Reglas interesantes en Mail</dc:creator>
		<pubDate>Mon, 07 Dec 2009 08:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-198</guid>
		<description>[...] de música en iTunes que tengamos en marcha en ese momento. Para empezar vamos a la web de George Sudarkoff y copiamos el texto del script que ha diseñado para anunciar la llegada de emails. En nuestro Mac [...]</description>
		<content:encoded><![CDATA[<p>[...] de música en iTunes que tengamos en marcha en ese momento. Para empezar vamos a la web de George Sudarkoff y copiamos el texto del script que ha diseñado para anunciar la llegada de emails. En nuestro Mac [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Applescript: Голосовое оповещение важного письма &#124; Mac911.Ru</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-195</link>
		<dc:creator>Applescript: Голосовое оповещение важного письма &#124; Mac911.Ru</dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-195</guid>
		<description>[...] всего скачайте и сохраните сценарий. Потом в настройках Mail создайте [...]</description>
		<content:encoded><![CDATA[<p>[...] всего скачайте и сохраните сценарий. Потом в настройках Mail создайте [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sami</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-192</link>
		<dc:creator>sami</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-192</guid>
		<description>oh i just got it...
just had to add the following line:
set the_subject to extract name from subject of a_message</description>
		<content:encoded><![CDATA[<p>oh i just got it&#8230;<br />
just had to add the following line:<br />
set the_subject to extract name from subject of a_message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sami</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-191</link>
		<dc:creator>sami</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-191</guid>
		<description>this is a great script! works fine too...
i was wondering who i can make it say:

You have an email from [sender] with the subject [subject]

i tried
say &quot;You have an email from &quot; &amp; the_sender &amp; &quot;with the subject &quot; &amp; the_subject

this doesn&#039;t work. i take it that i&#039;ve made a mistake with the &quot;the_subject&quot; part. can anyone help?

thanks!</description>
		<content:encoded><![CDATA[<p>this is a great script! works fine too&#8230;<br />
i was wondering who i can make it say:</p>
<p>You have an email from [sender] with the subject [subject]</p>
<p>i tried<br />
say &#8220;You have an email from &#8221; &amp; the_sender &amp; &#8220;with the subject &#8221; &amp; the_subject</p>
<p>this doesn&#8217;t work. i take it that i&#8217;ve made a mistake with the &#8220;the_subject&#8221; part. can anyone help?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-190</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-190</guid>
		<description>Love it also.  But, I have the same problem with Mail 4.2.</description>
		<content:encoded><![CDATA[<p>Love it also.  But, I have the same problem with Mail 4.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Batla</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-182</link>
		<dc:creator>Greg Batla</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-182</guid>
		<description>Awesome script! Thanks so much for sharing this.</description>
		<content:encoded><![CDATA[<p>Awesome script! Thanks so much for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://george.sudarkoff.com/2005/10/27/applescript-email-announcer/#comment-180</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://sudarkoff.wordpress.com/2005/10/27/applescript-email-announcer/#comment-180</guid>
		<description>Hi - I love the concept of this script however I am having a problem.  I am using SL with Mail.app 4.2.  The script announces the name of the previous email vs the latest email that came in.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I love the concept of this script however I am having a problem.  I am using SL with Mail.app 4.2.  The script announces the name of the previous email vs the latest email that came in.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
