<?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: Mail to Evernote</title> <atom:link href="http://veritrope.com/tips/mail-to-evernote/feed/" rel="self" type="application/rss+xml" /><link>http://veritrope.com/tech/mail-to-evernote/</link> <description>Tech, Arts, Travel</description> <lastBuildDate>Fri, 10 Feb 2012 05:15:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Justin</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-12859</link> <dc:creator>Justin</dc:creator> <pubDate>Thu, 12 May 2011 01:48:12 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-12859</guid> <description>Hi Bruce,
When it comes to archiving individual notes, I think that getting stuff from Mail into Evernote via your account email address is probably just as easy!
But mailing in multiple notes combines them *into a single note*, which isn&#039;t desirable in many cases. Let&#039;s say you want to archive a folder&#039;s worth of emails, tagging and directing each one individually to the proper notebook.  The clipper address doesn&#039;t do that, but the AppleScript will.
Also any tags you assign via MailTags will not automatically transfer over to Evernote via the email clipper address -- you manually have to add them to the subject line of the email.  The AppleScript &quot;pre-populates&quot; the tag field with the item&#039;s MailTags for your convenience.
One of the things I like best about technology is that people usually figure out more than one way to accomplish things.  We can each pick the tools or methods that make the most sense to us. This script works for me but, then again, I&#039;m a little Script-happy! ;)</description> <content:encoded><![CDATA[<p>Hi Bruce,</p><p>When it comes to archiving individual notes, I think that getting stuff from Mail into Evernote via your account email address is probably just as easy!</p><p>But mailing in multiple notes combines them *into a single note*, which isn&#8217;t desirable in many cases. Let&#8217;s say you want to archive a folder&#8217;s worth of emails, tagging and directing each one individually to the proper notebook.  The clipper address doesn&#8217;t do that, but the AppleScript will.</p><p>Also any tags you assign via MailTags will not automatically transfer over to Evernote via the email clipper address &#8212; you manually have to add them to the subject line of the email.  The AppleScript &#8220;pre-populates&#8221; the tag field with the item&#8217;s MailTags for your convenience.</p><p>One of the things I like best about technology is that people usually figure out more than one way to accomplish things.  We can each pick the tools or methods that make the most sense to us. This script works for me but, then again, I&#8217;m a little Script-happy! <img
src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: mike</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-12849</link> <dc:creator>mike</dc:creator> <pubDate>Wed, 11 May 2011 22:36:43 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-12849</guid> <description>I&#039;m not sure I understand what you mean?</description> <content:encoded><![CDATA[<p>I&#8217;m not sure I understand what you mean?</p> ]]></content:encoded> </item> <item><title>By: Bruce</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-12844</link> <dc:creator>Bruce</dc:creator> <pubDate>Wed, 11 May 2011 21:40:00 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-12844</guid> <description>Nice, but it is just as simple to get mail tags and have the email forwarded to the clipper address assigned to you. One stroke gets it into Evernote. Just a thought.</description> <content:encoded><![CDATA[<p>Nice, but it is just as simple to get mail tags and have the email forwarded to the clipper address assigned to you. One stroke gets it into Evernote. Just a thought.</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-10893</link> <dc:creator>Justin</dc:creator> <pubDate>Wed, 30 Mar 2011 03:30:22 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-10893</guid> <description>Hi Mike,
It would certainly be possible to set up the Script to work with a Local Folder!
Once you&#039;ve created the Local folder in Evernote, you&#039;ll need to make one minor change to the AppleScript.  At the beginning of the script, you&#039;ll see this line:
&lt;code&gt;property EVnotebook : &quot;&quot;&lt;/code&gt;
Just put the name of your local folder in between the quotation marks and you should be all set... ENJOY!</description> <content:encoded><![CDATA[<p>Hi Mike,</p><p>It would certainly be possible to set up the Script to work with a Local Folder!</p><p>Once you&#8217;ve created the Local folder in Evernote, you&#8217;ll need to make one minor change to the AppleScript.  At the beginning of the script, you&#8217;ll see this line:</p><div
class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div
class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">property EVnotebook : &quot;&quot;</div></div><p>Just put the name of your local folder in between the quotation marks and you should be all set&#8230; ENJOY!</p> ]]></content:encoded> </item> <item><title>By: mike</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-10890</link> <dc:creator>mike</dc:creator> <pubDate>Wed, 30 Mar 2011 02:49:44 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-10890</guid> <description>I had an interesting idea that is related to this script and wanted to get your take on it.  I would like to set up a local evernote folder and have a script that forwards all email from my mac mail to this folder.  This way it does not overload your evernote quota, but gives you the ability to then move and categorize your email from there to synced folders.  All the time have the ability to use the power of evernote search features.  So basically this local folder can act as you email inbox of sorts.  Is this similar in script to what you have written here?
Thanks
Mike</description> <content:encoded><![CDATA[<p>I had an interesting idea that is related to this script and wanted to get your take on it.  I would like to set up a local evernote folder and have a script that forwards all email from my mac mail to this folder.  This way it does not overload your evernote quota, but gives you the ability to then move and categorize your email from there to synced folders.  All the time have the ability to use the power of evernote search features.  So basically this local folder can act as you email inbox of sorts.  Is this similar in script to what you have written here?</p><p>Thanks<br
/> Mike</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-4190</link> <dc:creator>Justin</dc:creator> <pubDate>Wed, 01 Dec 2010 00:02:51 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-4190</guid> <description>Fixed -- and I&#039;m now prepared to be showered with money from all corners of the globe! ;)</description> <content:encoded><![CDATA[<p>Fixed &#8212; and I&#8217;m now prepared to be showered with money from all corners of the globe! <img
src='http://veritrope.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-4082</link> <dc:creator>Mark</dc:creator> <pubDate>Fri, 26 Nov 2010 17:29:32 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-4082</guid> <description>Good app - thanks; tried to donate but Paypal says: This recipient does not accept payments from non-US PayPal accounts.
Better change that!</description> <content:encoded><![CDATA[<p>Good app &#8211; thanks; tried to donate but Paypal says: This recipient does not accept payments from non-US PayPal accounts.</p><p>Better change that!</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-3045</link> <dc:creator>Justin</dc:creator> <pubDate>Mon, 25 Oct 2010 14:40:56 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-3045</guid> <description>Hi David,
I &lt;a href=&quot;http://veritrope.com/tips/the-basics-using-keyboard-shortcuts-with-applescripts/&quot; rel=&quot;nofollow&quot;&gt;recently wrote a post about using keyboard shortcuts with AppleScript&lt;/a&gt; that should help you get started....
Have Fun!
-Justin</description> <content:encoded><![CDATA[<p>Hi David,</p><p>I <a
href="http://veritrope.com/tips/the-basics-using-keyboard-shortcuts-with-applescripts/"  rel="nofollow">recently wrote a post about using keyboard shortcuts with AppleScript</a> that should help you get started&#8230;.</p><p>Have Fun!<br
/> -Justin</p> ]]></content:encoded> </item> <item><title>By: Daivd</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-3042</link> <dc:creator>Daivd</dc:creator> <pubDate>Mon, 25 Oct 2010 12:44:22 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-3042</guid> <description>You said: &quot;&quot;Keyboard shortcuts can also be assigned to AppleScripts in the script menu using the System Preferences “Keyboard &amp; Mouse Settings”.&quot;&quot;
Thanks BUT having trouble setting up this short-cut. I try to add it (in sys pref ---&gt;kybd&amp;mous setting---&gt;+Application) but it doesn&#039;t take.
What am i doing wrong please?
-David</description> <content:encoded><![CDATA[<p>You said: &#8220;&#8221;Keyboard shortcuts can also be assigned to AppleScripts in the script menu using the System Preferences “Keyboard &amp; Mouse Settings”.&#8221;"</p><p>Thanks BUT having trouble setting up this short-cut. I try to add it (in sys pref &#8212;&gt;kybd&amp;mous setting&#8212;&gt;+Application) but it doesn&#8217;t take.</p><p>What am i doing wrong please?</p><p>-David</p> ]]></content:encoded> </item> <item><title>By: Justin</title><link>http://veritrope.com/tech/mail-to-evernote/#comment-1632</link> <dc:creator>Justin</dc:creator> <pubDate>Fri, 20 Aug 2010 15:53:21 +0000</pubDate> <guid
isPermaLink="false">http://veritrope.com/?p=1114#comment-1632</guid> <description>I would check back here in the next few weeks: Some new scripts are coming... and I think yours may be one of them!
So -- PDF Archive , Mail Tags support....
Who else has suggestions for the next round of improvements?</description> <content:encoded><![CDATA[<p>I would check back here in the next few weeks: Some new scripts are coming&#8230; and I think yours may be one of them!</p><p>So &#8212; PDF Archive , Mail Tags support&#8230;.</p><p>Who else has suggestions for the next round of improvements?</p> ]]></content:encoded> </item> </channel> </rss>
