<?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>Rally Vincent-Blog &#187; Thunderbird</title>
	<atom:link href="http://rvincent.digital-nerv.net/category/thunderbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://rvincent.digital-nerv.net</link>
	<description>&#34;Smurfs are asexual. They don&#039;t even have reproductive organs under those little white pants.&#34;</description>
	<lastBuildDate>Sun, 07 Aug 2011 20:58:52 +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>How to Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird</title>
		<link>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/</link>
		<comments>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:25:21 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1601</guid>
		<description><![CDATA[Logging is for the industrious developer alone — and for the curious user, of course. In addition to finding out what&#8217;s going on behind the scenes of email exchanges in Mozilla Thunderbird yourself (especially if that which is going on is not going right), you can help those helping you with problems enormously if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png" alt="" title="Thunderbird Logo" width="64" height="64" class="alignnone size-full wp-image-208" /></p>
<p>Logging is for the industrious developer alone — and for the curious user, of course. In addition to finding out what&#8217;s going on behind the scenes of email exchanges in Mozilla Thunderbird yourself (especially if that which is going on is not going right), you can help those helping you with problems enormously if you&#8217;re able to send them a log of what&#8217;s happening when you try to send or receive mail.</p>
<p>Turning on transaction logging may not be straight forward an affair, but it is not difficult either.</p>
<p>Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird</p>
<p>To create a log file with all POP (Post Office Protocol), SMTP (Simple Mail Transfer Protocol) or IMAP (Internet Message Access Protocol) traffic in Mozilla Thunderbird:</p>
<p><strong>Make sure Mozilla Thunderbird is not running.</strong></p>
<p><strong>Now, on Windows:</strong></p>
<ul>
<li>Select All Programs | Accessories | Command Prompt from the Start menu.</li>
<li>Type &#8220;set NSPR_LOG_MODULES=&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>set NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>set NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance.</li>
<li>Type &#8220;<code>set NSPR_LOG_FILE=%HOMEDRIVE%%HOMEPATH%\Desktop\tbird_log.txt</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Type &#8220;<code>start thunderbird</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird_log.txt</code>&#8221; on your Desktop.</li>
</ul>
<p><strong>On Mac OS X:</strong></p>
<ul>
<li>Open a Terminal window.</li>
<li>Type &#8220;<code>export NSPR_LOG_MODULES=</code>&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>export NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>export NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance.</li>
<li>Type &#8220;<code>export NSPR_LOG_FILE=~/Desktop/tbird.log</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Now type &#8220;<code>/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird.log</code>&#8221; on your Desktop.</li>
</ul>
<p><strong>On Linux:</strong></p>
<ul>
<li>Open a Terminal window.</li>
<li>Type &#8220;<code>export NSPR_LOG_MODULES=</code>&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>export NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>export NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance. Type &#8220;<code>export NSPR_LOG_FILE=~/tbird.log.txt</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Type &#8220;<code>thunderbird</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird.log.txt</code>&#8221; in your Home directory.</li>
</ul>
<p><i>By Heinz Tschabitscher, About.com Guide</i></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Duplicate Messages</title>
		<link>http://rvincent.digital-nerv.net/2006/12/28/remove-duplicate-messages/</link>
		<comments>http://rvincent.digital-nerv.net/2006/12/28/remove-duplicate-messages/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 17:13:49 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[extension]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/2006/12/28/remove-duplicate-messages/</guid>
		<description><![CDATA[If you have duplicate messages (e.g. from merging folders or downloading messages several times) you can use this tool to find and remove them from the selected folder and its subfolder by rightclicking on a folder and choosing &#8220;Remove Duplicate Messages&#8221;. https://addons.mozilla.org/thunderbird/956/]]></description>
			<content:encoded><![CDATA[<p><a href="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png"><img class="alignnone size-full wp-image-208 alignleft" style="float: left;" title="thunderbird-logo-64x64" src="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png" alt="" width="64" height="64" /></a>If you have duplicate messages (e.g. from merging folders or downloading messages several times) you can use this tool to find and remove them from the selected folder and its subfolder by rightclicking on a folder and choosing &#8220;Remove Duplicate Messages&#8221;.</p>
<p><a href="https://addons.mozilla.org/thunderbird/956/">https://addons.mozilla.org/thunderbird/956/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2006/12/28/remove-duplicate-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Redirect</title>
		<link>http://rvincent.digital-nerv.net/2006/10/26/mail-redirect/</link>
		<comments>http://rvincent.digital-nerv.net/2006/10/26/mail-redirect/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 15:06:59 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[extension]]></category>

		<guid isPermaLink="false">http://www.digital-nerv.net/rvincent/2006/10/26/mail-redirect/</guid>
		<description><![CDATA[The mailredirect extension for Mozilla Thunderbird (version 0.7 and above) and Mozilla Mail client adds ability to redirect one or more mails to one or more recipients. Feature of mail redirecting is also known as bouncing. Who wants this extension? In office environment there is sometimes a need to forward email with original headers to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png"><img class="alignnone size-full wp-image-208 alignleft" style="float: left;" title="thunderbird-logo-64x64" src="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png" alt="" width="64" height="64" /></a>The mailredirect extension for Mozilla Thunderbird (version 0.7 and above) and Mozilla Mail client adds ability to redirect one or more mails to one or more recipients.<br />
Feature of mail redirecting is also known as bouncing.</p>
<p><strong>Who wants this extension?</strong></p>
<p>In office environment there is sometimes a need to forward email with original headers to somebody else. If forward or edit as new command is used, headers are very different comparing to original message (other From, Message-Id, Date fields). If you use Mailredirect Extension headers are not changed, so recipient of redirected mail has almost original message. In practice all important headers in redirected message are identical to original one (From, CC, Message-Id, Date).</p>
<p><strong>This extension is very usefull to send emails unmodified to an spam filter, so it can learn.</strong></p>
<p><a href="http://mailredirect.mozdev.org/">http://mailredirect.mozdev.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2006/10/26/mail-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

