<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Veritrope &#187; Mail</title>
	<atom:link href="http://veritrope.com/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://veritrope.com</link>
	<description>Tech, Arts, Travel</description>
	<lastBuildDate>Mon, 05 Jul 2010 09:46:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='veritrope.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Glitches with Snow Leopard, Exchange, and AppleScript?</title>
		<link>http://veritrope.com/tips/glitches-with-snow-leopard-exchange-and-applescript/</link>
		<comments>http://veritrope.com/tips/glitches-with-snow-leopard-exchange-and-applescript/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:49:41 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Ben Waldie]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Mail.app]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://veritrope.com/?p=3670</guid>
		<description><![CDATA[Trouble with Mac OS X Snow Leopard and Exchange Using An AppleScript Rule Inside of Mail?  Here's the latest information!]]></description>
			<content:encoded><![CDATA[<p><span class="pullquote"><!--"The best laid schemes of mice and men, Go often askew, And leave us nothing but grief and pain, For promised joy!" - Robert Burns--></span><br />
<a target="_blank" href="http://forums.macrumors.com/showthread.php?t=866367" >There was a recent post on the the Mac Rumors Forum</a> with this AppleScript question:<br />
<blockquote><i>&#8220;I have a rule in Mail, which moves specific emails to a specific email folder&#8230;  Now I need an AppleScript to run in conjunction with the rule, which will save each email as a txt file in a folder on my desktop&#8230;. Can anyone suggest how I go about this?&#8221;</i> </p></blockquote>
<p>You remember that I whipped up <a href="http://veritrope.com/tips/export-apple-mail-messages-and-notes-to-text-files" >an Export Apple Mail Messages to Text Files script </a> just a few weeks ago that pretty much fits that description, right?  So I thought that, in the process of turning it into something that Apple Mail can use, I could do a little walk-through for you guys of how to write a script like this in the first place!</p>
<p>Easy, right?  A walk in the park. </p>
<p>HA!  <img src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (And <em>how</em> does that Robert Burns poem go again?)</p>
<p><span id="more-3670"></span></p>
<h3>&#8220;Hmmph.  That&#8217;s weird.&#8221;</h3>
<p>After a short burst of hack-fu, I had a script that would work within Apple Mail&#8230;with one small caveat:  When selecting the message and applying the rule manually, everything worked&#8230; But when a message arrived on my Exchange email account and triggered the script by a rule, it exported the content of <strong><em>the previous message</em></strong> to the resulting text file.</p>
<p>Hmmph.  That&#8217;s weird.  &#8220;I must have made a mistake somewhere&#8230;&#8221;, I said to myself.</p>
<p>But no matter what I tried, it always exported the wrong file!  I called in the big guns for help with <a target="_blank" href="http://macscripter.net/viewtopic.php?id=32125" >this post on the MacScripter website</a>.  <a target="_blank" href="http://www.automatedworkflows.com/about/staff_bios/ben_waldie.html" >Ben Waldie</a> &#8212; a guru in AppleScript community and  <a target="_blank" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%5Fsb%5Fnoss%26y%3D0%26field-keywords%3DBen%2520Waldie%26url%3Dsearch-alias%253Daps&#038;tag=veritrope-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=390957" >author of many excellent books about Automator</a><img src="https://www.assoc-amazon.com/e/ir?t=veritrope-20&#038;l=ur2&#038;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />&#8211; personally pitched in to try and sort this out&#8230;. sadly to no avail. (Thanks again, Ben!)</p>
<p>A quick search around reveals that this may not just be me: I saw this <a target="_blank" href="http://www.cupcakewithsprinkles.com/growl-notifications-for-apple-mail-on-mac-os-x-snow-leopard-10-6/" >Comment Thread</a> and also <a target="_blank" href="http://stackoverflow.com/questions/1597730/applescript-rule-action-appears-to-be-passed-the-wrong-message-in-apple-mail" >this post on stackoverflow</a>.</p>
<p>Is this a wide-spread bug with Apple Mail, Exchange, and AppleScript?  I&#8217;ve noticed a few other shall-we-say&#8230; <em>anomalies</em> with the way OS X works with Exchange &#8212; and I&#8217;m starting to wonder if this is another to add to the list.</p>
<h1>Anyone else have the same issue? Please post in the comments below!</h1>
<h3>A description of what you&#8217;ve found out would be great (especially if it solves the problem) &#8212; but even a &#8220;Me too!&#8221; is helpful. </h3>
]]></content:encoded>
			<wfw:commentRss>http://veritrope.com/tips/glitches-with-snow-leopard-exchange-and-applescript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tech Links for Thursday, June 4, 2009</title>
		<link>http://veritrope.com/from-other-websites/tech-links-for-thursday-june-4-2009/</link>
		<comments>http://veritrope.com/from-other-websites/tech-links-for-thursday-june-4-2009/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 20:08:00 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[From Other Websites]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cradlepoint]]></category>
		<category><![CDATA[Eye-Fi]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[MiFi]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[Project Natal]]></category>

		<guid isPermaLink="false">http://veritrope.com/?p=1775</guid>
		<description><![CDATA[Some Links that I Thought You'd Enjoy...]]></description>
			<content:encoded><![CDATA[<ul>
<li><img border="0" alt="www.engadget.com" src="http://www.engadget.com/favicon.ico" width="15" height="15" /> <strong> <a target="_blank" href="http://www.engadget.com/2009/06/03/project-natal-video-hands-on-impressions-and-further-details/"  title="Project Natal video hands-on, impressions, and further details">Project Natal video hands-on, impressions, and further details</a></strong><br />Games Without Controllers? &#8220;Project Natal&#8221; is Microsoft&#8217;s *Next Level Tech* that can read your body&#8217;s movement.  Watch the videos and be prepared to feel a little freaked out! <br />(Via <a target="_blank" href="http://www.engadget.com/2009/06/03/project-natal-video-hands-on-impressions-and-further-details/"  title="www.engadget.com">www.engadget.com </a>)</li>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="265" id="viddler"><param name="movie" value="http://www.viddler.com/simple_on_site/44771808" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/simple_on_site/44771808" width="437" height="265" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler" ></embed></object></p>
<li><img border="0"  src="http://www.appleinsider.com/favicon.ico" width="15" height="15" />	<strong> <a target="_blank" href="http://www.appleinsider.com/articles/09/06/04/review_roundup_palms_pre_and_its_fledgeling_webos.html"  title="Review roundup: Palm's Pre and its fledgeling WebOS">Review roundup: Palm&#8217;s Pre and its fledgeling WebOS</a></strong><br />Several reviews on the new Palm Pre &#8212; looks like Apple better put on a hell of a show next week!<br />(Via <a target="_blank" href="http://www.appleinsider.com/articles/09/06/04/review_roundup_palms_pre_and_its_fledgeling_webos.html"  title="www.appleinsider.com">www.appleinsider.com </a>)</li>
<p>
<li><img border="0"  src="http://www.gadling.com/favicon.ico" width="15" height="15" />	<strong> <a target="_blank" href="http://www.gadling.com/2009/06/01/gadling-gear-review-eye-fi-mifi-wifi-wireless-camera-up/"  title="Gadling gear review - Eye-Fi + MiFi + WiFi = wireless camera uploads | Gadling.com">Gadling gear review &#8211; Eye-Fi + MiFi + WiFi = wireless camera uploads | Gadling.com</a></strong><br />Eye-Fi + MiFi + WiFi = instant uploads of your photos &#8212; Assuming that this works with the awesome <a target="_blank" href="http://www.amazon.com/gp/product/B001963VPU?ie=UTF8&#038;tag=veritrope-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001963VPU" >Cradlepoint Travel Router</a><img src="http://www.assoc-amazon.com/e/ir?t=veritrope-20&#038;l=as2&#038;o=1&#038;a=B001963VPU" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> as well&#8230;<br />(Via <a target="_blank" href="http://www.gadling.com/2009/06/01/gadling-gear-review-eye-fi-mifi-wifi-wireless-camera-up/"  title="www.gadling.com">www.gadling.com </a>)</li>
<p>
<li><img border="0"  src="http://www.computerhistory.org/favicon.ico" width="15" height="15" />	<strong> <a target="_blank" href="http://www.computerhistory.org/highlights/earlyapple/"  title="Computer History Museum | Early Apple Business Documents">Computer History Museum | Early Apple Business Documents</a></strong><br />Ever wonder how two guys in a garage became &#8220;Apple Computer&#8221;?  Read their original business plans and find out!<br />(Via <a target="_blank" href="http://www.computerhistory.org/highlights/earlyapple/"  title="www.computerhistory.org">www.computerhistory.org </a>)</li>
<p>
<li><img border="0"  src="http://www.macworld.com/favicon.ico" width="15" height="15" />	<strong> <a target="_blank" href="http://www.macworld.com/article/140978/2009/06/forwardmany.html?lsrc=rss_main"  title="Combine multiple Mail messages for forwarding | E-mail and Internet | Mac OS X Hints | Macworld">Combine multiple Mail messages for forwarding | E-mail and Internet | Mac OS X Hints | Macworld</a></strong><br />A Great Tip For Apple Mail Users!<br />(Via <a target="_blank" href="http://www.macworld.com/article/140978/2009/06/forwardmany.html?lsrc=rss_main"  title="www.macworld.com">www.macworld.com </a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veritrope.com/from-other-websites/tech-links-for-thursday-june-4-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: veritrope.com @ 2010-08-01 04:40:56 -->