<?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: What&#8217;s the average length of an email address?</title>
	<atom:link href="http://janusz.slota.name/blog/2009/05/email-length/feed/" rel="self" type="application/rss+xml" />
	<link>http://janusz.slota.name/blog/2009/05/email-length/</link>
	<description>My home page</description>
	<lastBuildDate>Thu, 17 Nov 2011 23:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Janusz Słota</title>
		<link>http://janusz.slota.name/blog/2009/05/email-length/comment-page-1/#comment-6642</link>
		<dc:creator>Janusz Słota</dc:creator>
		<pubDate>Mon, 07 Nov 2011 10:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://janusz.slota.name/blog/?p=1#comment-6642</guid>
		<description>@Nick Nolan

You are right about maximum length. But blog post answers the question about &quot;the average length&quot; of an email address.

I&#039;m not saying that anyone should use varchar(50), I&#039;m saying that I use varchar(50) for email addresses, and so far I have no problems with this.

Thank you for you comment, the post together with the comments will definitely help someone make the right decision.</description>
		<content:encoded><![CDATA[<p>@Nick Nolan</p>
<p>You are right about maximum length. But blog post answers the question about &#8220;the average length&#8221; of an email address.</p>
<p>I&#8217;m not saying that anyone should use varchar(50), I&#8217;m saying that I use varchar(50) for email addresses, and so far I have no problems with this.</p>
<p>Thank you for you comment, the post together with the comments will definitely help someone make the right decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Nolan</title>
		<link>http://janusz.slota.name/blog/2009/05/email-length/comment-page-1/#comment-6627</link>
		<dc:creator>Nick Nolan</dc:creator>
		<pubDate>Mon, 07 Nov 2011 01:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://janusz.slota.name/blog/?p=1#comment-6627</guid>
		<description>Maximum size of email address is 256 characters. If your application does not accept email addresses of that size, it&#039;s defective. Of course you don&#039;t have to, but it&#039;s just very unwise thing to do if your application has any importance. 

Another bug that many applications have is that they don&#039;t accept + sign. It&#039;s becoming more common that you see emails  like John.Smith+WorkFolder@example.com where people use the text after + sing to name the folder where email is directed  into. 

There are standards and following them makes your apps general and successful.</description>
		<content:encoded><![CDATA[<p>Maximum size of email address is 256 characters. If your application does not accept email addresses of that size, it&#8217;s defective. Of course you don&#8217;t have to, but it&#8217;s just very unwise thing to do if your application has any importance. </p>
<p>Another bug that many applications have is that they don&#8217;t accept + sign. It&#8217;s becoming more common that you see emails  like <a href="mailto:John.Smith+WorkFolder@example.com">John.Smith+WorkFolder@example.com</a> where people use the text after + sing to name the folder where email is directed  into. </p>
<p>There are standards and following them makes your apps general and successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maximum Length of an Email Address is… &#124; Sean Walther's Blog</title>
		<link>http://janusz.slota.name/blog/2009/05/email-length/comment-page-1/#comment-23</link>
		<dc:creator>Maximum Length of an Email Address is… &#124; Sean Walther's Blog</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://janusz.slota.name/blog/?p=1#comment-23</guid>
		<description>[...] a blog that posted a graph of all email addresses in their system: What&#8217;s the average length of an email address?[...]</description>
		<content:encoded><![CDATA[<p>[...] a blog that posted a graph of all email addresses in their system: What&#8217;s the average length of an email address?[...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janusz Słota</title>
		<link>http://janusz.slota.name/blog/2009/05/email-length/comment-page-1/#comment-22</link>
		<dc:creator>Janusz Słota</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://janusz.slota.name/blog/?p=1#comment-22</guid>
		<description>You are right, there are longer email addresses, but it doesn&#039;t mean that you have to accept them in your application. Especially when you have to save the space.

Yes - my chart shows a 53 character long email address, but there is only 1 in collection of 92298. I&#039;d not accept this email in my new applications.</description>
		<content:encoded><![CDATA[<p>You are right, there are longer email addresses, but it doesn&#8217;t mean that you have to accept them in your application. Especially when you have to save the space.</p>
<p>Yes &#8211; my chart shows a 53 character long email address, but there is only 1 in collection of 92298. I&#8217;d not accept this email in my new applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Lucas</title>
		<link>http://janusz.slota.name/blog/2009/05/email-length/comment-page-1/#comment-21</link>
		<dc:creator>James Lucas</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://janusz.slota.name/blog/?p=1#comment-21</guid>
		<description>I would suggest allocating 254 characters for email addresses. I have seen autogenerated email addresses that are 63 characters in length, and seen a 49 character &#039;human generated&#039; email address too - so I don&#039;t think 50 is enough.

And doesn&#039;t your chart show a 53 character email address at the very end? ;)

I&#039;ve linked to your blog from the website linked above, an FAQ about email address lengths.</description>
		<content:encoded><![CDATA[<p>I would suggest allocating 254 characters for email addresses. I have seen autogenerated email addresses that are 63 characters in length, and seen a 49 character &#8216;human generated&#8217; email address too &#8211; so I don&#8217;t think 50 is enough.</p>
<p>And doesn&#8217;t your chart show a 53 character email address at the very end? <img src='http://janusz.slota.name/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve linked to your blog from the website linked above, an FAQ about email address lengths.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

