<?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>nils-dehl.de &#187; iPhone 3GS</title>
	<atom:link href="http://www.nils-dehl.de/category/iphone-3gs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nils-dehl.de</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 06:56:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to make a sencha touch app offline usable with the html5 cache manifest!</title>
		<link>http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/</link>
		<comments>http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 12:46:59 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[Sencha Touch]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[cache manifest]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[sench touch]]></category>
		<category><![CDATA[sencha]]></category>

		<guid isPermaLink="false">http://www.nils-dehl.de/?p=147</guid>
		<description><![CDATA[How to make a sencha touch app offline usable with the html5 cache manifest!]]></description>
			<content:encoded><![CDATA[<p>i made my test sencha touch app &#8220;<a href="http://nils-dehl.de/m" target="_blank">remember the card</a>&#8221; a  memory like browser game offline usable and want to share the steps how to do this in this little &#8220;How to&#8221;.</p>
<p>If you need general information about the cache manifest take a look on the<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html" target="_blank"> html5 working draft</a>.</p>
<p>Do the following steps to make your app offline working.</p>
<p><strong>1. create your cache manifest file</strong><br />
create a file <em>yourappname.manifest </em>in your application root. In the file enter all files you have to cache to make your app working offline.</p>
<p>in my case my rememberthecard.manifest file looks like this:</p>
<pre>CACHE MANIFEST
#rev5
index.html
sencha-touch-beta-0.90/resources/css/ext-touch.css
css/memory.css
sencha-touch-beta-0.90/ext-touch-debug.js
js/memory.all.js
images/card-01.jpg
images/card-02.jpg
images/card-03.jpg
images/card-04.jpg
images/card-05.jpg
images/card-06.jpg
images/card-07.jpg
images/card-08.jpg
images/cover-leaf.jpg
tablet_startup.png
phone_startup.png
</pre>
<p>see all options you can use in the .manifest file <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html">here</a>.</p>
<p><strong>2. Add your manifest to your application .html file header</strong></p>
<pre>&lt;!doctype html&gt;
&lt;html manifest="yourappname.manifest"&gt;
</pre>
<p><strong>3. Add type manifest to your apache config</strong><br />
Add following entry to your apache config (for example apache.conf or vhost.conf )</p>
<pre>AddType text/cache-manifest .manifest</pre>
<p><strong>4. Add .htaccess with expire configuration for your *.manifest file to your app root </strong></p>
<pre>ExpiresActive On
ExpiresDefault "access"
</pre>
<p><strong>5. Thats it <img src='http://www.nils-dehl.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong><br />
Now try if everything work, open you app on your mobile device.<br />
Save the link to you homescreen.<br />
Now turn off all your networkconnections and open your app from your homescreen.</p>
<p>It should now work offline.</p>
<p>Hope this helps <img src='http://www.nils-dehl.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21+http://tinyurl.com/2ubzhoe" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21+http://tinyurl.com/2ubzhoe" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/&amp;title=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/&amp;title=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/&amp;title=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/&amp;title=How+to+make+a+sencha+touch+app+offline+usable+with+the+html5+cache+manifest%21" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2010/06/how-to-make-a-sencha-touch-app-offline-usable-with-the-html5-cache-manifest/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sencha lunch Sencha Touch &#8211; The First HTML5 Mobile App Framework</title>
		<link>http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/</link>
		<comments>http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 09:47:11 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sencha]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://www.nils-dehl.de/?p=127</guid>
		<description><![CDATA[Today Sencha lunch the public Sencha Touch Beta. SenchaTouch is a JS framework for mobile devices. Sencha Touch Blogpost: http://www.sencha.com/blog/2010/06/17/introducing-sencha-touch-html5-framework-for-mobile/ www: http://www.sencha.com/ examples: http://www.sencha.com/products/touch/demos.php introduction video: http://vimeo.com/12636777 I played with Sencha Touch and wrote a touch based memory like game. For me as Ext JS developer it was pretty easy to write that application. This [...]]]></description>
			<content:encoded><![CDATA[<p>Today Sencha lunch the public Sencha Touch Beta.<br />
SenchaTouch is a JS framework for mobile devices.</p>
<p><strong>Sencha</strong><strong> Touch<br />
</strong>Blogpost: <a href="http://www.sencha.com/blog/2010/06/17/introducing-sencha-touch-html5-framework-for-mobile/" target="_blank">http://www.sencha.com/blog/2010/06/17/introducing-sencha-touch-html5-framework-for-mobile/<br />
</a> www: <a href="http://www.sencha.com/" target="_blank">http://www.sencha.com/</a></p>
<p>examples: <a href="http://www.sencha.com/products/touch/demos.php">http://www.sencha.com/products/touch/demos.php</a><br />
introduction video: <a href="http://vimeo.com/12636777" target="_blank">http://vimeo.com/12636777</a></p>
<p>I played with Sencha Touch and wrote a touch based memory like game.<br />
For me as Ext JS developer it was pretty easy to write that application.<br />
This cause Sencha Touch has the same syntax like Ext JS.</p>
<p>My first application a memory like browser game run on iPhone, iPad and Android.<br />
It use the &#8220;tap&#8221; event and flip the cards after the tap with one of the nice animations.</p>
<p><strong>Sencha</strong><strong> Touch memory like<em> remember the card</em> demo:</strong> <a title="Ext Touch memory" href="http://nils-dehl.de/m" target="_blank">http://nils-dehl.de/m</a></p>
<p><strong>Screenshots:</strong></p>
<p><strong>
<a href='http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/img_0005/' title='IMG_0005'><img width="150" height="150" src="http://www.nils-dehl.de/wp-content/uploads/2010/06/IMG_0005-150x150.jpg" class="attachment-thumbnail" alt="IMG_0005" title="IMG_0005" /></a>
<a href='http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/img_0308/' title='IMG_0308'><img width="150" height="150" src="http://www.nils-dehl.de/wp-content/uploads/2010/06/IMG_0308-150x150.jpg" class="attachment-thumbnail" alt="IMG_0308" title="IMG_0308" /></a>
<br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><em>See </em><em>Sencha</em></strong><strong><em> Touch and of course the remember the card application live in action visit the Ext JS Usergroup meetup today in Franfurt!<br />
</em></strong><a title="ExtJS meetup" href="http://www.meetup.com/Ext-JS-User-Group-Frankfurt/" target="_blank">http://www.meetup.com/Ext-JS-User-Group-Frankfurt/</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework+http://tinyurl.com/27pyzxv" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework+http://tinyurl.com/27pyzxv" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/&amp;title=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/&amp;title=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/&amp;title=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/&amp;title=Sencha+lunch+Sencha+Touch+%E2%80%93+The+First+HTML5+Mobile+App+Framework" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2010/06/sencha-touch-html5-mobil-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ExtJS as App on my iPhone</title>
		<link>http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/</link>
		<comments>http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:43:24 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://www.nils-dehl.de/?p=90</guid>
		<description><![CDATA[Habe heute meine erst iPhone App entwickelt. ExtJS [1] auf dem iPhone als App . Realisiert habe ich es mit Phonegap [2]. [1] http://www.extjs.net [2] http://phonegap.com Tweet This Post Delicious Digg This Post]]></description>
			<content:encoded><![CDATA[<p>Habe heute meine erst iPhone App entwickelt.</p>
<p>ExtJS [1] auf dem iPhone als App <img src='http://www.nils-dehl.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Realisiert habe ich es mit Phonegap [2].</p>
<p><img class="size-medium wp-image-91" title="ExtJS on iPhone" src="http://www.nils-dehl.de/wp-content/uploads/2009/07/Bild-2-305x550.png" alt="ExtJS on iPhone" width="305" height="550" /></p>
<p>[1] <a href="http://www.extjs.net" target="_blank">http://www.extjs.net</a><br />
[2] <a href="http://phonegap.com" target="_blank">http://phonegap.com</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=ExtJS+as+App+on+my+iPhone+http://tinyurl.com/n2tz5s" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=ExtJS+as+App+on+my+iPhone+http://tinyurl.com/n2tz5s" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/&amp;title=ExtJS+as+App+on+my+iPhone" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/&amp;title=ExtJS+as+App+on+my+iPhone" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/&amp;title=ExtJS+as+App+on+my+iPhone" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/&amp;title=ExtJS+as+App+on+my+iPhone" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2009/07/extjs-as-app-on-my-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staatstheater</title>
		<link>http://www.nils-dehl.de/2009/07/staatstheater/</link>
		<comments>http://www.nils-dehl.de/2009/07/staatstheater/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:39:53 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[bild]]></category>
		<category><![CDATA[foto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[schnappschuss]]></category>

		<guid isPermaLink="false">http://www.nils-dehl.de/?p=84</guid>
		<description><![CDATA[Das Foto wurde heute Abend nach dem Besuch des Staatstheaters &#8220;The Black Rider&#8221; mit meinem iPhone 3GS aufgenommen. Tweet This Post Delicious Digg This Post]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-85" title="Staatstheater" src="http://www.nils-dehl.de/wp-content/uploads/2009/07/Foto-1-550x412.jpg" alt="Staatstheater" width="550" height="412" />Das Foto wurde heute Abend nach dem Besuch des Staatstheaters &#8220;The Black Rider&#8221; mit meinem iPhone 3GS aufgenommen.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Staatstheater+http://tinyurl.com/l4j3uk" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Staatstheater+http://tinyurl.com/l4j3uk" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/07/staatstheater/&amp;title=Staatstheater" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/07/staatstheater/&amp;title=Staatstheater" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/07/staatstheater/&amp;title=Staatstheater" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/07/staatstheater/&amp;title=Staatstheater" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2009/07/staatstheater/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Theme für iPhone Besucher</title>
		<link>http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/</link>
		<comments>http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 11:26:17 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nils-dehl.de/?p=12</guid>
		<description><![CDATA[Für alle iPhone Besucher meines Blog&#8217;s habe ich ein extra Theme installiert. Ich setze dafür das Plugin &#8220;WPtouch iPhone Theme&#8221; [1] ein. [1] http://iwphone.contentrobot.com/ Tweet This Post Delicious Digg This Post]]></description>
			<content:encoded><![CDATA[<p>Für alle iPhone Besucher meines Blog&#8217;s habe ich ein extra Theme installiert.</p>
<p>Ich setze dafür das Plugin &#8220;<strong>WPtouch iPhone Theme</strong>&#8221; [1] ein.</p>
<p>[1] <a href="http://iwphone.contentrobot.com/" target="_blank">http://iwphone.contentrobot.com/</a></p>
<p><a href="http://iwphone.contentrobot.com/" target="_blank"></a><img class="size-full wp-image-13 alignnone" title="Screenshot iPhone Theme" src="http://nils-dehl.de/wp-content/uploads/2009/06/Foto.jpg" alt="Screenshot iPhone Theme" width="179" height="269" /></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=WordPress+Theme+f%C3%BCr+iPhone+Besucher+http://tinyurl.com/l572wu" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=WordPress+Theme+f%C3%BCr+iPhone+Besucher+http://tinyurl.com/l572wu" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/&amp;title=WordPress+Theme+f%C3%BCr+iPhone+Besucher" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/&amp;title=WordPress+Theme+f%C3%BCr+iPhone+Besucher" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/&amp;title=WordPress+Theme+f%C3%BCr+iPhone+Besucher" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/&amp;title=WordPress+Theme+f%C3%BCr+iPhone+Besucher" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2009/06/wordpress-iphone-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS + Mails per IMAP-IDLE</title>
		<link>http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/</link>
		<comments>http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 20:59:13 +0000</pubDate>
		<dc:creator>Nils Dehl</dc:creator>
				<category><![CDATA[iPhone 3GS]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imap-idle]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mailserver]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://nils-dehl.de/?p=10</guid>
		<description><![CDATA[Auf meinem iPhone 3GS greife ich auf IMAP Mailkonten auf meinem Server zu. Dank IMAP-IDLE sind dabei neue Mails auch direkt immer auf meinem iPhone verfügbar. Anders als bei Push-Diensten wie Microsofts Direct Exchange, wird bei IMAP-IDLE [1] die Verbindung zum Server durch das Handy offen gehalten. Es sendet hierfür in regelmäßigen Abständen (bspw. alle [...]]]></description>
			<content:encoded><![CDATA[<p>Auf meinem iPhone 3GS greife ich auf IMAP Mailkonten auf meinem Server zu. Dank IMAP-IDLE sind dabei neue Mails auch direkt immer auf meinem iPhone verfügbar. Anders als bei Push-Diensten wie Microsofts Direct Exchange, wird bei IMAP-IDLE [1] die Verbindung zum Server durch das Handy offen gehalten. Es sendet hierfür in regelmäßigen Abständen (bspw. alle 15min) &#8220;IDLE&#8221; Commands an den Mailserver.</p>
<p>[1] IMAP-IDLE RFC2177: <a href="http://tools.ietf.org/html/rfc2177" target="_blank">http://tools.ietf.org/html/rfc2177</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=iPhone+3GS+%2B+Mails+per+IMAP-IDLE+http://tinyurl.com/n85wk9" title="Post to Twitter"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=iPhone+3GS+%2B+Mails+per+IMAP-IDLE+http://tinyurl.com/n85wk9" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/&amp;title=iPhone+3GS+%2B+Mails+per+IMAP-IDLE" title="Post to Delicious"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/&amp;title=iPhone+3GS+%2B+Mails+per+IMAP-IDLE" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/&amp;title=iPhone+3GS+%2B+Mails+per+IMAP-IDLE" title="Post to Digg"><img class="nothumb" src="http://www.nils-dehl.de/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/&amp;title=iPhone+3GS+%2B+Mails+per+IMAP-IDLE" title="Post to Digg">Digg This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.nils-dehl.de/2009/06/iphone-3gs-mails-per-imap-idle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
