<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tiggit's Weblog</title>
	<atom:link href="http://tiggit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiggit.wordpress.com</link>
	<description>Commentary from the developer of tiggit mail</description>
	<lastBuildDate>Tue, 03 Nov 2009 11:47:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tiggit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0553d5844833fcf13806b5344154a6b1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Tiggit's Weblog</title>
		<link>http://tiggit.wordpress.com</link>
	</image>
			<item>
		<title>RIM OS 5.0</title>
		<link>http://tiggit.wordpress.com/2009/11/01/rim-os-5-0-2/</link>
		<comments>http://tiggit.wordpress.com/2009/11/01/rim-os-5-0-2/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:10:04 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=1027</guid>
		<description><![CDATA[I have updated version 1.1.17 with a few fixes to solve the various background thread crashes on OS 5.0.
I think that tiggit mail is now 5.0 safe. I have posted a new build of 1.1.17 (now 1.1.17.1) on tiggit.com for those that need a 5.0 compatible version.
[For information here is what appears to cause most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1027&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have updated version 1.1.17 with a few fixes to solve the various background thread crashes on OS 5.0.</p>
<p>I think that tiggit mail is now 5.0 safe. I have posted a new build of 1.1.17 (now 1.1.17.1) on tiggit.com for those that need a 5.0 compatible version.</p>
<p>[For information here is what appears to cause most of the problems on RIM OS 5.0. UI Applications on the BlackBerry have the concept of a 'despatch thread' that deals with user interactions (button presses, clicks etc) and typically this despatch thread will start other background threads to conduct the necessary processing. Tiggit mail makes extensive use of these background threads to do things like decoding messages and displaying them.</p>
<p>It would appear that when a background thread sets a parameter on a field that has not been added to a manager this causes a null pointer exception as the OS attempts to render the field within the context of a manager that does not exist. In my mind this is a defect in the OS, but nevertheless everyone will need to review and update their application as a result.</p>
<p><em>Note: this is not the same as making sure that the background thread owns the Ui Application Event Lock.</em>]</p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/1027/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/1027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/1027/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1027&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/11/01/rim-os-5-0-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>RIM OS 5.0</title>
		<link>http://tiggit.wordpress.com/2009/10/29/rim-os-5-0/</link>
		<comments>http://tiggit.wordpress.com/2009/10/29/rim-os-5-0/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:50:46 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=1025</guid>
		<description><![CDATA[Like a great many applications, tiggit mail has been broken by RIM OS 5.0. I have been running it on the simulator and have fixed every crash that I have found, and have a candidate build that a few users have reported works OK on RIM OS 5.0
Please contact me directly if you need this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1025&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Like a great many applications, tiggit mail has been broken by RIM OS 5.0. I have been running it on the simulator and have fixed every crash that I have found, and have a candidate build that a few users have reported works OK on RIM OS 5.0</p>
<p>Please contact me directly if you need this build because you have upgraded to 5.0 and found that tiggit mail does not work.</p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/1025/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/1025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/1025/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1025&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/10/29/rim-os-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>1.1.17 &#8211; preview 3</title>
		<link>http://tiggit.wordpress.com/2009/10/16/1-1-17-preview-3/</link>
		<comments>http://tiggit.wordpress.com/2009/10/16/1-1-17-preview-3/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:28:47 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=1018</guid>
		<description><![CDATA[I have just uploaded another build of 1.1.17 preview. This build fixes some minor bugs in the add mailbox wizard that result in the settings menu having multiple entries for the same mailbox.
This build also adds a mark read feature for inbox viewers allowing you to select multiple messages and mark them as read, without [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1018&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just uploaded another build of 1.1.17 preview. This build fixes some minor bugs in the <em>add mailbox wizard</em> that result in the settings menu having multiple entries for the same mailbox.</p>
<p>This build also adds a <strong><em>mark read</em><span style="font-weight:normal;"> feature for inbox viewers allowing you to select multiple messages and mark them as read, without opening them. When tiggit next does a send and receive the update to the \Seen flag is applied to the server. This is what it looks like</span></strong></p>
<p><strong><span style="font-weight:normal;"><img class="aligncenter size-medium wp-image-1019" title="markRead" src="http://tiggit.files.wordpress.com/2009/10/markread.png?w=300&#038;h=200" alt="markRead" width="300" height="200" /></span></strong></p>
<p><em><span style="color:#000000;">Registered users can download version 1.1.17, by clicking </span></em><span style="color:#0066cc;"><a style="color:#b85b5a;text-decoration:none;" rel="#someid0" href="http://www.tiggit.com/tiggitmail/previewCheck.html"><em><span style="color:#000000;">here</span></em></a><em><span style="color:#000000;"> and entering the email address that was originally used to register for tiggit mail. Exisiting license tokens will continue to work with this version. Users are advised to take appropriate precautions when upgrading to this version as all messages on the handheld may be lost.</span></em></span></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/1018/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/1018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/1018/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1018&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/10/16/1-1-17-preview-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>

		<media:content url="http://tiggit.files.wordpress.com/2009/10/markread.png?w=300" medium="image">
			<media:title type="html">markRead</media:title>
		</media:content>
	</item>
		<item>
		<title>1.1.17 preview 2 &#8211; HTML enhancements</title>
		<link>http://tiggit.wordpress.com/2009/10/10/1-1-17-preview-2-html-enhancements/</link>
		<comments>http://tiggit.wordpress.com/2009/10/10/1-1-17-preview-2-html-enhancements/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 17:18:23 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=1013</guid>
		<description><![CDATA[Preview 2 contains a fix for errors in the calculation of daylight saving hours within the timezone for outgoing messages.
This version also adds a cache for images downloaded within html messages, this means that once you have viewed a message and it has downloaded any embedded images, these images will not be downloaded again. As [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1013&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Preview 2 contains a fix for errors in the calculation of daylight saving hours within the timezone for outgoing messages.</p>
<p>This version also adds a cache for images downloaded within html messages, this means that once you have viewed a message and it has downloaded any embedded images, these images will not be downloaded again. As the images are held in memory up to the maximum size indicated in the setting HTMLCacheSize. Once this size is reached images are dropped from the cache to make room for new downloads. You can set this value to zero to turn off the caching functionality.</p>
<p>If useSDCard is selected then the cached data is stored on the the SD card in the tiggitWorkspace/cache folder. There is no limit to the space that will be taken for data cached on the SD Card.</p>
<p>To clear the HTML cache, from the mailbox list key ALT-C then ALT-C.</p>
<p>Hopefully the cache will improve performance and reduce data costs for downloading html emails with hosted images.</p>
<p>Here is a re-cap on the settings that can be used with HTML emails</p>
<ul>
<li>renderHTML &#8211; option to turn on/off display of HTML content within tiggit mail.</li>
<li>loadHTMLimages &#8211; option to turn on/off loading of embedded images within HTML emails.</li>
<li>showHTMLfirst &#8211; typically HTML emails have a plain text message before the HTML to make the message more readable for those that do not have HTML capable email tools. This setting makes tiggit mail always display HTML attachments first.</li>
<li>HTMLCacheSize &#8211; as described above, defines the maximum size of the HTML image cache in memory.</li>
</ul>
<p>Sadly there is no real way to show a graphic of the cache in action, but note that the status line does report when an image is loaded from cache rather than from the network. You can also observe the absence of flashing arrows showing no network activity whilst the HTML mail is being populated.</p>
<p><em><span style="color:#000000;">Registered users can download version 1.1.17, by clicking </span></em><span style="color:#0066cc;"><a style="color:#b85b5a;text-decoration:none;" rel="#someid0" href="http://www.tiggit.com/tiggitmail/previewCheck.html"><em><span style="color:#000000;">here</span></em></a><em><span style="color:#000000;"> and entering the email address that was originally used to register for tiggit mail. Exisiting license tokens will continue to work with this version. Users are advised to take appropriate precautions when upgrading to this version as all messages on the handheld may be lost.</span></em></span></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/1013/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/1013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/1013/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1013&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/10/10/1-1-17-preview-2-html-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>first view of tiggit mail 1.1.17</title>
		<link>http://tiggit.wordpress.com/2009/09/27/first-view-of-tiggit-mail-1-1-17/</link>
		<comments>http://tiggit.wordpress.com/2009/09/27/first-view-of-tiggit-mail-1-1-17/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 18:40:48 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=1001</guid>
		<description><![CDATA[It has been a while since I have released a new version of tiggit mail, and in recent weeks I have been receiving a number of requests for additional minor features and enhancements. This release attempts to provide those as well as delivering on some promises from a while ago.

Possibly the most visual change is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1001&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It has been a while since I have released a new version of tiggit mail, and in recent weeks I have been receiving a number of requests for additional minor features and enhancements. This release attempts to provide those as well as delivering on some promises from a while ago.</p>
<p><img class="aligncenter size-medium wp-image-1007" title="shading" src="http://tiggit.files.wordpress.com/2009/09/shading.jpg?w=187&#038;h=300" alt="shading" width="187" height="300" /></p>
<p>Possibly the most visual change is the option to have alternately shaded rows in the inbox, and the option to set the colour of the shading. Perhaps the most requested change is the ability to edit messages when they are in the outbox. This version should also improve efficiency in filing messages into other folders with the introduction of fast keys and nicknames.</p>
<p>Here is the full list of changes:</p>
<ul>
<li>Option for alternative send format &#8211; you can now chose between ISO-8859-1(default), UTF-16BE, US-ASCII and UTF-8.</li>
<li>The text of the signature is now placed in the message composer allowing you to edit/customise it for particular messages</li>
<li>Fast keys to move around the folder list in the move dialog &#8211; press the first letter of the folder name you want to move to.</li>
<li>Folder nick-names</li>
<li>Ability to edit messages once they have been placed in the outbox, using send later</li>
<li>Option to start in the background when the phone boots</li>
<li>Option to delete the BlackBerry log on start up to improve performance</li>
<li>Changed the sub-folders checkbox on the folder properties to not be selected by default</li>
<li>Option to immediately hide moving and deleted messages</li>
<li>Fixes irritations in the operation of the delete key</li>
<li>Support for forwarded flags on messages</li>
<li>Added exit option to the mailbox list menu</li>
<li>Removes mailboxes immediately rather than waiting for restart</li>
<li>Fixes defects in counting un-read messages. Deleted messages are not counted as un-read</li>
<li>Ability to back-up settings &#8211; press ALT-E to export settings to a file and ALT-I to import.</li>
<li>Added reply indicator to a single line view</li>
<li>Fixes problems with copying messages to a sent folder via the tunnel</li>
<li>Pressing enter now opens a message on inbox viewer</li>
<li>Option to not download images in HTML mails</li>
<li>Fixes defect where multiple inboxes are shown from time to time</li>
<li>Fixes problem where changes to the signature were not detected by save prompt</li>
<li>Added send attempt count to stop enternal message send attempts</li>
<li>Added shading alternate rows</li>
<li>Added AOL wizard</li>
</ul>
<p>There are still a few features to be added to 1.1.17, but I am releasing a preview of this now for confirmation that these features meet the needs of the many users that have requested them.</p>
<p><em><span style="color:#000000;">Registered users can download version 1.1.17, by clicking </span></em><span style="color:#0066cc;"><a style="color:#b85b5a;text-decoration:none;" rel="#someid0" href="http://www.tiggit.com/tiggitmail/previewCheck.html"><em><span style="color:#000000;">here</span></em></a><em><span style="color:#000000;"> and entering the email address that was originally used to register for tiggit mail. Exisiting license tokens will continue to work with this version. Users are advised to take appropriate precautions when upgrading to this version as all messages on the handheld may be lost.</span></em></span></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/1001/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/1001/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/1001/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=1001&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/09/27/first-view-of-tiggit-mail-1-1-17/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>

		<media:content url="http://tiggit.files.wordpress.com/2009/09/shading.jpg?w=187" medium="image">
			<media:title type="html">shading</media:title>
		</media:content>
	</item>
		<item>
		<title>G-Mail Special Folders</title>
		<link>http://tiggit.wordpress.com/2009/08/15/g-mail-special-folders/</link>
		<comments>http://tiggit.wordpress.com/2009/08/15/g-mail-special-folders/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 07:42:05 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=994</guid>
		<description><![CDATA[A number of users have emailed reporting that they are unable to find certain G-Mail special folders, such as starred, spam, trash etc. These folders are downloaded and accessible to tiggit mail, but not so easy to find.
Here is my G-Mail folder list as it appears when first downloaded

To see the Google special folders, highlight [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=994&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A number of users have emailed reporting that they are unable to find certain G-Mail special folders, such as <em>starred, spam, trash</em> etc. These folders are downloaded and accessible to tiggit mail, but not so easy to find.</p>
<p>Here is my G-Mail folder list as it appears when first downloaded</p>
<p><img class="aligncenter size-medium wp-image-995" title="GmailCollapsed" src="http://tiggit.files.wordpress.com/2009/08/gmailcollapsed.png?w=300&#038;h=200" alt="GmailCollapsed" width="300" height="200" /></p>
<p>To see the Google special folders, highlight <strong>[Google Mail]</strong>, and then press <strong><em>space. </em><span style="font-weight:normal;">This will expand the [Google Mail] part of the folder tree and allow you to access the Google special folders</span></strong></p>
<p><strong><span style="font-weight:normal;"><img class="aligncenter size-medium wp-image-996" title="GmailExapnded" src="http://tiggit.files.wordpress.com/2009/08/gmailexapnded.png?w=300&#038;h=200" alt="GmailExapnded" width="300" height="200" /><br />
</span></strong></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/994/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=994&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/08/15/g-mail-special-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>

		<media:content url="http://tiggit.files.wordpress.com/2009/08/gmailcollapsed.png?w=300" medium="image">
			<media:title type="html">GmailCollapsed</media:title>
		</media:content>

		<media:content url="http://tiggit.files.wordpress.com/2009/08/gmailexapnded.png?w=300" medium="image">
			<media:title type="html">GmailExapnded</media:title>
		</media:content>
	</item>
		<item>
		<title>fixing wipeout</title>
		<link>http://tiggit.wordpress.com/2009/07/26/fixing-wipeout/</link>
		<comments>http://tiggit.wordpress.com/2009/07/26/fixing-wipeout/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 08:27:49 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=989</guid>
		<description><![CDATA[Another build on version 1.1.16 is now available to download. This build fixes one bug that many people have reported, resulting in poor behavior when messages have been marked for deleted on the server but not expunged. The impact of this can be that the all messages in an inbox can be wiped-out, this is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=989&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Another build on version 1.1.16 is now available to download. This build fixes one bug that many people have reported, resulting in poor behavior when messages have been marked for deleted on the server but not expunged. The impact of this can be that the all messages in an inbox can be wiped-out, this is now fixed.</p>
<p>With this build you should not get &#8220;<em>Mail Exception Server returned incorrect status array size</em>&#8221; any longer.</p>
<p>Version 1.1.16.p4 can be downloaded in the normal way, using the link below.</p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/989/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=989&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/07/26/fixing-wipeout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>Update to version 1.1.16</title>
		<link>http://tiggit.wordpress.com/2009/07/19/update-to-version-1-1-16/</link>
		<comments>http://tiggit.wordpress.com/2009/07/19/update-to-version-1-1-16/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 19:03:25 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=984</guid>
		<description><![CDATA[I have now posted an update to the version 1.1.16 Preview, which includes all of the fixes and enhancements intended for this release. This can now be downloaded in the usual way. This is still a preview release, so it is important to remove the earlier version prior to installing this version.
As well as the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=984&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have now posted an update to the version 1.1.16 Preview, which includes all of the fixes and enhancements intended for this release. This can now be downloaded in the usual way. This is still a preview release, so it is important to remove the earlier version prior to installing this version.</p>
<p>As well as the features listed in the post below, 1.1.16 has the following fixes and new features:</p>
<ul>
<li>changed the deletion behavior when deleting on server. tiggit mail will no longer display messages that are marked for deletion. If you would like to continue to see &#8220;<em>will delete on server</em>&#8221; then select showDeleted on the general settings panel.</li>
<li>fixes problem with large folder lists not being downloaded, and improves user feedback whilst downloading and processing folder lists.</li>
<li>adds SD card Audit to start up sequence. On startup tiggit mail checks each file in the tiggit workspace to ensure that it has a corresponding message within a folder</li>
<li>adds <em>don&#8217;t ask again</em> option on exit dialogue</li>
</ul>
<p>I have also checked out integration with BlackBerry alerting. To enable this you should edit your profile and assign vibrate and tone settings for tiggit mail. You can test your profile configuration by keying ALT-R from the mailbox list.</p>
<p><em><span style="color:#000000;">Registered users can download version 1.1.16, by clicking </span></em><span style="color:#0066cc;"><a style="color:#b85b5a;text-decoration:none;" rel="#someid0" href="http://www.tiggit.com/tiggitmail/previewCheck.html"><em><span style="color:#000000;">here</span></em></a><em><span style="color:#000000;"> and entering the email address that was originally used to register for tiggit mail. Exisiting license tokens will continue to work with this version. Users are advised to take appropriate precautions when upgrading to this version as all messages on the handheld may be lost.</span></em></span></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=984&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/07/19/update-to-version-1-1-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>First view of 1.1.16 available for preview</title>
		<link>http://tiggit.wordpress.com/2009/07/12/first-view-of-1-1-16-available-for-preview/</link>
		<comments>http://tiggit.wordpress.com/2009/07/12/first-view-of-1-1-16-available-for-preview/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 21:13:38 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=978</guid>
		<description><![CDATA[Yesterday was a great day in The Dales, not too hot and sunny. We had a great ride up Arkengarthdale, all the way to Tan Hill before turning back down Swaledale to return home. Today was rainy, so I made some progress on version 1.1.16, which is can now be downloaded in the usual way.
Version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=978&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday was a great day in The Dales, not too hot and sunny. We had a great ride up Arkengarthdale, all the way to Tan Hill before turning back down Swaledale to return home. Today was rainy, so I made some progress on version 1.1.16, which is can now be downloaded in the usual way.</p>
<p>Version 1.1.16 is focussed on fixing a number of bugs and customer irritations. Most importantly this fixes the problem where an inbox gets wiped out as a result of a short response from a mail server.</p>
<ul>
<li>improves user feedback on the progress of the add mailbox wizard</li>
<li>corrects false positives in the test phase of the add mailbox wizard, and sending using singlePost</li>
<li>changes entry fields to use email and numeric fields as appropriate in add mailbox wizard</li>
<li>fixes problems associated with downloading from Yahoo!, and post-download sorting.</li>
<li>fixes problems in the useWiFi logic &#8211; the WiFi &amp; Cellular option should now work.</li>
<li>fixes bug in quoted printable decoder that resulted in spurious spaces and new lines in quoted printable encoded messages</li>
<li>fixes problem where delete preference was not being stored/respected</li>
<li>inserts [no subject] when no subject is specified in an outgoing mail</li>
<li>adds menu option to move a message whilst it is displayed, along with fast key V to move message from message display and inbox viewer</li>
<li>improves first time experience</li>
<li>only sets singlePost to be true if tunnel is selected</li>
<li>resolves problem where large attachments are corrupted on non-MDS connections</li>
<li>adds new mailbox wizard for us.army.mil</li>
<li>changes wifi network string to interface=wifi</li>
<li>fixes problem resulting in inbox wipeouts</li>
</ul>
<p>This is the first pre-release of 1.1.16, and does not yet include all of the features intended for this release.</p>
<p><em><span style="color:#000000;">Registered users can download version 1.1.15, by clicking </span></em><span style="color:#0066cc;"><a rel="#someid0" href="http://www.tiggit.com/tiggitmail/previewCheck.html"><em><span style="color:#000000;">here</span></em></a><em><span style="color:#000000;"> and entering the email address that was originally used to register for tiggit mail. Exisiting license tokens will continue to work with this version. Users are advised to take appropriate precautions when upgrading to this version as all messages on the handheld may be lost. </span></em><strong><em><span style="color:#000000;">Users are advised to fully remove the previous version of tiggit mail prior to upgrading to ensure a trouble-free installation.</span></em></strong></span></p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/978/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=978&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/07/12/first-view-of-1-1-16-available-for-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
		<item>
		<title>Using tiggit with us.army.mil</title>
		<link>http://tiggit.wordpress.com/2009/07/10/using-tiggit-with-us-army-mil/</link>
		<comments>http://tiggit.wordpress.com/2009/07/10/using-tiggit-with-us-army-mil/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:38:09 +0000</pubDate>
		<dc:creator>tiggit</dc:creator>
				<category><![CDATA[tiggit mail development]]></category>

		<guid isPermaLink="false">http://tiggit.wordpress.com/?p=967</guid>
		<description><![CDATA[A number of users have contacted me about making tiggit mail work with the US Army Mail Service. It would appear that the use of BlackBerry has been outlawed as the BIS/BES infrastructure is not considered sufficiently secure.
I don&#8217;t know whether tiggit mail will meet the requirements of the US DOD, but nevertheless I thought [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=967&subd=tiggit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A number of users have contacted me about making tiggit mail work with the US Army Mail Service. It would appear that the use of BlackBerry has been outlawed as the BIS/BES infrastructure is not considered sufficiently secure.</p>
<p>I don&#8217;t know whether tiggit mail will meet the requirements of the US DOD, but nevertheless I thought it worthwhile to write some notes on how to use tiggit mail with the us.army.mil mail service. Users should of course take appropriate steps to ensure that they are complying with all of the conditions of use of the mail server to which they are connecting.</p>
<p>You can see the details <a href="http://www.tiggit.com/tiggitmail/tiggitMailUSArmyAKOMail.pdf" target="_blank">here</a>. I guess it might help others who are having difficulties getting tiggit mail to work. Another document that might also be helpful to understand the features of tiggit mail is the user guide, which can be found <a href="http://www.tiggit.com/tiggitmail/tiggit%20mail%20user%20guide.pdf" target="_blank">here</a>.</p>
Posted in tiggit mail development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tiggit.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tiggit.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tiggit.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tiggit.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tiggit.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tiggit.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tiggit.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tiggit.wordpress.com/967/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tiggit.wordpress.com/967/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tiggit.wordpress.com/967/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tiggit.wordpress.com&blog=3878928&post=967&subd=tiggit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tiggit.wordpress.com/2009/07/10/using-tiggit-with-us-army-mil/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96709efe7585f431b50b2b9ca73ab08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tiggit</media:title>
		</media:content>
	</item>
	</channel>
</rss>