<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>KRKeegan - Blackberry</title>
    <link>http://www.krkeegan.com/</link>
    <description>I'm lost and confused</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Bug in BlackBerry Repeat Rule, MONTH_OF_YEAR Deincrements 1 Month</title>
    <link>http://www.krkeegan.com/archives/86-Bug-in-BlackBerry-Repeat-Rule,-MONTH_OF_YEAR-Deincrements-1-Month.html</link>
            <category>Blackberry</category>
            <category>Programming</category>
    
    <comments>http://www.krkeegan.com/archives/86-Bug-in-BlackBerry-Repeat-Rule,-MONTH_OF_YEAR-Deincrements-1-Month.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=86</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=86</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;p&gt;&lt;!-- s9ymdb:94 --&gt;&lt;img width=&quot;110&quot; height=&quot;21&quot; src=&quot;http://www.krkeegan.com/uploads/Blackberry_logo.serendipityThumb.gif&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;I have noticed a bug in &lt;font size=&quot;-1&quot; face=&quot;arial,sans-serif&quot; color=&quot;#000000&quot;&gt;javax.microedition.pim.RepeatRule&lt;/font&gt;, when I tried to set a an event to repeat every second sunday of may I would get an event that repeated every second sunday of april.  I determined that this was being caused by MONTH_OF_YEAR being deincremented by 1 month after the event was committed.  &lt;/p&gt;&lt;p&gt;I worked around the problem by setting the value one month forward.  However obviously, this does not work for december.  I tried increasing the value of the MONTH_OF_YEAR setting, however java balks at any unknown value.  Currently I am unable to set an event to occur on the second sunday in december.  If anyone figures out a work around I would be greatful. &lt;/p&gt;&lt;p&gt;RIM has recognized that this is a bug, but who knows when the bug will be fixed.  I attached a copy of the email I received from RIM:&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/86-Bug-in-BlackBerry-Repeat-Rule,-MONTH_OF_YEAR-Deincrements-1-Month.html#extended&quot;&gt;Continue reading &quot;Bug in BlackBerry Repeat Rule, MONTH_OF_YEAR Deincrements 1 Month&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 24 Apr 2008 09:22:15 -0700</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/86-guid.html</guid>
    
</item>
<item>
    <title>Improved Funambol Blackberry Plugin</title>
    <link>http://www.krkeegan.com/archives/85-Improved-Funambol-Blackberry-Plugin.html</link>
            <category>Blackberry</category>
            <category>Programming</category>
    
    <comments>http://www.krkeegan.com/archives/85-Improved-Funambol-Blackberry-Plugin.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=85</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=85</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;!-- s9ymdb:93 --&gt;&lt;img width=&quot;80&quot; height=&quot;100&quot; src=&quot;http://www.krkeegan.com/uploads/logo1.serendipityThumb.png&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;p&gt;As promised I made significant improvements to the Funambol Blackberry Client, while the improvements are geared towards better functionality with ScheduleWorld.com, they should benefit individuals who use other SyncML servers as well.&lt;/p&gt;&lt;p&gt;The Improvements in 3.0.8.4 include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;Ignore milliseconds in date, fixes duplication on 
slowsync&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Properly display entities such as quotes and ampersands&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Allday events now show up on week and month view&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Multiday Allday events are no longer short one day&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;All day events no longer duplicate on SlowSync&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt; Accept basic ISO 8061 dates&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Fixed error message that popped up whenever sending an email&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Removed configuration section relating to email since Schedule World does not support email&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Altered default settings in configuration to match Schedule World settings&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Added AutoSync Feature - The client will query the server for changes every X hours.&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/85-Improved-Funambol-Blackberry-Plugin.html#extended&quot;&gt;Continue reading &quot;Improved Funambol Blackberry Plugin&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 17 Apr 2008 17:39:15 -0700</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/85-guid.html</guid>
    
</item>
<item>
    <title>Fix for Sending Email with Funambol and Schedule World </title>
    <link>http://www.krkeegan.com/archives/83-Fix-for-Sending-Email-with-Funambol-and-Schedule-World.html</link>
            <category>Blackberry</category>
            <category>Programming</category>
    
    <comments>http://www.krkeegan.com/archives/83-Fix-for-Sending-Email-with-Funambol-and-Schedule-World.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=83</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;!-- s9ymdb:92 --&gt;&lt;img width=&quot;55&quot; height=&quot;110&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.krkeegan.com/uploads/8100.serendipityThumb.jpg&quot; /&gt;&lt;p&gt;Those of us without a Blackberry Enterprise Server cannot automatically synchronize our calendar and contacts with our PC without directly pluging the Blackberry directly into the PC with a USB cable.  This is where Funambol and ScheduleWorld come in.  ScheduleWorld is a SyncML server, basically a Calendar and Contacts server.  Funambol is an open source SyncML client for the blackberry.  By using both of these programs you can sync your calendar and contacts to your PC over the air, without directly connecting your Blackberry to your PC.  There are numerous tutorials for how to set this sytem up so I won&#039;t waste your time discussing it here.&lt;/p&gt;&lt;p&gt;However, the Funambol ScheduleWorld setup has had one main issue for over a year.  The problem stems from  the fact that Funambol also allows for the synchronization of email while ScheduleWorld does not. Funambol allows users to unselect mail from synchronization.  But even with mail unchecked Funambol still does some check of the mail which causes an error.  Currently users will get the following error when sending an email:  &lt;/p&gt;&lt;p&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;pre&gt;Sorry you can&#039;t synchronize &amp;quot;mail&amp;quot;, because the name of &lt;br /&gt;the Remote Mail in the Funambol configuration panel &lt;br /&gt;mismatches the corresponding name on the server.&lt;/pre&gt;&lt;/span&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Users then had to select &amp;quot;resend&amp;quot; to force their email to send.  Needless to say the whole process was very annoying.  Funambol is an open source project so I decided to take a look.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/83-Fix-for-Sending-Email-with-Funambol-and-Schedule-World.html#extended&quot;&gt;Continue reading &quot;Fix for Sending Email with Funambol and Schedule World &quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 07 Apr 2008 23:06:26 -0700</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/83-guid.html</guid>
    
</item>
<item>
    <title>Blackberry IMAP Proxy - Working Sent and Trash Folders</title>
    <link>http://www.krkeegan.com/archives/82-Blackberry-IMAP-Proxy-Working-Sent-and-Trash-Folders.html</link>
            <category>Blackberry</category>
            <category>Programming</category>
    
    <comments>http://www.krkeegan.com/archives/82-Blackberry-IMAP-Proxy-Working-Sent-and-Trash-Folders.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=82</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=82</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;!-- s9ymdb:90 --&gt;&lt;img width=&quot;61&quot; height=&quot;110&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.krkeegan.com/uploads/blackberry_pearl.serendipityThumb.jpg&quot; /&gt;&lt;p&gt;RIM has never fully supported IMAP servers in their Blackberry Internet Service(BIS) formerly Blackberry Web Client(BWC).  Notably BIS does not recognize the NAMESPACE command from IMAP servers.  The vast majority of IMAP servers place all user folders in a single parent folder(usually INBOX) therefore the Sent and Trash folders are actually INBOX.Sent and INBOX.Trash.  Unfortunately BIS only recognizes Sent and Trash in the base directory.&lt;/p&gt;&lt;p&gt;This script sits between the BIS and your IMAP server.  The proxy then makes INBOX.Sent and INBOX.Trash appear to be Sent and Trash.  This enables BIS to save a copy of your sent emails into INBOX.Sent properly and a copy of deleted emails into INBOX.Trash properly. &lt;/p&gt;&lt;p&gt;Additionally this script allows you to use a non standard folder as your inbox as well.&lt;br /&gt; &lt;/p&gt;  &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/82-Blackberry-IMAP-Proxy-Working-Sent-and-Trash-Folders.html#extended&quot;&gt;Continue reading &quot;Blackberry IMAP Proxy - Working Sent and Trash Folders&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 18 Dec 2007 13:18:02 -0800</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/82-guid.html</guid>
    
</item>

</channel>
</rss>