<?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: Email to Yojimbo script with PDF support</title>
	<atom:link href="http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<lastBuildDate>Mon, 21 Nov 2011 18:23:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kurt Todoroff</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-332043</link>
		<dc:creator>Kurt Todoroff</dc:creator>
		<pubDate>Thu, 13 May 2010 15:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-332043</guid>
		<description>This wonderfull script appears to do a lot of what I am searching for.  Can you modify it to perform the following:

1:  Prompts and allows the user to select one or more Apple Mail email messages from within Mail (10.4, 10.5, 10.6).

2:  Prompts and allows the user to select a save-to folder.

3:  For each message, saves it as a PDF file in the save-to folder, using the following naming convention for the PDF file:

     &quot;YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME - SUBJECT&quot;,

     &quot;YYYY-MM-DD HH.MM.SS Email To FIRSTNAME LASTNAME - SUBJECT&quot;,

where in the email date-sent stamp (if I am the sender) or date-received stamp (if I am the recipient):

YYYY = the year
MM = the two-digit month
DD = the two-digit day
HH = the two-digit hour (in 24-hour time)
MM = the two-digit minute
SS = the two-digit second
FIRSTNAME is the email sender&#039;s first name for email that I receive (or is the email recipient&#039;s first name for email that I send)
LASTNAME is the email sender&#039;s last name for email that I receive (or is the email recipient&#039;s first name for email that I send)
SUBJECT = the email&#039;s subject line

For example:  2010-04-10 16.32.48 Email From Kris Ryan - Status Of Payroll Updates.pdf
For example:  2010-04-10 16.33.55 Email To Sue Anderson - RE Status Of Payroll Updates.pdf  (Colon omitted after &quot;RE&quot;.)

4:  For each attachment to the message, saves it as a PDF file in the same directory using the naming convention:

     &quot;YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME Z Attachment - NUMBER - FILENAME&quot;,

where:

YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME = as above
NUMBER = an integer representing the attachment number (1, 2, ...) sorted according to filename alphabetical order
FILENAME = the name of the file attached to the email, including its extension (.docx, .xlsx, etc.)
The letter &quot;Z&quot; sorts the attachment PDFs after its respective parent email in the directory.

For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 1 - List Of Suggestions To Moore.doc.pdf
For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 2 - Proposed Salary Adjustments.xls.pdf
For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment - 3 - Salary History.pps.pdf


Note: Approximately two-thirds of all of the emails will have no attachments. The remainder will have one or more attachments consisting of a PDF or MS Office file (Word, Excel, Power Point); however, a smart implementation will be able to handle any attachment kind.  If the attachment is a PDF file, then save it &quot;as is&quot; using the stipulated naming convention, without passing it through Distiller.

Thank you for any and all assistance.

Kurt Todoroff</description>
		<content:encoded><![CDATA[<p>This wonderfull script appears to do a lot of what I am searching for.  Can you modify it to perform the following:</p>
<p>1:  Prompts and allows the user to select one or more Apple Mail email messages from within Mail (10.4, 10.5, 10.6).</p>
<p>2:  Prompts and allows the user to select a save-to folder.</p>
<p>3:  For each message, saves it as a PDF file in the save-to folder, using the following naming convention for the PDF file:</p>
<p>     &#8220;YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME &#8211; SUBJECT&#8221;,</p>
<p>     &#8220;YYYY-MM-DD HH.MM.SS Email To FIRSTNAME LASTNAME &#8211; SUBJECT&#8221;,</p>
<p>where in the email date-sent stamp (if I am the sender) or date-received stamp (if I am the recipient):</p>
<p>YYYY = the year<br />
MM = the two-digit month<br />
DD = the two-digit day<br />
HH = the two-digit hour (in 24-hour time)<br />
MM = the two-digit minute<br />
SS = the two-digit second<br />
FIRSTNAME is the email sender&#8217;s first name for email that I receive (or is the email recipient&#8217;s first name for email that I send)<br />
LASTNAME is the email sender&#8217;s last name for email that I receive (or is the email recipient&#8217;s first name for email that I send)<br />
SUBJECT = the email&#8217;s subject line</p>
<p>For example:  2010-04-10 16.32.48 Email From Kris Ryan &#8211; Status Of Payroll Updates.pdf<br />
For example:  2010-04-10 16.33.55 Email To Sue Anderson &#8211; RE Status Of Payroll Updates.pdf  (Colon omitted after &#8220;RE&#8221;.)</p>
<p>4:  For each attachment to the message, saves it as a PDF file in the same directory using the naming convention:</p>
<p>     &#8220;YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME Z Attachment &#8211; NUMBER &#8211; FILENAME&#8221;,</p>
<p>where:</p>
<p>YYYY-MM-DD HH.MM.SS Email From FIRSTNAME LASTNAME = as above<br />
NUMBER = an integer representing the attachment number (1, 2, &#8230;) sorted according to filename alphabetical order<br />
FILENAME = the name of the file attached to the email, including its extension (.docx, .xlsx, etc.)<br />
The letter &#8220;Z&#8221; sorts the attachment PDFs after its respective parent email in the directory.</p>
<p>For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment &#8211; 1 &#8211; List Of Suggestions To Moore.doc.pdf<br />
For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment &#8211; 2 &#8211; Proposed Salary Adjustments.xls.pdf<br />
For example:  2010-04-10 16.32.48 Email From Kris Ryan Z Attachment &#8211; 3 &#8211; Salary History.pps.pdf</p>
<p>Note: Approximately two-thirds of all of the emails will have no attachments. The remainder will have one or more attachments consisting of a PDF or MS Office file (Word, Excel, Power Point); however, a smart implementation will be able to handle any attachment kind.  If the attachment is a PDF file, then save it &#8220;as is&#8221; using the stipulated naming convention, without passing it through Distiller.</p>
<p>Thank you for any and all assistance.</p>
<p>Kurt Todoroff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio M.</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-191809</link>
		<dc:creator>Sergio M.</dc:creator>
		<pubDate>Tue, 07 Aug 2007 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-191809</guid>
		<description>Is it possible to Pipe Email to Yojimbo but keeping the rich text format?</description>
		<content:encoded><![CDATA[<p>Is it possible to Pipe Email to Yojimbo but keeping the rich text format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris K</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-150010</link>
		<dc:creator>Chris K</dc:creator>
		<pubDate>Wed, 06 Jun 2007 17:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-150010</guid>
		<description>I downloaded this script and installed it in the &quot;Scripts&gt;Mail&quot; folder.  However, when I attempt to run it I get this error message:

Error number: -1713
Message: No user interaction allowed.

and I am also redirected to Apple&#039;s website to a page about ordering printer supplies???  

Do you know what&#039;s happening here?  I&#039;m a complete novice with AppleScript.</description>
		<content:encoded><![CDATA[<p>I downloaded this script and installed it in the &#8220;Scripts&gt;Mail&#8221; folder.  However, when I attempt to run it I get this error message:</p>
<p>Error number: -1713<br />
Message: No user interaction allowed.</p>
<p>and I am also redirected to Apple&#8217;s website to a page about ordering printer supplies???  </p>
<p>Do you know what&#8217;s happening here?  I&#8217;m a complete novice with AppleScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drummond</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-87865</link>
		<dc:creator>Drummond</dc:creator>
		<pubDate>Sun, 18 Feb 2007 18:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-87865</guid>
		<description>I used to use Entourage - felt it did everything just a bit better, but eventually I decided that until the intel version of Entourage came out, I would try mail. Now I really like it and have got really used to it (using IMAP-IDLE, amongst other plugins). Not had the attachment delay (unless I drag and drop large pics)</description>
		<content:encoded><![CDATA[<p>I used to use Entourage &#8211; felt it did everything just a bit better, but eventually I decided that until the intel version of Entourage came out, I would try mail. Now I really like it and have got really used to it (using IMAP-IDLE, amongst other plugins). Not had the attachment delay (unless I drag and drop large pics)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Cozzolino</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-87839</link>
		<dc:creator>Philip Cozzolino</dc:creator>
		<pubDate>Sun, 18 Feb 2007 16:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-87839</guid>
		<description>Thanks! 

For the record, I am in the process of trying to decide between Entourage and Mail. Mail with MailTags and MailActOn is quite nice, but I always get these HUGE delays when trying to add attachments. Gets to be quite annoying.</description>
		<content:encoded><![CDATA[<p>Thanks! </p>
<p>For the record, I am in the process of trying to decide between Entourage and Mail. Mail with MailTags and MailActOn is quite nice, but I always get these HUGE delays when trying to add attachments. Gets to be quite annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drummond</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-87806</link>
		<dc:creator>Drummond</dc:creator>
		<pubDate>Sun, 18 Feb 2007 15:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-87806</guid>
		<description>Philip,

I am happy to take a look into it - might take me a couple of days tho</description>
		<content:encoded><![CDATA[<p>Philip,</p>
<p>I am happy to take a look into it &#8211; might take me a couple of days tho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Cozzolino</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-87229</link>
		<dc:creator>Philip Cozzolino</dc:creator>
		<pubDate>Sat, 17 Feb 2007 13:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-87229</guid>
		<description>Anyway to convert this script to work with Entourage?

(No offense Mail lovers!)</description>
		<content:encoded><![CDATA[<p>Anyway to convert this script to work with Entourage?</p>
<p>(No offense Mail lovers!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drummond</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-83623</link>
		<dc:creator>Drummond</dc:creator>
		<pubDate>Fri, 09 Feb 2007 13:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-83623</guid>
		<description>It also acts as a &quot;1 stop&quot; entry point (or at least I like to think it does). With the &quot;click the print button&quot; or drag and drop method, I then have to switch over to Yojimbo, possibly rename the note (I often send myself useful URLS and forget the subject) and add the tags - now I can run the script from a keyboard shortcut, rename if there is no subject and add the tag -  all without leaving mail. 
I personally find switching from mouse to keyboard all the time very painful and felt that something like this alleviated my pain :).</description>
		<content:encoded><![CDATA[<p>It also acts as a &#8220;1 stop&#8221; entry point (or at least I like to think it does). With the &#8220;click the print button&#8221; or drag and drop method, I then have to switch over to Yojimbo, possibly rename the note (I often send myself useful URLS and forget the subject) and add the tags &#8211; now I can run the script from a keyboard shortcut, rename if there is no subject and add the tag &#8211;  all without leaving mail.<br />
I personally find switching from mouse to keyboard all the time very painful and felt that something like this alleviated my pain :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arne</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-81510</link>
		<dc:creator>arne</dc:creator>
		<pubDate>Tue, 06 Feb 2007 06:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-81510</guid>
		<description>Yupp, that makes sense!

I never got the hold of Quicksilver et al., since I have to use a Window$ box in the office and a Mac at home. Windows trained me so much that whenever I do something I reach for the mouse and realise only then that I also have Quicksilver installed. :-(

Cheers, Tim, and keep the good work running! I am very much enjoying what you are doing here!

arne</description>
		<content:encoded><![CDATA[<p>Yupp, that makes sense!</p>
<p>I never got the hold of Quicksilver et al., since I have to use a Window$ box in the office and a Mac at home. Windows trained me so much that whenever I do something I reach for the mouse and realise only then that I also have Quicksilver installed. :-(</p>
<p>Cheers, Tim, and keep the good work running! I am very much enjoying what you are doing here!</p>
<p>arne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Gaden</title>
		<link>http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/comment-page-1/#comment-81390</link>
		<dc:creator>Tim Gaden</dc:creator>
		<pubDate>Tue, 06 Feb 2007 00:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2007/02/05/email-to-yojimbo-script-with-pdf-support/#comment-81390</guid>
		<description>Usage is not compulsory :)

But for people who like a single keyboard shortcut (say, a Quicksilver trigger), this is a good solution.</description>
		<content:encoded><![CDATA[<p>Usage is not compulsory :)</p>
<p>But for people who like a single keyboard shortcut (say, a Quicksilver trigger), this is a good solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
