<?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/"
	>

<channel>
	<title>Documentation for Mozilla Messaging</title>
	<atom:link href="http://blogs.mozillamessaging.com/docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mozillamessaging.com/docs</link>
	<description>A blog about documenting Mozilla Messaging projects (like Thunderbird...)</description>
	<pubDate>Tue, 15 Dec 2009 20:57:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MDC Version Tags and Templates</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/12/15/mdc-version-tags-and-templates/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/12/15/mdc-version-tags-and-templates/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:30:46 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=117</guid>
		<description><![CDATA[Now that we are living in a Thunderbird 3.0 world, there will be times when we will want to indicate that content on the Mozilla Developer Center applies to a specific Thunderbird release version. (We&#8217;ve already been doing this to some degree with Thunderbird 3, but over the next year we will have many more [...]]]></description>
			<content:encoded><![CDATA[<p>Now that we are living in a Thunderbird 3.0 world, there will be times when we will want to indicate that content on the <a href="http://developer.mozilla.org/User:jenzed">Mozilla Developer Center </a>applies to a specific Thunderbird release version. (We&#8217;ve already been doing this to some degree with Thunderbird 3, but over the next year we will have many more release versions to manage.)</p>
<p>There are two mechanisms for labeling content on the Mozilla Developer Center: tags and templates.</p>
<h1>Tags</h1>
<p>At the bottom of each MDC page there is a section called &#8220;Tags&#8221;. These are <a href="http://en.wikipedia.org/wiki/Folksonomy">folksonomy tags</a> that apply to an entire page (for example, &#8220;Thunderbird&#8221; or &#8220;Thunderbird 3&#8243;). These are not pre-defined, so you can add a new tag (such as &#8220;Thunderbird 3.2&#8243;) as needed. However, please check the list of tags that is displayed as you enter letters in the &#8220;Tags&#8221; field, and try to avoid duplicating existing tags.</p>
<p>The main benefit of tags is that you can list all the pages that have a particular tag  by clicking the hyperlinked tag word. Therefore, don&#8217;t be afraid of adding lots of tags, and don&#8217;t be afraid of making tags too specific.</p>
<h1>Templates</h1>
<p>There are four MDC templates that are used to indicate that page (or a section on a page) applies to a specific version:</p>
<ul>
<li><span class="lang lang-en" lang="en"> <span class="plain">{{template.Tb_minversion_header(N)}}: </span></span><span class="lang lang-en" lang="en">This template should be used when the content of the whole page or section applies to <span class="lang lang-en" lang="en">Thunderbird</span> version N or higher.</span></li>
<li><span class="plain">{{template.tb_minversion_inline(N)}}: </span>This template should be used when an individual item in a list or a table appeared in Thunderbird version N.</li>
<li><span class="lang lang-en" lang="en"><span class="plain">{{template.Tb_minversion_note(N, &#8220;The &lt;code&gt;foobar()&lt;/code&gt; method works differently in Thunderbird N.&#8221;)}}: </span></span><span class="lang lang-en" lang="en">This template should be used when you need to insert a Thunderbird version-specific note into an article.</span></li>
<li><span class="lang lang-en" lang="en"><span class="plain">{{template.Tb_minversion_section(N)}}</span></span>: <span class="lang lang-en" lang="en">This template should be used when the content of a section applies to Thunderbird version N or higher.</span></li>
</ul>
<p>So, for example, if you were to paste (as text <img class="alignnone size-full wp-image-120" src="http://blogs.mozillamessaging.com/docs/files/2009/12/paste_text1.jpg" alt="paste_text1" width="26" height="17" />) the following into the MDC editor:</p>
<pre>{{template.Tb_minversion_header(3.2)}}</pre>
<pre>{{template.Tb_minversion_section(3.2)}}</pre>
<pre>{{template.tb_minversion_inline(3.2)}}</pre>
<pre>{{template.Tb_minversion_note(3.2, "The &lt;code&gt;foobar()&lt;/code&gt; method works differently in Thunderbird 3.2.")}}</pre>
<p>&#8230;you would see this after saving the page:</p>
<p><img class="size-medium wp-image-121 alignnone" src="http://blogs.mozillamessaging.com/docs/files/2009/12/template_result1-300x79.jpg" alt="template_result1" width="300" height="79" /></p>
<p>Another useful template is {{template.draft(&#8221;")}}. This generates:</p>
<p><img class="size-medium wp-image-122 alignnone" src="http://blogs.mozillamessaging.com/docs/files/2009/12/draft-300x44.jpg" alt="draft" width="300" height="44" /></p>
<p>See the <a href="http://developer.mozilla.org/Template:">Template</a> page on MDC for a complete list of MDC templates.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/12/15/mdc-version-tags-and-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doc Day - December 17</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/12/15/doc-day-december-17/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/12/15/doc-day-december-17/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:32:08 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=114</guid>
		<description><![CDATA[Please help out with our first Doc Day, this Thursday December 17. By expanding the developer documentation available to the community, you help people become involved with Thunderbird.
You can contribute a how-to, describe a new 3.0 feature or module or provide some content to the Thunderbird Overview page. For more information see my previous post  [...]]]></description>
			<content:encoded><![CDATA[<p>Please help out with our first Doc Day, this Thursday December 17. By expanding the developer documentation available to the community, you help people become involved with Thunderbird.</p>
<p>You can <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos">contribute a how-to</a>, describe a new 3.0 feature or module or provide some content to the <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/An_overview_of_the_Thunderbird_interface">Thunderbird Overview</a> page. For more information see my previous post  &#8220;<a href="http://blogs.mozillamessaging.com/docs/2009/11/27/rc-1-good-time-for-docs/">RC 1 - Good Time for Docs</a>&#8220;.</p>
<p>Feel free to write in whatever environment works best for you. If you want to write directly on MDC - great, go for it. If you prefer to brain-dump to a text file - that&#8217;s fine too. Just email it to me (jen at mozillamessaging.com) and I&#8217;ll edit and publish it.</p>
<p>Don&#8217;t have the time or inclination to write a full piece? No problem - send me an outline or a partial draft. These are helpful too - other people can come along and continue your work later.</p>
<p>Thanks in advance to everyone who helps out! If you need help or have questions, contact me at jen  at mozillamessaging.com or &#8220;jenzed&#8221; on the Mozilla maildev IRC channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/12/15/doc-day-december-17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RC 1 - good time for docs</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/11/27/rc-1-good-time-for-docs/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/11/27/rc-1-good-time-for-docs/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:18:09 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=107</guid>
		<description><![CDATA[Now that RC1 is out the door - congratulations! - I&#8217;m hoping that Thunderbird developers can spend some time  on documentation.  Here are the tasks (in order of importance):
TB3 for Developers

https://developer.mozilla.org/En/Thunderbird_3_for_developers
Please review, add new stuff, expand existing stuff. Please use lots  of links (to pages on MDC, if available, otherwise to MXR pages [...]]]></description>
			<content:encoded><![CDATA[<p>Now that RC1 is out the door - congratulations! - I&#8217;m hoping that Thunderbird developers can spend some time  on documentation.  Here are the tasks (in order of importance):</p>
<h2>TB3 for Developers</h2>
<ul>
<li><a class="moz-txt-link-freetext" href="https://developer.mozilla.org/En/Thunderbird_3_for_developers">https://developer.mozilla.org/En/Thunderbird_3_for_developers</a></li>
<li>Please review, add new stuff, expand existing stuff. Please use lots  of links (to pages on MDC, if available, otherwise to MXR pages and  relevant bugs).</li>
</ul>
<h2>New Modules</h2>
<ul>
<li>Protovis, jQuery: what they are, how they&#8217;re available to add-on  authors, and ideally a sample extension</li>
</ul>
<h2>How-Tos</h2>
<ul>
<li><a class="moz-txt-link-freetext" href="https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos">https://developer.mozilla.org/en/Extensions/Thunderbird/HowTos</a></li>
<li>Add a new one question or answer an existing one</li>
</ul>
<h2>Thunderbird Overview</h2>
<ul>
<li><a href="https://developer.mozilla.org/en/Extensions/Thunderbird/An_overview_of_the_Thunderbird_interface">https://developer.mozilla.org/en/Extensions/Thunderbird/An_overview_of_the_Thunderbird_interface</a></li>
<li>Look for the TODO markers</li>
</ul>
<p>Shout if you need help - jen at mozillamessaging.com. Feel free to brain-dump into a  text file and I&#8217;ll take care of the rest. (I know MDC is somewhat painful these days - don&#8217;t let that be an impediment.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/11/27/rc-1-good-time-for-docs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activity Manager docs</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/11/18/activity-manager-docs/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/11/18/activity-manager-docs/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:04:32 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[extension docs]]></category>

		<category><![CDATA[thunderbird]]></category>

		<category><![CDATA[activity_manager]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=102</guid>
		<description><![CDATA[We&#8217;ve recently promoted the Activity Manager docs from the planning area (that is, the Mozilla Wiki) to the Mozilla Developer Center. The Activity Manager is a new Thunderbird component that displays a combination of user activity and history.

There are three MDC doc pages:

Activity Manager overview
Activity Manager interfaces
Activity Manager examples

These docs were originally written by Emre. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently promoted the Activity Manager docs from the planning area (that is, the <a href="http://wiki.mozilla.org/">Mozilla Wiki</a>) to the <a href="http://developer.mozilla.org/en/">Mozilla Developer Center</a>. The Activity Manager is a new Thunderbird component that displays a combination of user activity and history.</p>
<p><img class="alignleft size-medium wp-image-103" style="border: 0pt none;margin-right: 5px;margin-left: 5px" src="http://blogs.mozillamessaging.com/docs/files/2009/11/act_man-300x185.jpg" alt="TB Activity Manager" width="300" height="185" /></p>
<p>There are three MDC doc pages:</p>
<ul>
<li><a href="http://developer.mozilla.org/en/Thunderbird/Activity_Manager">Activity Manager overview</a></li>
<li><a href="http://developer.mozilla.org/en/Thunderbird/Activity_Manager_interfaces">Activity Manager interfaces</a></li>
<li><a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos/Activity_Manager">Activity Manager examples</a></li>
</ul>
<p>These docs were originally written by <a href="http://wiki.mozilla.org/User:Emre">Emre</a>. Please feel free to add more examples or expand the descriptions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/11/18/activity-manager-docs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New and reorganized Thunderbird extension how-tos</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/09/16/new-and-reorganized-thunderbird-extension-how-tos/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/09/16/new-and-reorganized-thunderbird-extension-how-tos/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:23:48 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[extension docs]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=94</guid>
		<description><![CDATA[Community member jllogan has done a bunch of work on the Thunderbird HowTos page on Mozilla Developer Center. He&#8217;s organized the topic list and moved content into sub-pages, resulting in a more readable portal page for that is mostly self-maintaining (because he is using the templates tagged sub-pages and wiki.tree to build the lists of [...]]]></description>
			<content:encoded><![CDATA[<p>Community member <a href="http://developer.mozilla.org/User:jllogan">jllogan</a> has done a bunch of work on the <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos">Thunderbird HowTos page</a> on Mozilla Developer Center. He&#8217;s organized the topic list and moved content into sub-pages, resulting in a more readable portal page for that is mostly self-maintaining (because he is using the templates <a href="http://blogs.mozillamessaging.com/docs/2009/09/04/new-mdc-template-tagged-sub-pages/">tagged sub-pages</a> and <a href="http://blogs.mozillamessaging.com/docs/2009/06/03/deki-wiki-template-for-listing-pages/">wiki.tree</a> to build the lists of sub-pages). Search results should also be better targeted.</p>
<p>The original page had lots of blank topics - questions that people had asked but that no one has yet answered. These are now all listed in a section at the bottom of the page with a luridly pink background (in case these previously lacked sufficient prominence).</p>
<p>In content news, <a href="http://developer.mozilla.org/User:Ondrejd">Ondrejd</a> has extended how to &#8220;<a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Add_Option_to_Context_Menu">Add Option to Context Menu</a>&#8220;, explaining how to support Thunderbird 2 and 3 in the same XPI.</p>
<p>Thanks for the contributions!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/09/16/new-and-reorganized-thunderbird-extension-how-tos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New MDC template: tagged sub-pages</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/09/04/new-mdc-template-tagged-sub-pages/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/09/04/new-mdc-template-tagged-sub-pages/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:27:30 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=92</guid>
		<description><![CDATA[Sheppy whipped up a nice little MDC template that enables you to generate a list of sub-pages that have a particular tag. The template is called &#8220;taggedsubpages&#8221;.
As an example of how it works, in my user area of MDC I am working on a new Thunderbird tutorial. It consists of several pages, named &#8220;Multi-page_1&#8243;, &#8220;Multi-page_2&#8243;, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bitstampede.com/">Sheppy</a> whipped up a nice little <a href="http://developer.mozilla.org/Template:taggedsubpages">MDC template</a> that enables you to generate a list of sub-pages that have a particular tag. The template is called &#8220;taggedsubpages&#8221;.</p>
<p>As an example of how it works, in my user area of MDC I am working on a new Thunderbird tutorial. It consists of several pages, named &#8220;Multi-page_1&#8243;, &#8220;Multi-page_2&#8243;, etc. It would be handy to have a quick list of the pages related to the tutorial, a list that is automatically updated when I add or delete pages. However, the tutorial pages are stored on the same hierarchical level as many other unrelated pages, which means the <a href="http://blogs.mozillamessaging.com/docs/2009/06/03/deki-wiki-template-for-listing-pages/">{{wiki.tree(&#8221;path to root&#8221;)}} Deki Wiki template</a> is not useful.</p>
<p>To make use of Sheppy&#8217;s new MDC template, I simply add a tag (I used &#8220;new_tutorial&#8221;) to all the pages related to my tutorial. Then I specify the taggedsubpages template with my tag as an argument, like this:</p>
<pre>{{Template.taggedsubpages("new_tutorial")}}</pre>
<p>This gives me a bullet list of each of the sub-pages that have the &#8220;new_tutorial&#8221; tag.</p>
<p>This template is particularly useful because I think that one of the usability shortcomings of MDC is the fairly flat page hierarchy. Because we don&#8217;t have much structure, pages often lack the context that is provided, for example, by a breadcrumb path. The taggedsubpages template is a good tool both for working within a more structured hierarchy (as we move in that direction) and for dealing with the current lack of page hierarchy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/09/04/new-mdc-template-tagged-sub-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Listing error reporting tools</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/09/01/listing-error-reporting-tools/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/09/01/listing-error-reporting-tools/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:54:36 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[extension docs]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=86</guid>
		<description><![CDATA[There is a new  errUtils module for Thunderbird that contains helper methods for debugging extensions, such as logging exception objects, dumping DOM nodes, Events, and generic object dumps. Additionally, the Mozilla Labs group has made a log4moz interface, which is a partial implementation of Apache&#8217;s logging project.
These new tools for error reporting and debugging [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new  <a class="external" title="http://mxr.mozilla.org/comm-central/source/mailnews/base/util/errUtils.js" rel="external nofollow" href="http://mxr.mozilla.org/comm-central/source/mailnews/base/util/errUtils.js" target="_blank">errUtils</a> module for Thunderbird that contains helper methods for debugging extensions, such as logging exception objects, dumping DOM nodes, Events, and generic object dumps. Additionally, the Mozilla Labs group has made a <a class="link-https" title="https://wiki.mozilla.org/Labs/JS_Modules#Logging" rel="external nofollow" href="https://wiki.mozilla.org/Labs/JS_Modules#Logging" target="_blank">log4moz </a>interface, which is a partial implementation of <a href="http://logging.apache.org/">Apache&#8217;s logging project</a>.</p>
<p>These new tools for error reporting and debugging should be a big help to Thunderbird extension developers. To make them easier to find, we&#8217;ve added a page on the <a href="http://developer.mozilla.org/en/Extension_Library/Extensions/Thunderbird/Error_reporting_tools">Mozilla Developer Center</a> that lists the tools (with a brief description).</p>
<p>What other error reporting and debugging tools do people use? Please feel free to add them to the new page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/09/01/listing-error-reporting-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Thunderbird address autocomplete example</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/09/01/new-thunderbird-address-autocomplete-example/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/09/01/new-thunderbird-address-autocomplete-example/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:36:02 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[MDC]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=80</guid>
		<description><![CDATA[There is a new Thunderbird contribution on the Mozilla Developer Center that explains how to invoke address autocomplete, searching first local address books and then globally configured LDAP servers. It works with both Thunderbird 2.x (Gecko 1.8) and 3.x (Gecko 1.9). Many thanks to simon.at.orcl!
Contributing to the Mozilla Developer Center is easy. First, get an account. [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new Thunderbird contribution on the <a href="http://developer.mozilla.org/en/Thunderbird_Addon_Demonstrating_Autocomplete_With_Addrbook_And_LDAP">Mozilla Developer Center </a>that explains how to invoke address autocomplete, searching first local address books and then globally configured LDAP servers. It works with both Thunderbird 2.x (Gecko 1.8) and 3.x (Gecko 1.9). Many thanks to simon.at.orcl!</p>
<p>Contributing to the Mozilla Developer Center is easy. First, <a href="https://developer.mozilla.org/Special:UserRegistration">get an account</a>. Next, look for questions that need answers on the <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos">how-to page</a>. Alternatively, write a larger article on the topic of your choice (such as the new address autocomplete article) or help out with the <a href="http://blogs.mozillamessaging.com/docs/2009/07/03/thunderbird-30-docs-mdc-structure-and-stubs/">Thunderbird 3.0 documentation effort</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/09/01/new-thunderbird-address-autocomplete-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thunderbird and Jetpack</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/08/11/thunderbird-and-jetpack/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/08/11/thunderbird-and-jetpack/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:42:40 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[extension docs]]></category>

		<category><![CDATA[thunderbird]]></category>

		<category><![CDATA[jetpack]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=66</guid>
		<description><![CDATA[Resident wise smart guy Andrew Sutherland has been playing with an implementation of Jetpack in Thunderbird 3. (Jetpack is an experimental technology from Mozilla Labs that provides an API that simplifies and enhances Firefox extension development.) With help from Standard8 (who tweaked Thunderbird&#8217;s content policy), Andrew wrote a couple of Jetpack-based extensions for Thunderbird. He [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_72" class="wp-caption alignleft" style="width: 210px"><a href="http://labs.mozilla.com/2009/05/introducing-jetpack-call-for-participation/"><img class="size-full wp-image-72" src="http://blogs.mozillamessaging.com/docs/files/2009/08/jetpack.png" alt="jetpack logo" width="200" height="95" /></a><p class="wp-caption-text">jetpack logo</p></div>
<p>Resident <span style="text-decoration: line-through">wise</span> smart guy <a href="http://www.visophyte.org/blog/">Andrew Sutherland</a> has been playing with an implementation of Jetpack in Thunderbird 3. (<a href="https://jetpack.mozillalabs.com/">Jetpack</a> is an experimental technology from <a href="http://labs.mozilla.com/">Mozilla Labs</a> that provides an API that simplifies and enhances Firefox extension development.) With help from <a href="http://ccgi.standard8.plus.com/blog/">Standard8</a> (who <a href="http://ccgi.standard8.plus.com/blog/archives/188">tweaked Thunderbird&#8217;s content policy</a>), Andrew wrote a couple of Jetpack-based extensions for Thunderbird. He has a blog post up that describes his examples and shows his code. It also provides a link to the experimental <a href="http://hg.mozilla.org/users/bugmail_asutherland.org/opc-jetpack/">Thunderbirdified Jetpack code </a>and instructions on how to access Jetpack from within Thunderbird.</p>
<p>As much as Jetpack is experimental for Firefox, this is extra-experimental for Thunderbird. However, like the rest of the Mozilla family, we&#8217;re excited about what Jetpack will bring to Thunderbird.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/08/11/thunderbird-and-jetpack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New and updated HowTo entries</title>
		<link>http://blogs.mozillamessaging.com/docs/2009/08/05/new-and-updated-howto-entries/</link>
		<comments>http://blogs.mozillamessaging.com/docs/2009/08/05/new-and-updated-howto-entries/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:48:41 +0000</pubDate>
		<dc:creator>docs</dc:creator>
		
		<category><![CDATA[extension docs]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blogs.mozillamessaging.com/docs/?p=63</guid>
		<description><![CDATA[We have some new entries on the Thunderbird HowTos page on MDC:

a code snippet that shows how to add headers to outgoing messages
a new how-to on adding options to a context menu

Also, the item &#8220;How do I get the message header for a message URI/URL?&#8221; has been rewritten.
Many thanks to the contributors for helping out [...]]]></description>
			<content:encoded><![CDATA[<p>We have some new entries on the <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos">Thunderbird HowTos</a> page on <a href="http://developer.mozilla.org/">MDC</a>:</p>
<ul>
<li>a code snippet that shows how to <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos#How_do_I_add_headers_to_outgoing_messages.3f">add headers to outgoing messages</a></li>
<li>a new how-to on <a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos#How_do_I_add_an_option_in_the_context_menu.3f">adding options to a context menu</a></li>
</ul>
<p>Also, the item &#8220;<a href="http://developer.mozilla.org/en/Extensions/Thunderbird/HowTos#How_do_I_get_the_message_header_for_a_message_URI.2fURL.3f">How do I get the message header for a message URI/URL?</a>&#8221; has been rewritten.</p>
<p>Many thanks to the contributors for helping out the Thunderbird community! Remember, anyone can contribute - sign up for an account on the <a href="http://developer.mozilla.org/">Mozilla Developer Center</a>, then check out the topic ideas on the<a href="//developer.mozilla.org/en/Extensions/Thunderbird/HowTos"> Thunderbird HowTos</a> page (or add a new topic of your own).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.mozillamessaging.com/docs/2009/08/05/new-and-updated-howto-entries/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
