<?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"
	>
<channel>
	<title>Comments on: Broken hyperlinks in Apple Mail</title>
	<atom:link href="http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<pubDate>Mon, 06 Oct 2008 18:11:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: kll</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-145106</link>
		<dc:creator>kll</dc:creator>
		<pubDate>Thu, 24 May 2007 15:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-145106</guid>
		<description>&#62; Can anyone explain why outgoing mail needs to be post-formatted at all? 
Because MIME/SMTP protocols are very, very old, have all kinds of weird limitations and there are a lot of badly written mail servers and clients out there.

FIY Opera's e-mail client (AKA "M2") does support delsp=yes standard and I think Mozilla's Thunderbird is at least trying to (but often wraps signature delimiter when it shouldn't)</description>
		<content:encoded><![CDATA[<p>&gt; Can anyone explain why outgoing mail needs to be post-formatted at all?<br />
Because MIME/SMTP protocols are very, very old, have all kinds of weird limitations and there are a lot of badly written mail servers and clients out there.</p>
<p>FIY Opera&#8217;s e-mail client (AKA &#8220;M2&#8243;) does support delsp=yes standard and I think Mozilla&#8217;s Thunderbird is at least trying to (but often wraps signature delimiter when it shouldn&#8217;t)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emcho</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-141092</link>
		<dc:creator>Emcho</dc:creator>
		<pubDate>Wed, 16 May 2007 14:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-141092</guid>
		<description>Apple *does* do things badly here. The spec (RFC 3676) says 

"Regardless of which technique is used, a generating agent SHOULD NOT insert a space in an unnatural location, such as into a word (a sequence of printable characters, not containing spaces, in a language/coded character set in which spaces are common). If faced with such a word which exceeds 78 characters (but less than 998 characters, the [SMTP] limit on line length), the agent SHOULD send the word as is and exceed the 78-character limit on line length."

In other words, as long as your URLs are shorter than 998 chars,  your mail client SHOULD NOT be touching them.</description>
		<content:encoded><![CDATA[<p>Apple *does* do things badly here. The spec (RFC 3676) says </p>
<p>&#8220;Regardless of which technique is used, a generating agent SHOULD NOT insert a space in an unnatural location, such as into a word (a sequence of printable characters, not containing spaces, in a language/coded character set in which spaces are common). If faced with such a word which exceeds 78 characters (but less than 998 characters, the [SMTP] limit on line length), the agent SHOULD send the word as is and exceed the 78-character limit on line length.&#8221;</p>
<p>In other words, as long as your URLs are shorter than 998 chars,  your mail client SHOULD NOT be touching them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-123072</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Fri, 06 Apr 2007 04:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-123072</guid>
		<description>Apple doesn't do things badly for once here. They implement the specification correctly. The irony is that other implementations don't and it's why it is annoying for others. Unfortunately.</description>
		<content:encoded><![CDATA[<p>Apple doesn&#8217;t do things badly for once here. They implement the specification correctly. The irony is that other implementations don&#8217;t and it&#8217;s why it is annoying for others. Unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davidlow</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-122753</link>
		<dc:creator>Davidlow</dc:creator>
		<pubDate>Thu, 05 Apr 2007 20:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-122753</guid>
		<description>Can anyone explain why outgoing mail needs to be post-formatted at all?  The display of emails in different sized windows should be handled on the fly, without changing the original text at all.

If a simple word processor like TextEdit is smart enough to wrap text without adding a hard carriage return or a space, why can't email clients do the same thing?  This has bugged me since the beginning of email.</description>
		<content:encoded><![CDATA[<p>Can anyone explain why outgoing mail needs to be post-formatted at all?  The display of emails in different sized windows should be handled on the fly, without changing the original text at all.</p>
<p>If a simple word processor like TextEdit is smart enough to wrap text without adding a hard carriage return or a space, why can&#8217;t email clients do the same thing?  This has bugged me since the beginning of email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otlkcon</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-9296</link>
		<dc:creator>Otlkcon</dc:creator>
		<pubDate>Wed, 12 Jul 2006 22:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-9296</guid>
		<description>This looks like a bug unfortunately.

http://blogs.sun.com/roller/page/simons?entry=apple_spaces_out

The spec notes that spaces should not be inserted into URLs by the generating agent.  Mail.app ignores this command.</description>
		<content:encoded><![CDATA[<p>This looks like a bug unfortunately.</p>
<p><a href="http://blogs.sun.com/roller/page/simons?entry=apple_spaces_out" rel="nofollow">http://blogs.sun.com/roller/page/simons?entry=apple_spaces_out</a></p>
<p>The spec notes that spaces should not be inserted into URLs by the generating agent.  Mail.app ignores this command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-7022</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 19 Jun 2006 22:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-7022</guid>
		<description>John, what happens when - with a message set to Rich Text Format - you block some text in the Compose window and then select "Add Hyperlink"?</description>
		<content:encoded><![CDATA[<p>John, what happens when - with a message set to Rich Text Format - you block some text in the Compose window and then select &#8220;Add Hyperlink&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-7021</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 19 Jun 2006 21:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-7021</guid>
		<description>The Add Hyperlink... does NOT work at all, same problem.  This really sucks and is totally embarassing in terms of talking with Open Source and even windowz fools who can do this without any problem.

Apple needs to QA their software much better than this.</description>
		<content:encoded><![CDATA[<p>The Add Hyperlink&#8230; does NOT work at all, same problem.  This really sucks and is totally embarassing in terms of talking with Open Source and even windowz fools who can do this without any problem.</p>
<p>Apple needs to QA their software much better than this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mear</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-1697</link>
		<dc:creator>Chris Mear</dc:creator>
		<pubDate>Tue, 07 Mar 2006 14:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-1697</guid>
		<description>I always put URLs in a line on their own. That way I can guarantee that, as long as they are shorter than 78 characters, they won't be wrapped.</description>
		<content:encoded><![CDATA[<p>I always put URLs in a line on their own. That way I can guarantee that, as long as they are shorter than 78 characters, they won&#8217;t be wrapped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-1578</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 01 Mar 2006 08:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-1578</guid>
		<description>Sem: I can't really remember now, but MacInTouch's review of Mail 2.0 suggests that the "Add Hyperlink..." feature was a new thing with Tiger:

"Aside from the addition of an "Add Hyperlink?¢‚Ç¨¬¶" menu item, Mail's composition window offers no better text or layout controls than 10.0's Mail did in 2001."

http://www.macintouch.com/tigerreview/tiger1e.html</description>
		<content:encoded><![CDATA[<p>Sem: I can&#8217;t really remember now, but MacInTouch&#8217;s review of Mail 2.0 suggests that the &#8220;Add Hyperlink&#8230;&#8221; feature was a new thing with Tiger:</p>
<p>&#8220;Aside from the addition of an &#8220;Add Hyperlink?¢‚Ç¨¬¶&#8221; menu item, Mail&#8217;s composition window offers no better text or layout controls than 10.0&#8217;s Mail did in 2001.&#8221;</p>
<p><a href="http://www.macintouch.com/tigerreview/tiger1e.html" rel="nofollow">http://www.macintouch.com/tigerreview/tiger1e.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sem sinatra</title>
		<link>http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/#comment-1558</link>
		<dc:creator>sem sinatra</dc:creator>
		<pubDate>Tue, 28 Feb 2006 14:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://orbit.altweb.net/~timgaden/wordpress/?p=25#comment-1558</guid>
		<description>i would love to do what Josh suggests but couldn't get it to work. Does this work in Apple Mail 1.3.11?</description>
		<content:encoded><![CDATA[<p>i would love to do what Josh suggests but couldn&#8217;t get it to work. Does this work in Apple Mail 1.3.11?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.350 seconds -->
