<?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>MesQuilla &#187; Thunderbird&#8217;s future</title>
	<atom:link href="http://mesquilla.com/category/thunderbirds-future/feed/" rel="self" type="application/rss+xml" />
	<link>http://mesquilla.com</link>
	<description>Messaging with Mozilla by rkent</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Twitter for Thunderbird</title>
		<link>http://mesquilla.com/2011/01/04/twitter-for-thunderbird/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-for-thunderbird</link>
		<comments>http://mesquilla.com/2011/01/04/twitter-for-thunderbird/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 00:23:45 +0000</pubDate>
		<dc:creator>rkent</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Mailnews development]]></category>
		<category><![CDATA[Planet Mozilla]]></category>
		<category><![CDATA[Planet MozillaMessaging]]></category>
		<category><![CDATA[Skinkglue]]></category>
		<category><![CDATA[Thunderbird's future]]></category>
		<category><![CDATA[TweeQuilla]]></category>

		<guid isPermaLink="false">http://mesquilla.com/?p=1117</guid>
		<description><![CDATA[New account types in Javascript for Thunderbird (Part 3) <p>I&#8217;ve now released an initial version of my extension TweeQuilla, Twitter for Thunderbird. While the extension provides useful functionality, the main purpose of this exercise was to demonstrate how a Thunderbird account can be created using just javascript. Well almost &#8230; there are some binary files needed (called Skinkglue) which are account-independent, and presumably could be made available in the Thunderbird core code to eliminate the need for extension writers to maintain their own C++ compile environment. Unfortunately that binary extension limits this current release to only working under Windows in [...]]]></description>
			<content:encoded><![CDATA[<h2>New account types in Javascript for Thunderbird (Part 3)</h2>
<p>I&#8217;ve now released an initial version of my extension <a href="https://addons.mozilla.org/en-US/thunderbird/addon/270436/">TweeQuilla, Twitter for Thunderbird</a>. While the extension provides useful functionality, the main purpose of this exercise was to demonstrate how a Thunderbird account can be created using just javascript. Well almost &#8230; there are some binary files needed (called Skinkglue) which are account-independent, and presumably could be made available in the Thunderbird core code to eliminate the need for extension writers to maintain their own C++ compile environment. Unfortunately that binary extension limits this current release to only working under Windows in TB 3.1.x</p>
<p>There are a number of screenshots on my <a href="http://mesquilla.com/extensions/tweequilla/">instruction page</a> for TweeQuilla,  but just as an example you get standard Twitter folders in your folder pane:</p>
<p style="text-align: center;"><a href="http://mesquilla.com/wp-content/uploads/2010/12/TweeQuillaFolderPane.jpg"><img class="size-full wp-image-1110   aligncenter" title="TweeQuilla Folder Pane" src="http://mesquilla.com/wp-content/uploads/2010/12/TweeQuillaFolderPane.jpg" alt="" width="255" height="340" /></a></p>
<p>Messages are displayed in thread pane, and show website bodies where appropriate just like an RSS feed:</p>
<p style="text-align: center;"><a href="http://mesquilla.com/wp-content/uploads/2010/12/TwitterWebsite.jpg"><img class="aligncenter size-full wp-image-1114" title="Tweet with Website" src="http://mesquilla.com/wp-content/uploads/2010/12/TwitterWebsite.jpg" alt="" width="512" height="510" /></a></p>
<p style="text-align: left;">My main interest here is really to prove that this can be done, and hopefully to inspire some others to add additional account types.</p>
<p style="text-align: left;">
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmesquilla.com%2F2011%2F01%2F04%2Ftwitter-for-thunderbird%2F&amp;title=Twitter%20for%20Thunderbird" id="wpa2a_2"><img src="http://mesquilla.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://mesquilla.com/2011/01/04/twitter-for-thunderbird/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Thunderbird&#8217;s Strategic Dilemma</title>
		<link>http://mesquilla.com/2010/07/15/thunderbirds-strategic-dilemma/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thunderbirds-strategic-dilemma</link>
		<comments>http://mesquilla.com/2010/07/15/thunderbirds-strategic-dilemma/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 00:58:07 +0000</pubDate>
		<dc:creator>rkent</dc:creator>
				<category><![CDATA[Planet Mozilla]]></category>
		<category><![CDATA[Planet MozillaMessaging]]></category>
		<category><![CDATA[Thunderbird's future]]></category>

		<guid isPermaLink="false">http://mesquilla.com/?p=920</guid>
		<description><![CDATA[<p>In a recent tb-planning post, neandr wrote:</p> <p>With all respect for the people working at Mozilla/Thunderbird and fully understand the limitation they are faced with, I would like to see a more detailed mission statement for the products (TB/LG) and the future of it. Only expressing TB is for individual users, SOHO and not for the Enterprise is a very vague  statement</p> <p>I was going to respond to that in the thread, but I got wordy so I posted this blog entry instead.</p> <p>At the recently completed Mozilla Summit, variations of this request were made by many people that are [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent <a href="http://groups.google.com/group/tb-planning/msg/0c1b9ba8567fab88">tb-planning post</a>, neandr wrote:</p>
<blockquote cite="mid:4C3F520E.7080704@gmx.de"><p>With all  respect for the people working at Mozilla/Thunderbird and     fully understand the limitation they are faced with, I would like to     see a more detailed mission statement for the products (TB/LG) and     the future of it. Only expressing TB is for individual users, SOHO     and not for the Enterprise is a very vague  statement</p></blockquote>
<p>I was going to respond to that in the thread, but I got wordy so I posted this blog entry instead.</p>
<p>At the recently completed <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBUQFjAA&amp;url=https%3A%2F%2Fwiki.mozilla.org%2FSummit2010&amp;ei=xJ0_TIzWIIHUtQONs6D0Bg&amp;usg=AFQjCNH_U_QseT5RdA2A5Ycy8dzG_kSCWg&amp;sig2=QMjtzdsYwpXCbN6YitCRLw">Mozilla Summit</a>, variations of this request  were made by many people that are close to the Thunderbird project  (including myself). But after listening to several days of Firefox  people extolling the virtues of moving everything to the browser, and  being &#8220;more like the web&#8221;, I have a new appreciation of how difficult  the development of a vision statement is for the Thunderbird team.</p>
<p>The standard game plan that Mozilla projects are expected to follow is  to develop an application with a significantly high market share so that  they can use their market influence to fight for the rights of  individual users. Mozilla is a fascinating organization as a hybrid  commercial/public interest organization, and they take their values  quite seriously.</p>
<p>Unfortunately Thunderbird, which is the only real product that <a href="http://www.mozillamessaging.com/">MoMo</a> currently has, hovers around 6 million users, which is much lower than  the number they believe are necessary to have the influence they would  like (I have heard 100 million users as a goal). Nobody currently has a  concrete plan to develop a product with 100 million users. So the  current strategy (as I see it) is to try a series of experiments to try  to develop some concepts that might be used to specify the 100 million  user product. I can&#8217;t resist naming things (<a href="http://speechtree.com/">my wife</a> calls me &#8220;an Adam&#8221;),  so let&#8217;s call this future product by the code name &#8220;Gigabird&#8221;.</p>
<p>One such experiment is <a href="https://mozillalabs.com/raindrop">Raindrop</a>. Other experiments are <a href="https://mozillalabs.com/messaging/mailing-list-manager/">going on in  extensions</a> to Thunderbird, which seem to be focusing on changes to the  user interface. Right now, that is where the vast majority of the  developer resources are focused at MoMo.</p>
<p>So if your real strategic mission is to develop Gigabird, what do you do  with your legacy product Thunderbird? The big problem is that the  &#8220;ordinary users&#8221; that are the primary focus of Firefox (and by  implication also MoMo) are migrating away from email for many forms of  messaging to other media &#8211; Twitter, Facebook, text messages, web forums,  blog comments, etc. The hardcore users of email (who are likely to  continue to use a desktop client) are sitting in office cubicles, yet  going after these &#8220;enterprise&#8221; users is counter-cultural for Mozilla.</p>
<p>So what are the strategic choices available to MoMo?</p>
<h3>the HailMary</h3>
<p>The goal here is to try to come up with one or more really clever  innovations that will form the basis of Gigabird. This is, after all,  the way that some of the new messaging formats have occurred, with  Twitter as the poster child. Using these innovations as a base, the  basic plan for Gigabird will be formulated at some point in the future.  This is the current MoMo strategy, at least as I see it. Given the  existing Mozilla culture, I would probably do this as well. (Warning:  should this strategy every become publicly revealed, <a href="http://ascher.ca/blog/">the director</a> will <a href="http://en.wikipedia.org/wiki/Mission_Impossible"> disavow any knowledge</a> of these actions.)</p>
<h3>the AboutFace</h3>
<p>Here you notice that the values-driven direction that you felt so  passionate about is actually not going to get you anywhere, so you make a  major readjustment in values to allow you to pragmatically accept a new  direction. Such moves have been done by Mozilla in the past, and are  part of the standard <a href="http://www.imakenews.com/worldwit/e_article000392891.cfm?x=b11,0,w">corporate Myth</a> propagated by Mitchell Baker (the  story about how in the early days they were adamant about never shipping  a binary). The application to MoMo could be to accept that what they  have is an email product, and their future users are going to be sitting  in cubicles. Users in cubicles should have rights too, so there could  be a valid Mozilla Foundation purpose in fighting for the rights of  these &#8220;enterprise users&#8221; and let Thunderbird develop into an enterprise  product.</p>
<h3>the SlowPlod</h3>
<p>This is the direction that existing Thunderbird users are hoping for.  The ultimate goal is to slowly improve Thunderbird until it is  undeniably the best email client around. You fix any important bugs.  You  support all of the hot new messaging concepts. You spiff up the user  interface, incrementally adding new features that provide small  improvements to usability. You keep your power uses happy with lots of  extensions for specialized purposes. It&#8217;s pretty clear that <a href="http://groups.google.com/group/tb-planning/msg/fb959ff59bde6207">dmose does  not believe</a> that he has sufficient resources to pursue this strategy,  nor is he likely to have them in the foreseeable future. The Thunderbird  code base is also really hard to adapt to these  new media (witness the struggles that <a href="http://mesquilla.com/category/exchange-web-services-ews/">I have had</a> or <a href="http://quetzalcoatal.blogspot.com">jcranmer&#8217;s blog</a> ). I think that the MoMo team wishes  us well, but believes that the future lies elsewhere.</p>
<h3>the VacuumTube</h3>
<p>Just because you can&#8217;t change the direction of humanity does not mean  that you have nothing. Vacuum tubes are long gone &#8211; yet the guitar  player at <a href="http://www.ecreekside.com/">my church</a> proudly uses his fancy amp with glowing tubes  showing through plexiglass.<a href="http://www.istimaging.com/"> The company</a> that bought one of <a href="http://www.quadtek.com/">my previous  businesses</a> had also previously purchased a manufacturer of vacuum tubes,  which had morphed into specialized purposes like lamps for  spectroscopy, and nuclear-warfare-resistant cathode ray tubes. Email  clients will be with us forever, and in the hands of people who love  them could have a useful future in various niches.</p>
<h2>My Prediction</h2>
<p>MoMo will pursue the HailMary until they have enough ideas to formulate a  real plan. At that point, they will want to devote all of their  resources to Gigabird, and be looking for an honorable way to retreat  from Thunderbird &#8211; which will be a variation of the VacuumTube. The likely retreat will probably be some sort of  future custodianship by a conglomeration of companies that provide a  freemium strategy. So if there was a basic, free Thunderbird product  that could be enhanced with addons with commercial value (like my  <a href="http://mesquilla.com/category/exchange-web-services-ews/">Exchange Web Services</a> product, or<a href="http://www.postbox-inc.com/"> Postbox</a> as a Thunderbird addon), then  MoMo could pursue their vision without abandoning their Thunderbird  users, and let companies like <a href="http://mesquilla.com">MesQuilla </a>and <a href="http://www.postbox-inc.com/">Postbox</a> support Thunderbird.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmesquilla.com%2F2010%2F07%2F15%2Fthunderbirds-strategic-dilemma%2F&amp;title=Thunderbird%26%238217%3Bs%20Strategic%20Dilemma" id="wpa2a_4"><img src="http://mesquilla.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://mesquilla.com/2010/07/15/thunderbirds-strategic-dilemma/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Lessons from Google: Thunderbird as a Firefox extension!</title>
		<link>http://mesquilla.com/2010/06/01/lessons-from-google-thunderbird-as-a-firefox-extension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lessons-from-google-thunderbird-as-a-firefox-extension</link>
		<comments>http://mesquilla.com/2010/06/01/lessons-from-google-thunderbird-as-a-firefox-extension/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:39:16 +0000</pubDate>
		<dc:creator>rkent</dc:creator>
				<category><![CDATA[Planet Mozilla]]></category>
		<category><![CDATA[Planet MozillaMessaging]]></category>
		<category><![CDATA[Thunderbird's future]]></category>

		<guid isPermaLink="false">http://mesquilla.com/?p=829</guid>
		<description><![CDATA[<p>During my current trek to the Bay Area, I seem to be bombarded with news about Google. I was particularly interested in the different way that Google views its business model, and that got me thinking about how Thunderbird fits into Mozilla&#8217;s business model.</p> <p></p> <p>In an extensive article in Atlantic magazine (I always read the Atlantic while travelling), James Fallow describes efforts that Google is undertaking to try to revive the viability of news reporting as a professional activity. A lot of this revolves around different methods of bundling content with monetization schemes. In the traditional newspaper model, news [...]]]></description>
			<content:encoded><![CDATA[<p>During my current trek to the Bay Area, I seem to be bombarded with news about Google. I was particularly interested in the different way that Google views its business model, and that got me thinking about how Thunderbird fits into Mozilla&#8217;s business model.</p>
<p><a href="http://mesquilla.com/wp-content/uploads/2010/06/google.png"><img class="size-full wp-image-833 alignright" style="border: 0pt none;" title="google" src="http://mesquilla.com/wp-content/uploads/2010/06/google.png" alt="Google logo" width="275" height="95" /></a></p>
<p>In an extensive <a href="http://www.theatlantic.com/magazine/archive/2010/06/how-to-save-the-news/8095">article in Atlantic magazine</a> (I always read the Atlantic while travelling), <a href="http://www.theatlantic.com/james-fallows">James Fallow</a> describes efforts that Google is undertaking to try to revive the viability of news reporting as a professional activity. A lot of this revolves around different methods of bundling content with monetization schemes. In the traditional newspaper model, news is one of many parts of the bundle, with monetization provided by various advertising streams. The internet has provided many ways to unbundle the various pieces of the newspaper, with the result that the hard news content no longer has a sufficient bundling with the monetization schemes.</p>
<p>Google may be viewed as a new kind of bundle, with its many services (search, maps, email, news, etc.) all part of the bundle of services that are attached to the monetization scheme of search advertising. The Atlantic article notes that:</p>
<p style="padding-left: 30px;"><em>Virtually all of Google’s (enormous) revenue comes from a tiny handful of its activities: mainly the searches people conduct when they’re looking for something to buy. That money subsidizes all the other services the company offers &#8230;</em></p>
<p>That requires a new way of thinking about understanding the relationship of traditional &#8220;cost centers&#8221; to &#8220;revenue&#8221;. When Google&#8217;s Andy Rubin was asked to justify the expense of Android development in this <a href="http://www.mercurynews.com/business/ci_15184465">interview in the San Jose Mercury News</a>, he responded:</p>
<p style="padding-left: 30px;"><em>So all we have to focus on are  those types of innovations that scale for large audiences, and &#8230; the revenue crank just  turns.</em></p>
<p>So what is Mozilla&#8217;s bundle and monetization scheme, and how does Thunderbird contribute to that bundle?</p>
<p><a href="http://mesquilla.com/wp-content/uploads/2010/06/firefox.png"><img class="size-full wp-image-835 alignright" style="border: 0pt none;" title="firefox" src="http://mesquilla.com/wp-content/uploads/2010/06/firefox.png" alt="Firefox logo" width="400" height="105" /></a>Mozilla&#8217;s main bundle that is attached to a monetization scheme is the FireFox browser, which is monetized through people&#8217;s use of a particular search provider when connected through the bundle. Thunderbird (and its related <a href="http://www.mozillamessaging.com/">Mozilla Messaging</a> cost center) do not currently contribute anything directly to that bundle and its monetization scheme.</p>
<p>I don&#8217;t believe that Mozilla&#8217;s subsidization of Thunderbird can continue indefinitely. Perhaps that was possible for awhile, but Mozilla&#8217;s bundle can be expected to come under continual competitive attack, which will eventually force them to marshall the resources needed to defend the bundle. Mozilla Messaging and Thunderbird need to be part of the solution, and not just a cost drag, when the tough decisions are being made to defend the bundle.</p>
<p><a href="http://mesquilla.com/wp-content/uploads/2010/06/thunderbird.png"><img class="size-full wp-image-834 alignright" style="border: 0pt none;" title="thunderbird" src="http://mesquilla.com/wp-content/uploads/2010/06/thunderbird.png" alt="" width="458" height="104" /></a>If we think like Google, it&#8217;s pretty obvious what the step is that is needed for Thunderbird to become a major contributor to Mozilla&#8217;s main business of &#8220;Firefox the bundle&#8221;.  We need to figure out ways to attract people to the bundle, and get them to linger as long as possible on the bundle while the &#8220;revenue crank just  turns.&#8221; The obvious solution is that the underlying communications code that drives Thunderbird needs to be repackaged as a FireFox extension. (Since I call that codebase Skink, let&#8217;s temporarily use the code name SkinkFox to describe the Thunderbird-as-Firefox-extension product.)  SkinkFox could have the same relationship to Thunderbird that  Lightning has to Sunbird: the same product packaged both standalone, and  as an extension.</p>
<p>&#8220;That&#8217;s just SeaMonkey!&#8221; you say. Well no it is not. If you think like an engineer and focus on features, then I guess SkinkFox is similar to SeaMonkey. But thinking like a marketer, the goal of this is to build the FireFox brandname and revenue stream, and SeaMonkey does not contribute to that while SkinkFox does.</p>
<p>Technically, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=377319">great efforts</a> are already being made to reduce the barriers that keep the mailnews (Skink) codebase separate from FireFox. I don&#8217;t think it would be a huge leap to figure out how to merge Thunderbird&#8217;s user interface and tab system into FireFox&#8217;s.</p>
<p>As Thunderbird enters a critical rethinking in the next few months in the aftermath of Thunderbird 3.0/3.1, SkinkFox is one of a variety of thoughts I will be giving on possible futures for messaging at Mozilla.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmesquilla.com%2F2010%2F06%2F01%2Flessons-from-google-thunderbird-as-a-firefox-extension%2F&amp;title=Lessons%20from%20Google%3A%20Thunderbird%20as%20a%20Firefox%20extension%21" id="wpa2a_6"><img src="http://mesquilla.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://mesquilla.com/2010/06/01/lessons-from-google-thunderbird-as-a-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

