<?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>Hawk Wings &#187; Apple Mail Bugs</title>
	<atom:link href="http://www.hawkwings.net/category/apple-mail-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10.6.4&#8242;s Black Email of Death</title>
		<link>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/</link>
		<comments>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:08:24 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/</guid>
		<description><![CDATA[Somewhere, in recent updates to Safari 5.0 (included in the 10.6.4 update), something went wrong with the way applications pass text to each other. A post at MacFixIt suggests that the fault lies with WebKit, which is now &#8220;using rgb(0,0,0) as the value for the CSS &#8220;background-color&#8221; property for messages&#8221;. Whatever the cause, emails generated [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/hopper_120px.jpg" alt="Hopper 120px" height="140"  align="right" border="0" hspace="10" vspace="0" width="120"/>Somewhere, in recent updates to Safari 5.0 (included in the 10.6.4 update), something went wrong with the way applications pass text to each other. </p>
<p><a href="http://reviews.cnet.com/8301-13727_7-20008012-263.html" title="Black backgrounds in Mail messages recognized by Apple | MacFixIt - CNET Reviews">A post at MacFixIt</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> suggests that the fault lies with WebKit, which is now &#8220;using rgb(0,0,0) as the value for the CSS &#8220;background-color&#8221; property for messages&#8221;. </p>
<p>Whatever the cause, emails generated in other apps often arrive in Mail.app with black text on a black background.</p>
<p>Here are some I made earlier: one generated by mailing a to-do from iCal:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/blackemailofdeath_2.jpg" alt="Blackemailofdeath 2" height="377" width="450"/></div>
<p>Another created by running an applescript over a blog post in Safari:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/blackemailofdeath.jpg" alt="Blackemailofdeath" height="368" width="450"/></div>
<p>Suggested workarounds vary in complexity.  Some involve dragging iCal appointments to the Desktop and then into Mail, others suggest copying all the blacked-out text, cutting and pasting it into another app like Textedit to turn it into plain text and then pasting it back again.</p>
<p>Unmarked Software, the developer of TextSoap, has even produced a stand-alone Mac OS X Service, <a href="http://www.unmarked.com/freebies/index.html" title="TextSoap">FixMailText</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, as a work around.</p>
<p>In fact, the fix is quite simple.  <a href="http://support.apple.com/kb/TS3385" title="">Apple&#8217;s technote</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on the problem points out that all you need to do in most cases is </p>
<p>1. Place the cursor into the body of the email.</p>
<p>2. Press &#x21E7;+&#x2318;+T (Shift + Command + T) to turn it into plain text. Or select &#8220;Make Plain Text&#8221; from Mail&#8217;s Format menu</p>
<p>3. Carry on.</p>
<p>It also suggests a slightly more convoluted workaround for those who need to preserve links embedded in Rich Text:</p>
<blockquote><p>If you want to preserve links the message might contain:</p>
<ol>
<li>Click in the body of the Mail message</li>
<li>Press Command-A to select all</li>
<li>Press Command-X to cut</li>
<li>Press the Delete key to clear remaining elements</li>
<li>Press Option-Shift-Command-V (Paste and Match Style)</li>
</ol>
<p>This will replace the black-on-black text with text that uses your default Mail font settings.</p></blockquote>
<p>As others have said, a technote from Apple on the problem is as close as one will get to acknowledgement that something is wrong.  </p>
<p>Hopefully a proper fix is not far away.</p>
<p><strong>UPDATE: 6 July 2010</strong> Mail Attachment Iconizer, a mail plugin that is also afflicted with this bug <a href="http://lokiware.info/Mail-Attachments-Iconizer">has been updated</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> with a release (2.1.10) that resolves the problem. [ via <a href="http://reviews.cnet.com/8301-13727_7-20009669-263.html?part=rss&#038;tag=feed&#038;subj=MacFixIt">MacFixIt</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>}<tags>apple mail, safari, webkit, mail.app, apple mail bugs, ical, applescript</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/09/27/sending-html-messages-in-apple-mail/" rel="bookmark" title="27 September 2005, 8:58 pm">Sending HTML messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2005/09/27/composing-html-messages-in-apple-mail/" rel="bookmark" title="27 September 2005, 11:19 am">Composing HTML messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/" rel="bookmark" title="16 June 2008, 12:16 am">Lock up Leopard Mail in three easy steps</a></li>
<li><a href="http://www.hawkwings.net/2006/04/05/betalogue-ponders-slow-death-of-plain-text/" rel="bookmark" title="5 April 2006, 12:34 am">Betalogue ponders slow death of plain text</a></li>
<li><a href="http://www.hawkwings.net/2005/10/04/fuhgeddaboutit-make-a-to-do-from-an-email/" rel="bookmark" title="4 October 2005, 10:16 pm">Fuhgeddaboutit: Make a To Do from an email</a></li>
</ul>
<p><!-- Similar Posts took 7.032 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Fixing Mail.app&#8217;s Undeleted Drafts Bug</title>
		<link>http://www.hawkwings.net/2009/11/17/fixing-mail-apps-undeleted-drafts-bug/</link>
		<comments>http://www.hawkwings.net/2009/11/17/fixing-mail-apps-undeleted-drafts-bug/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 11:32:38 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[apple mail tips]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[drafts]]></category>
		<category><![CDATA[hopper]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail.app]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2009/11/17/fixing-mail-apps-undeleted-drafts-bug/</guid>
		<description><![CDATA[Over at Rixstep , the blogger is in a fiesty mood. But in the midst of his claims about &#8220;a lot of buggy code in Mail.app&#8221; and how &#8220;Apple never respond with fixes&#8221;, he does raise a good point. Snow Leopard, and Leopard before it, are not every good at deleting draft emails. Its auto-save [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2009/11/bug_2.jpg" alt="Bug 2"  align="right" border="0" hspace="10" vspace="0" height="122" width="112"/>Over at <a href="http://rixstep.com/1/2/20091112,01.shtml" title="Apple Mail's Amnesia &mdash; Coldspots">Rixstep</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, the blogger is in a fiesty mood.  But in the midst of his claims about &#8220;a lot of buggy code in Mail.app&#8221; and how &#8220;Apple never respond with fixes&#8221;, he does raise a good point.</p>
<p>Snow Leopard, and Leopard before it, are not every good at deleting draft emails. </p>
<p>Its auto-save function leaves orphaned messages behind in its cache that are not registered in your Drafts folder (or on your IMAP server).</p>
<p>You can try this out for yourself.</p>
<p><img src="http://www.hawkwings.net/wp-content/uploads/2009/11/draftproblemshowsempty.jpg" alt="Draftproblemshowsempty"  align="right" border="0" hspace="10" vspace="0" height="88" width="172"/>First check your Drafts folder in Apple Mail and make sure that it looks empty. </p>
<p>Then open up your  <span id="code">~/Library/Mail</span> folder, navigate to the Draft folder of your email account and open up the &#8220;Messages&#8221; folder.  Although the folder shows iteslf empty in mail.app, in fact there are lots of auto-saved drafts in there!</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2009/11/draftproblemundeletedemails.jpg" alt="Draftproblemundeletedemails" height="240" width="450"/></div>
<p>Now if you are security conscious, or your work has particularly strict data management policies, then this is clearly a bad thing. </p>
<p><img src="http://www.hawkwings.net/wp-content/uploads/2009/11/draftproblemrebuild.jpg" alt="Draftproblemrebuild"  align="right" border="0" hspace="10" vspace="0" height="382" width="200"/>Otherwise, it&#8217;s just an annoying thing. They don&#8217;t do any harm but, still, Mail.app should be smarter than that.</p>
<p>Fortunately, the solution recommended by Rixstep&#8211;&#8221;you&#8217;ll have to go to the command line regularly to remove the orphans&#8221;&#8211;is not the only option.</p>
<p>There is a much easier way.</p>
<p>To remove the ghosts all you have to do is highlight the Drafts folder in Mail&#8217;s list of mailboxes on the left, and then select the Rebuild option from the Mailbox menu.</p>
<p>Poof!  They&#8217;re gone.</p>
<p>Well, they are gone for the moment.  You will need to do this again and again if the bug troubles you.  And that&#8217;s the annoying part.</p>
<p>To make sure that is worked for you, you can check back in the Drafts folder of your Mail folder.</p>
<p>Mine looks good:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2009/11/draftproblemgone.jpg" alt="Draftproblemgone" height="55" width="450"/></div>
<p> <tags>mail.app, apple mail, bugs, tips, imap, hopper, drafts, annoyances</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/06/12/roll-your-own-templates-in-mailapp/" rel="bookmark" title="12 June 2006, 8:57 pm">Roll your own templates in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2009/10/25/fixing-a-little-annoyance-in-snow-leopards-mail-app/" rel="bookmark" title="25 October 2009, 8:20 pm">Fixing a little annoyance in Snow Leopard&#8217;s Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2007/11/20/mail-scripts-gets-even-more-leopardy/" rel="bookmark" title="20 November 2007, 11:46 pm">Mail Scripts gets even more leopardy</a></li>
<li><a href="http://www.hawkwings.net/2007/11/13/mail-scripts-updated-for-leopard/" rel="bookmark" title="13 November 2007, 12:00 am">Mail Scripts updated for Leopard</a></li>
<li><a href="http://www.hawkwings.net/2006/06/30/the-final-solution-reinstalling-mailapp/" rel="bookmark" title="30 June 2006, 12:56 am">The Final Solution: Reinstalling Mail.app</a></li>
</ul>
<p><!-- Similar Posts took 6.933 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2009/11/17/fixing-mail-apps-undeleted-drafts-bug/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lock up Leopard Mail in three easy steps</title>
		<link>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/</link>
		<comments>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:16:34 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[rich text]]></category>
		<category><![CDATA[signatures]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/</guid>
		<description><![CDATA[On Apple Discussions Martin Marconcini has discovered a way to bring Mail.app to a screaming halt in three easy steps. Frustrated by Mail&#8217;s tendency to freeze when he dragged anything onto Mail&#8217;s Dock icon, he went back and painstakingly restored his Mail installation step-by-step until the glitch re-emerged. Here&#8217;s what he discovered (you can test [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/thomastrainwreck.jpg" alt="Thomastrainwreck"  align="right" border="0" hspace="10" vspace="0" height="91" width="130"/>On Apple Discussions Martin Marconcini <a href="http://discussions.apple.com/thread.jspa?messageID=6903761&amp;#6903761">has discovered</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> a way to bring Mail.app to a screaming halt in three easy steps.</p>
<p>Frustrated by Mail&#8217;s tendency to freeze when he dragged anything onto Mail&#8217;s Dock icon, he went back and painstakingly restored his Mail installation step-by-step until the glitch re-emerged.</p>
<p>Here&#8217;s what he discovered (you can test it for yourself):</p>
<p><strong>One:</strong> Set Mail&#8217;s New message default in the Composing preference pane to plain text.</p>
<p><strong>Two:</strong> Add a signature to your email account in the Signatures Preference pane. Make sure that you select it at the bottom of the signature pane to be added to every new message by default:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/maildefaultsig.jpg" alt="Maildefaultsig" height="150" width="450"/></div>
<p><strong>Three:</strong> Drag an image or anything else onto Mail&#8217;s Dock icon.</p>
<p>That&#8217;s a big, 100%-repeatable train wreck for me.  </p>
<p>It seems like a common configuration; it&#8217;s not restricted to dragging ClarisWorks documents onto the Dock icon when the signature contains a particular accented Laotian character.  How does such a thing not emerge in internal testing? Perhaps I am too romantic about internal testing. </p>
<p>Anyway, happily, I am in the clear.  All my signatures are just a few keystrokes away in <a href="http://www.hawkwings.net/2006/09/06/textexpander-update-tips-and-tricks/" title="TextExpander: Update, Tips and Tricks | Hawk Wings">TextExpander</a>. </p>
<p>But Martin suggests some workarounds for those plagued by these freezes:</p>
<blockquote><p>a) Use Rich Text (not an option if you use Blackberry or need plain text)<br />
b) Use Plain Text but remove the signatures (can be a Pain In the A** if you use different business accounts like me with odd disclaimers that are a &#8220;must&#8221;).<br />
c) Roll back to Safari 3.0.* and either use it or use Camino/Opera/Firefox/Etc. Could be a problem if you rely on Safari stuff like Inquisitor, 1Password, etc.<br />
d) Don&#8217;t drag attachments to the dock icon… </p></blockquote>
<p>On 8 April Apple acknowledged this as &#8220;a known issue, which is currently being investigated by engineering&#8221;. <tags>mail.app, apple mail, rich text, webkit?, plain text, dock, attachments, bug, signatures</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/11/07/signatureprofiler-13-skype-html-css-and-more/" rel="bookmark" title="7 November 2006, 11:14 pm">SignatureProfiler 1.3: Skype, HTML, CSS, images, hyperlinks and more</a></li>
<li><a href="http://www.hawkwings.net/2009/10/27/quickly-add-urls-to-apple-mail-signatures/" rel="bookmark" title="27 October 2009, 9:24 pm">Quickly add URLs to Apple Mail Signatures</a></li>
<li><a href="http://www.hawkwings.net/2006/04/15/how-to-make-a-nice-sig-file-using-css/" rel="bookmark" title="15 April 2006, 10:10 am">How to make a nice .sig file using CSS</a></li>
<li><a href="http://www.hawkwings.net/2005/11/17/looking-nice-for-outlook-users/" rel="bookmark" title="17 November 2005, 10:52 pm">Looking nice for Outlook users</a></li>
<li><a href="http://www.hawkwings.net/2007/06/19/attache-droplet-for-quick-mailapp-attachment-lists/" rel="bookmark" title="19 June 2007, 11:31 pm">Attaché: Droplet for quick Mail.app attachment lists</a></li>
</ul>
<p><!-- Similar Posts took 6.656 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Fix for Leopard Mail&#8217;s broken new mail alert</title>
		<link>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/</link>
		<comments>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 13:25:50 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[new mail alert]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/</guid>
		<description><![CDATA[The new mail alert sound in Mail.app was broken when Leopard was released last year. Three updates later, and it&#8217;s still broken. [UPDATE: In deference to posters in the comments below, I should point out that not everyone experiences this problem. It only affects most/many/some/a few users. Like me.] Fortunately, there is a work-around which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/aiff-icon.jpg" alt="Aiff Icon"  align="right" border="0" hspace="10" vspace="0" height="129" width="120"/>The new mail alert sound in Mail.app was broken when Leopard was released last year.  Three updates later, and it&#8217;s still broken.</p>
<p>[<strong>UPDATE:</strong> In deference to posters in the comments below, I should point out that not everyone experiences this problem.  It only affects most/many/some/a few users. Like me.]</p>
<p>Fortunately, there is a work-around which you can use until Apple gets around to fixing the problem. It&#8217;s a bit fiddly, but not too forbidding.</p>
<p>First download <a href="http://www.hawkwings.net/files/NewMailAlertScript.zip">this zip file</a> from Hawk Wings which contains an applescript and the default &#8220;new mail&#8221; audio file.</p>
<p>Unzip it, and place the audio file in your <span id="code">~/Library/Sounds</span> folder (where &#8220;~&#8221; is shorthand for your user directory).</p>
<p>Then open up the script in place the script in Script Editor. You will see that all it does is execute a shell script &#8212; <span id="code">do shell script &quot;afplay /Users/timbo/Library/Sounds/NewMail.aiff &gt; /dev/null 2&gt;&amp;1 &amp;&quot;</span>. You will need to edit it to replace the name of my user directory with yours.  </p>
<p>Then save it in your <span id="code">~/Library/Scripts/Applications/Mail</span> folder. If you don&#8217;t have such a folder, it&#8217;s worth creating one. </p>
<p>Now you need to create a rule in Mail.app that triggers the script whenever a new email arrives.</p>
<p>Open up the Rules pane in Mail&#8217;s Preferences:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/newmailalert-rule.jpg" alt="Newmailalert Rule" height="204" width="450"/></div>
<p>Create a new rule.  Call it something creative like &#8220;New Mail Alert Work-around&#8221; and fill out the rest as per the screenshot.  I like to restrict it to people who are in my list of previous senders&#8211;it&#8217;s a quick and dirty way to rule out being alerted to the arrival of spam. Obviously, there are other ways to select conditions here which restrict when the alert will be triggered.</p>
<p>Also, in the &#8220;Perform the following action&#8221; field, you will need to select &#8220;Run AppleScript&#8221;, then navigate to <span id="code">~/Library/Scripts/Applications/Mail</span> and select the <span id="code">NewMailAlert.scpt</span> that you saved there earlier. </p>
<p>All done.  Send yourself a test email, and rejoice.  Mail.app is talking to you again.</p>
<p>For extra spice you could use one of the hundreds of mail alert sounds listed at <a href="http://www.emailgifsandsounds.com/geluiden/engwav-1.php" title="English e-mail sounds">Email Gifs and Sounds</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> (Or perhaps <a href="http://www.hawkwings.net/2006/10/16/get-scully-in-your-inbox/">Scully</a> is more your thing?) but have compassion on your work colleagues.  That could get really annoying after a while.</p>
<p>[With thanks to the original posters in <a href="http://discussions.apple.com/message.jspa?messageID=6312769#6312769">an Apple Discussion thread</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>] <tags>mail.app, leopard mail, apple mail, bugs, workarounds, tips, new mail alert, applescript</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/12/09/make-an-ical-event-run-an-applescript/" rel="bookmark" title="9 December 2005, 12:02 am">Make an iCal event run an AppleScript</a></li>
<li><a href="http://www.hawkwings.net/2005/10/19/spoken-notification-of-new-mail/" rel="bookmark" title="19 October 2005, 9:40 pm">Spoken notification of new mail</a></li>
<li><a href="http://www.hawkwings.net/2007/02/22/word-count-script-for-quicksilver/" rel="bookmark" title="22 February 2007, 11:17 pm">Word count script for Quicksilver</a></li>
<li><a href="http://www.hawkwings.net/2005/10/18/rcmail-remotely-control-your-mac-by-email/" rel="bookmark" title="18 October 2005, 10:45 pm">RCMail: Remotely control your Mac by email</a></li>
<li><a href="http://www.hawkwings.net/2005/09/14/vacation-script-autoreplying-via-an-apple-mail-rule/" rel="bookmark" title="14 September 2005, 9:51 am">Vacation Script: Autoreplying in Apple Mail</a></li>
</ul>
<p><!-- Similar Posts took 6.617 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Leopard Mail&#8217;s drag-n-drop double act (with MailTags)</title>
		<link>http://www.hawkwings.net/2007/12/05/leopard-mails-drag-n-drop-double-act/</link>
		<comments>http://www.hawkwings.net/2007/12/05/leopard-mails-drag-n-drop-double-act/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 12:15:22 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/12/05/leopard-mails-drag-n-drop-double-act/</guid>
		<description><![CDATA[Like many people (but apparently not all), when I drag an item from the Finder to Mail.app&#8217;s Dock icon, it launches two messages, the first without the attachment, the second one with it. Obviously, this is annoying and I have always regarded it as just that. However, today, a poster on the Apple Discussion Forums [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/doubleact.jpg" alt="Doubleact"  align="right" border="0" hspace="10" vspace="0" height="110" width="110"/>Like many people (but apparently not all), when I drag an item from the Finder to Mail.app&#8217;s Dock icon, it launches two messages, the first without the attachment, the second one with it.</p>
<p>Obviously, this is annoying and I have always regarded it as just that. However, today, <a href="http://discussions.apple.com/thread.jspa?messageID=6036220#6036220" title="Apple - Support - Discussions - Attaching files by dragging them to ...">a poster on the Apple Discussion Forums</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> points out an even more annoying aspect of this new &#8220;feature&#8221; in Leopard Mail:</p>
<blockquote><p>If I drag a file from Finder to Mail icon in Dock, Mail opens and creates two windows. I write my message in the window in front. </p>
<p>Then I get interrupted, and when I come back I need to write another message to a different recipient before I complete the first message. I use the second window for this message (convenient as it is already there&#8230;) I place a different file in this message and send it. My first message window then disappears! </p>
<p>Fine, I think &#8211; IÂ´ll write it again. Only, it turns out that the recipient of my SECOND message received the FIRST message, including attachment and everything written in the body area (not in subject area). I work with clients for whom discretion is important &#8211; this is risky as sensitive information can end up in the wrong places!!! </p></blockquote>
<p>Hmmmm&#8230;  Maybe it is a good idea to use the Attachment button in the Toolbar until this one gets fixed. </p>
<p><strong>UPDATE:</strong> Johann suggests in the comments that this is a MailTags problem. Testing &#8212; the kind of testing that one should do before pushing out a blog post &#8212; clearly demonstrates that it is (for me anyway), based on a statistical sample of one. But Scott knows about it, which means that will probably be fixed even before this update is posted!</p>
<p><strong>UPDATED UPDATE:</strong> The controversy continues.  The original poster and many others claim that they get this behaviour without MailTags installed. <a href="http://discussions.apple.com/message.jspa?messageID=5656131">Follow it blow by blow</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> in the Apple Discussions. </p>
<p><strong>UP-TO-DATEST UPDATE:</strong> Glenn posts in the comments that this is a bug in Leopard Mail and quotes Apple&#8217;s response to his submission of a bug report:</p>
<blockquote><p>This is a follow up to Bug ID# 5630858. After further investigation it has been determined that this is a known issue, which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID# 5243377.</p></blockquote>
<p> <tags>leopard mail, mail.app, apple mail, attachments, bugs</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/10/04/emailing-a-file-with-quicksilver/" rel="bookmark" title="4 October 2005, 10:16 pm">Emailing a file with Quicksilver</a></li>
<li><a href="http://www.hawkwings.net/2005/09/08/email-a-file-directly-from-finder/" rel="bookmark" title="8 September 2005, 8:31 pm">Email a file directly from Finder</a></li>
<li><a href="http://www.hawkwings.net/2007/10/30/leopards-mails-mailapp-and-plugins-trial-and-error/" rel="bookmark" title="30 October 2007, 9:40 pm">Leopard Mail.app and plugins: Trial and error</a></li>
<li><a href="http://www.hawkwings.net/2007/12/10/photo-cluster-free-stationary-for-leopard-mail/" rel="bookmark" title="10 December 2007, 11:32 pm">Photo Cluster: free stationary for Leopard Mail</a></li>
<li><a href="http://www.hawkwings.net/2007/11/04/111-extra-html-stationery-templates-for-leopard-mail/" rel="bookmark" title="4 November 2007, 12:15 am">111 extra HTML stationery templates for Leopard Mail</a></li>
</ul>
<p><!-- Similar Posts took 6.836 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/12/05/leopard-mails-drag-n-drop-double-act/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Leopard Mail&#8217;s stupid save attachments button</title>
		<link>http://www.hawkwings.net/2007/11/29/leopard-mails-stupid-save-attachments-button/</link>
		<comments>http://www.hawkwings.net/2007/11/29/leopard-mails-stupid-save-attachments-button/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 12:05:40 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[counterintuitive or what?]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[Tiger Mail]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/11/29/leopard-mails-stupid-save-attachments-button/</guid>
		<description><![CDATA[Pierre Igot takes aim at the behaviour of the Save button in Leopard Mail, with the rigour and vigour which are his trademarks. In Tiger Mail, he points out, you could click on the button to bring up a â€œSave Asâ€¦â€ dialog that offered a location for saving all the attachments in the message. In [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/hopper_100px1.jpg" alt="Hopper 100px"  align="right" border="0" hspace="10" vspace="0" height="104" width="98"/>Pierre Igot <a href="http://www.betalogue.com/2007/11/22/mail-31-save-button-for-attachments-not-working-properly/" title="Betalogue  &raquo; Blog Archive   &raquo; Mail 3.1: &#8216;Save&#8217; button for attachments not working properly">takes aim</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> at the behaviour of the Save button in Leopard Mail, with the rigour and vigour which are his trademarks.</p>
<p>In Tiger Mail, he points out, you could click on the button to bring up a â€œSave Asâ€¦â€ dialog that offered a location for saving all the attachments in the message. </p>
<p>In Leopard Mail, however, you need to click-and-hold on the button in order to bring up an enhanced contextual menu with more options for individual attachments.</p>
<p>He calls this a bug rather than an improvement:</p>
<blockquote><p>The simple and most obvious option, which is a single click on the button, no longer worksâ€”which does not make sense, because the buttonâ€™s visual appearance suggests both a regular button that responds to a single click (like the â€œQuick Lookâ€ button next to it) and a button that brings up a pop-up menu (with the triangle). Besides, the tool tip clearly suggests that the button should respond to a simple click as well. </p></blockquote>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/saveasbuttonbehaviour.jpg" alt="Saveasbuttonbehaviour" height="77" width="300"/></div>
<p>I&#8217;ve had more than one email from users who thought that the button was broken, because it did nothing when they clicked it., so Pierre is not alone.</p>
<p>Head over to Betalogue and <a href="http://www.betalogue.com/2007/11/22/mail-31-save-button-for-attachments-not-working-properly/" title="Betalogue  &raquo; Blog Archive   &raquo; Mail 3.1: &#8216;Save&#8217; button for attachments not working properly">read</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> the whole piece. <tags>mail.app, apple mail, leopard mail, tiger mail, bugs, attachments, button, counterintuitive or what?</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/06/04/quickly-saving-attachments-in-mailapp/" rel="bookmark" title="4 June 2006, 9:20 pm">Quickly saving attachments in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2005/09/08/mail-attachments-iconizer-toggling-attachments-on-and-off/" rel="bookmark" title="8 September 2005, 8:30 pm">Mail Attachments Iconizer: Toggling attachments on and off</a></li>
<li><a href="http://www.hawkwings.net/2007/11/15/a-feast-of-interesting-macosxhints-tips/" rel="bookmark" title="15 November 2007, 10:47 pm">A feast of interesting macOSXHints Tips</a></li>
<li><a href="http://www.hawkwings.net/2007/11/12/five-favourite-time-saving-leopard-tips/" rel="bookmark" title="12 November 2007, 9:46 pm">Five favourite time-saving Leopard Tips</a></li>
<li><a href="http://www.hawkwings.net/2006/11/14/a-modest-leopard-mail-wish-list/" rel="bookmark" title="14 November 2006, 8:52 pm">A modest Leopard Mail wish-list</a></li>
</ul>
<p><!-- Similar Posts took 6.580 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/11/29/leopard-mails-stupid-save-attachments-button/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Security Bug back for Leopard Mail</title>
		<link>http://www.hawkwings.net/2007/11/21/security-bug-back-for-leopard-mail/</link>
		<comments>http://www.hawkwings.net/2007/11/21/security-bug-back-for-leopard-mail/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 21:53:54 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[Tiger Mail]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/11/21/security-bug-back-for-leopard-mail/</guid>
		<description><![CDATA[The shell script security exploit exposed and then fixed in Tiger Mail has been reintroduced into Leopard Mail. The loophole allows a sender to disguise an executable file (say, a shell script) as an image or some other harmless file. When clicked on, the executable file runs. Don&#8217;t remember? See the Hawk Wings post at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/hopper_100px.jpg" alt="Hopper 100px"  align="right" border="0" hspace="10" vspace="0" height="104" width="98"/>The shell script security exploit exposed and then fixed in Tiger Mail has been reintroduced into Leopard Mail.</p>
<p>The loophole allows a sender to disguise an executable file (say, a shell script) as an image or some other harmless file.  When clicked on, the executable file runs. Don&#8217;t remember?  See <a href="http://www.hawkwings.net/2006/02/22/security-flaw-with-scripts-in-mailapp/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Security flaw with scripts in Mail.app">the Hawk Wings post</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> at the time (Feb, 2006).</p>
<p>Now, it&#8217;s back. You can test for yourself. The Heise Security web site offers to send you a test email.  Give them an email address and after a confirmation, the email arrives:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/heissesecurityemail.jpg" alt="Heissesecurityemail" height="358" width="450"/></div>
<p>CLick on the &#8220;jpg&#8221; to open it, and it runs a shell script, listing your current directory and exiting harmelessly:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/shellscript.jpg" alt="Shellscript" height="164" width="434"/></div>
<p>Last time, the news prompted <a href="http://www.hawkwings.net/2006/02/23/mac-attack-snack-pack/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Mac Attack Snack Pack">a range of responses</a>, some of them rather hysterical.  One writer <a href="http://www.hawkwings.net/2006/02/25/mailapp-too-dangerous-to-use/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Mail.app too dangerous to use?">even claimed</a> that it made Mail.app too dangerous to use.</p>
<p>I am happy to follow John Gruber&#8217;s lead (again). <a href="http://daringfireball.net/2006/02/safari%20shell_script_exploit">As he said</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> last time:</p>
<blockquote><p>â€œIt boils down to this: you canâ€™t safely double-click files from untrusted sources, and you never could.  This is no different today on Mac OS X 10.4 than it was a decade ago on Mac OS 8 and 9.â€</p></blockquote>
<p>Puzzling that it&#8217;s back, yes.  But dangerous? No more than usual. </p>
<p><strong>UPDATE:</strong> &#8220;FatYank&#8221; provides a quick fix in the comments for those who are really worried about this:</p>
<blockquote><p>The workaround for this is to rename Terminal. When you rename Terminal and double click on the JPG, you get a message stating that Preview cannot open the file.</p></blockquote>
<p>Or, as Rob points out, you could use Quickview to view attachments first, in which these &#8220;fake&#8221; file show up as empty.  </p>
<p>Thanks!</p>
<p>[Via <a href="http://www.theregister.co.uk/2007/11/20/leopard_reintroduces_security_vuln/" title="Leopard security bug puts Mail users at risk | The Register">The Register</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>]<tags>mail.app, apple mail, leopard mail, security, shell script, bug, apple, tiger mail, exploit</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/02/22/security-flaw-with-scripts-in-mailapp/" rel="bookmark" title="22 February 2006, 11:51 am">Security flaw with scripts in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2005/10/18/rcmail-remotely-control-your-mac-by-email/" rel="bookmark" title="18 October 2005, 10:45 pm">RCMail: Remotely control your Mac by email</a></li>
<li><a href="http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/" rel="bookmark" title="9 June 2008, 12:25 am">Fix for Leopard Mail&#8217;s broken new mail alert</a></li>
<li><a href="http://www.hawkwings.net/2007/03/03/scripts-to-automate-the-mailapp-envelope-speed-trick/" rel="bookmark" title="3 March 2007, 11:35 pm">Scripts to automate the Mail.app Envelope speed trick</a></li>
<li><a href="http://www.hawkwings.net/2006/05/04/remotely-control-your-mac-via-applescript/" rel="bookmark" title="4 May 2006, 7:40 am">Remotely control your Mac via AppleScript</a></li>
</ul>
<p><!-- Similar Posts took 6.733 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/11/21/security-bug-back-for-leopard-mail/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Savaging Mail&#8217;s sending silliness</title>
		<link>http://www.hawkwings.net/2007/03/02/betalogue-savages-mails-sending-silliness/</link>
		<comments>http://www.hawkwings.net/2007/03/02/betalogue-savages-mails-sending-silliness/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 13:30:59 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Betalogue]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[dumb dumb dumb]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[Sent mail]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/03/02/betalogue-savages-mails-sending-silliness/</guid>
		<description><![CDATA[Over at Betalogue, Pierre Igot, who has an eagle-eye for flaws in Apple&#8217;s user interface design, unloads on the behaviour of Mail&#8217;s Sent mail folder . He points out: Sending mail is a pretty essential process. When it comes to e-mail, it does not get much more basic than this. But for some reason, Mail [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/03/mailappsending.jpg" alt="Mailappsending"  align="right" border="0" hspace="10" vspace="0" height="91" width="171"/>Over at Betalogue, Pierre Igot, who has an eagle-eye for flaws in Apple&#8217;s user interface design, <a href="http://www.betalogue.com/2007/02/21/mail-20-what-happens-while-sending-messages/">unloads on the behaviour of Mail&#8217;s Sent mail folder</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>.</p>
<p>He points out:</p>
<blockquote><p>Sending mail is a pretty essential process. When it comes to e-mail, it does not get much more basic than this. But for some reason, Mail 2.0â€™s user interface makes the process unnecessarily complicated and non-intuitive. The interface is OK (although still very inelegant) when things work as expected. But as soon as something fails, itâ€™s a disaster.</p></blockquote>
<p>What really annoys him is the way that the label of the Sent mail folder changes to &#8220;Sending&#8230;&#8221; when outgoing mail is being processed.</p>
<p>It&#8217;s ugly, he says, and it&#8217;s stupid.  If you click on the &#8220;Sending&#8230;&#8221; folder, it displays all your sent messages except the one that is currently being sent. So where is it? </p>
<p>That&#8217;s the heart of the interface design failure:</p>
<blockquote><p>Itâ€™s not in the â€œSentâ€ box, as we have just seen. Itâ€™s no longer in the â€œDraftsâ€ box either&#8230;. So where is it? Well, thatâ€™s the kicker: It is nowhere. It is not in any visible part of the user interface in Mail. While the message is in the process of being sent, it effectively disappears from the user interface altogether and stays in some kind of UI limbo, until itâ€™s finally sentâ€”and then it miraculously reappears in the â€œSentâ€ box, as expected.</p></blockquote>
<p>And don&#8217;t get him started on what happens next, especially if a message fails to send. </p>
<p><a href="http://www.betalogue.com/2007/02/21/mail-20-what-happens-while-sending-messages/">Read the whole post</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> at Betalogue to find out how silly Mail is when that happens. <tags>mail.app, apple mail, Sent mail, sending, interface design, dumb dumb dumb, betalogue, bugs</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/02/17/user-interface-flaws-in-ical/" rel="bookmark" title="17 February 2006, 10:36 am">User interface flaws in iCal</a></li>
<li><a href="http://www.hawkwings.net/2006/03/29/mailapp-two-gripes-and-a-bouquet/" rel="bookmark" title="29 March 2006, 12:49 am">Two black marks, one elephant stamp</a></li>
<li><a href="http://www.hawkwings.net/2006/11/05/mac-webmail-technoes-updated/" rel="bookmark" title="5 November 2006, 8:22 pm">.Mac webmail technotes updated</a></li>
<li><a href="http://www.hawkwings.net/2005/12/23/apple-mail-the-preview-pane-spotlight-and-hyperlinks/" rel="bookmark" title="23 December 2005, 7:21 am">Mail.app, the preview pane, Spotlight, hyperlinks</a></li>
<li><a href="http://www.hawkwings.net/2006/04/08/mailapp-threading-glitches-keyboard-annoyances/" rel="bookmark" title="8 April 2006, 1:30 am">Mail.app: Threading, keyboard annoyances</a></li>
</ul>
<p><!-- Similar Posts took 6.626 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/03/02/betalogue-savages-mails-sending-silliness/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A list of scandalous problems with Mail.app</title>
		<link>http://www.hawkwings.net/2006/10/29/a-list-of-scandalous-problems-with-mailapp/</link>
		<comments>http://www.hawkwings.net/2006/10/29/a-list-of-scandalous-problems-with-mailapp/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 00:20:08 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[flags]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[lost messages]]></category>
		<category><![CDATA[mail.app apple mail]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/10/29/a-list-of-scandalous-problems-with-mailapp/</guid>
		<description><![CDATA[The owner of rtfa.net has posted a list of the things that are annoying, broken or just plain scandalous about Mail.app. He is an unhappy Apple Mail user: &#8220;Well, if Thunderbird integrated with spotlight and OSX address book, itâ€™d be a no-brainer. However, Iâ€™m entrenched.&#8221; And life in the trenches with Mail.app is not good. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/10/horrified.jpg"  align="right" border="0" hspace="10" vspace="0" alt="Horrified" height="100" width="100" />The owner of rtfa.net <a href="http://rtfa.net/2006/10/27/mailapp-is-unreliable-scandalous/">has posted a list</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> of the things that are annoying, broken or just plain scandalous about Mail.app.</p>
<p>He is an unhappy Apple Mail user: &#8220;Well, if Thunderbird integrated with spotlight and OSX address book, itâ€™d be a no-brainer. However, Iâ€™m entrenched.&#8221;</p>
<p>And life in the trenches with Mail.app is not good. </p>
<p>Three problems score the highest scandal rating &#8212; incorrect treatment of IMAP&#8217;s &#8220;seen flag&#8221;, the &#8220;lost message&#8221; problem and the â€œinvalid pointerâ€ problem.<tags>mail.app apple mail, bugs, problems, IMAP, flags, attachments, SSL, encryption, lost messages</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2008/07/07/flag-it-customised-flags-for-mailapp/" rel="bookmark" title="7 July 2008, 10:17 pm">Flagit!: Customised flags for Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2006/06/30/more-post-1047-mail-pains/" rel="bookmark" title="30 June 2006, 2:12 am">More post-10.4.7 Mail pains</a></li>
<li><a href="http://www.hawkwings.net/2005/12/30/thunderbird-imap-bugs/" rel="bookmark" title="30 December 2005, 12:18 am">Thunderbird IMAP bugs</a></li>
<li><a href="http://www.hawkwings.net/2005/10/25/more-on-international-character-display-problems/" rel="bookmark" title="25 October 2005, 12:23 am">More on international character display problems</a></li>
<li><a href="http://www.hawkwings.net/2006/04/22/work-around-for-outlook-attachment-problems/" rel="bookmark" title="22 April 2006, 11:16 pm">Work-around for Outlook attachment problems</a></li>
</ul>
<p><!-- Similar Posts took 6.367 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/10/29/a-list-of-scandalous-problems-with-mailapp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Odd Corruption in IMAP attachments</title>
		<link>http://www.hawkwings.net/2006/10/12/odd-corruption-in-imap-attachments/</link>
		<comments>http://www.hawkwings.net/2006/10/12/odd-corruption-in-imap-attachments/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 11:10:48 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mai.app]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/10/12/odd-corruption-in-imap-attachments/</guid>
		<description><![CDATA[A poster on the Apple Discussion Boards is having a very weird experience with attachments in his IMAP account. Dylan Muir finds that when he views large attachments stored on his IMAP server in Mail.app, they are corrupted. If he views them in a webmail client, they aren&#8217;t. If he views them in Thunderbird, they [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/10/applelogogrey.jpg"  align="right" border="0" hspace="10" vspace="0" alt="Applelogogrey" height="121" width="100" />A poster on the Apple Discussion Boards is <a href="http://discussions.apple.com/thread.jspa?threadID=684776">having a very weird experience</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> with attachments in his IMAP account.</p>
<p>Dylan Muir finds that when he views large attachments stored on his IMAP server in Mail.app, they are corrupted. If he views them in a webmail client, they aren&#8217;t.  If he views them in Thunderbird, they aren&#8217;t.  It&#8217;s only Mail.app.</p>
<p>Unusually, the Apple Mail gods on the Discussion Boards seem to be out of ideas.</p>
<p>I wonder if anyone here has experienced this too (I never have), and knows what&#8217;s going on.<tags>mai.app, apple mail, attachments, imap, corruption, bug</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/10/05/switching-a-mac-account-from-pop-to-imap/" rel="bookmark" title="5 October 2006, 1:31 am">Switching a .Mac account from POP to IMAP</a></li>
<li><a href="http://www.hawkwings.net/2005/09/30/two-stories-of-apple-mail-and-imap/" rel="bookmark" title="30 September 2005, 5:52 pm">Two stories of Apple Mail and IMAP</a></li>
<li><a href="http://www.hawkwings.net/2006/12/05/freudian-slip-mailapps-thrash-folder/" rel="bookmark" title="5 December 2006, 12:01 am">A Freudian slip</a></li>
<li><a href="http://www.hawkwings.net/2006/05/18/appleinsiders-1047-mailapp-tease/" rel="bookmark" title="18 May 2006, 11:54 pm">AppleInsider&#8217;s 10.4.7 Mail.app tease</a></li>
<li><a href="http://www.hawkwings.net/2005/11/01/mailtags-causing-rule-problems-in-1043/" rel="bookmark" title="1 November 2005, 9:14 pm">MailTags causing rule problems in 10.4.3</a></li>
</ul>
<p><!-- Similar Posts took 6.555 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/10/12/odd-corruption-in-imap-attachments/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

