<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: java-libpst &#038; pst2gmail</title>
	<atom:link href="http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 05 Feb 2012 00:05:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Pica</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-765</link>
		<dc:creator>Pica</dc:creator>
		<pubDate>Thu, 05 May 2011 15:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-765</guid>
		<description>I don't understand java applications. When I try to run the java-libpst.0.6.jar, nothing happend. What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand java applications. When I try to run the java-libpst.0.6.jar, nothing happend. What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-764</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 May 2011 11:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-764</guid>
		<description>Hi Pica,

unfortuantely if you are using pst2gmail, it is outdated.  I've instead focussed on the library as this was getting more attention.

Check it out here: code.google.com/p/java-libpst</description>
		<content:encoded><![CDATA[<p>Hi Pica,</p>
<p>unfortuantely if you are using pst2gmail, it is outdated.  I&#8217;ve instead focussed on the library as this was getting more attention.</p>
<p>Check it out here: code.google.com/p/java-libpst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pica</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-763</link>
		<dc:creator>Pica</dc:creator>
		<pubDate>Thu, 05 May 2011 11:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-763</guid>
		<description>Hello Richard!

I have the same problem than Ryel (comment number two). Your program is working fine, but the special characters replaced with question marks. (Language: Hungarian)

How can I fix that?</description>
		<content:encoded><![CDATA[<p>Hello Richard!</p>
<p>I have the same problem than Ryel (comment number two). Your program is working fine, but the special characters replaced with question marks. (Language: Hungarian)</p>
<p>How can I fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wims.tijd</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-731</link>
		<dc:creator>wims.tijd</dc:creator>
		<pubDate>Mon, 08 Nov 2010 20:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-731</guid>
		<description>Thank you for work !
got some email exceptions : Unable to find 0
with : folder.getNextChild()

changed : void processFolder(PSTFolder folder)

void contens(PSTFolder folder) throws Exception{
		
		if (folder.getContentCount() &#62; 0) {
            depth++;
            
            int count = folder.getContentCount();
            PSTObject child = null;
            while(count != 0){
            	try{
                	child = folder.getNextChild();
                	if(child!=null){
                		printDepth();
                    	System.out.println(child.getClass());
                	}
                	
                }catch(Exception e){
                	System.out.println(e.getMessage());
                }finally {
                	count--;
                }
            }
            
            depth--;
    }
    depth--;
	}</description>
		<content:encoded><![CDATA[<p>Thank you for work !<br />
got some email exceptions : Unable to find 0<br />
with : folder.getNextChild()</p>
<p>changed : void processFolder(PSTFolder folder)</p>
<p>void contens(PSTFolder folder) throws Exception{</p>
<p>		if (folder.getContentCount() &gt; 0) {<br />
            depth++;</p>
<p>            int count = folder.getContentCount();<br />
            PSTObject child = null;<br />
            while(count != 0){<br />
            	try{<br />
                	child = folder.getNextChild();<br />
                	if(child!=null){<br />
                		printDepth();<br />
                    	System.out.println(child.getClass());<br />
                	}</p>
<p>                }catch(Exception e){<br />
                	System.out.println(e.getMessage());<br />
                }finally {<br />
                	count&#8211;;<br />
                }<br />
            }</p>
<p>            depth&#8211;;<br />
    }<br />
    depth&#8211;;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sensei</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-696</link>
		<dc:creator>Sensei</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-696</guid>
		<description>Hello Sir,

Thank you for your extremely appreciable work in regard to PST content extraction. We face a small issue , in biforcating the attachments , sent along with a mail and those which are a part of the mail (ex.Images) . We at this point , would like to have a distinction , between the two. Any help in this regard , is greatly appreciated .</description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>Thank you for your extremely appreciable work in regard to PST content extraction. We face a small issue , in biforcating the attachments , sent along with a mail and those which are a part of the mail (ex.Images) . We at this point , would like to have a distinction , between the two. Any help in this regard , is greatly appreciated .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-691</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-691</guid>
		<description>okay, there have been some updates to the library to support the multibyte stuff</description>
		<content:encoded><![CDATA[<p>okay, there have been some updates to the library to support the multibyte stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-683</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-683</guid>
		<description>Gah, probably something in the PST file it didn't like.. Does it crash when you choose the PST file? or when you click "start"?  I'll be in touch over email in the next few days to work through it with you.

Thanks!

Richard</description>
		<content:encoded><![CDATA[<p>Gah, probably something in the PST file it didn&#8217;t like.. Does it crash when you choose the PST file? or when you click &#8220;start&#8221;?  I&#8217;ll be in touch over email in the next few days to work through it with you.</p>
<p>Thanks!</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-682</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-682</guid>
		<description>Hi Richard, I am very interested in the pst2gmail tool, but unfortunately it crashes the minute I start to import. Does it flag messages that Gmail doesnt support, i.e. ones with unsupported attachment types - similar to how Google Apps Sync for Outlook works. I hope you are able to update your code because this would finally allow me to ditch Outlook with my regular Gmail account. Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Richard, I am very interested in the pst2gmail tool, but unfortunately it crashes the minute I start to import. Does it flag messages that Gmail doesnt support, i.e. ones with unsupported attachment types - similar to how Google Apps Sync for Outlook works. I hope you are able to update your code because this would finally allow me to ditch Outlook with my regular Gmail account. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryel</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-677</link>
		<dc:creator>Ryel</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-677</guid>
		<description>Hello Richard!

Very good job, but I have a problem. I need to read in pst files, than index them with Lucene. Your API works fine, but the special characters of my language(HU: áéíóöőúüű) is replaced with ?. Can you help me how can I solve this problem, where do I need to modify your code? The character encoding of the letters are mostly iso-8859-2.</description>
		<content:encoded><![CDATA[<p>Hello Richard!</p>
<p>Very good job, but I have a problem. I need to read in pst files, than index them with Lucene. Your API works fine, but the special characters of my language(HU: áéíóöőúüű) is replaced with ?. Can you help me how can I solve this problem, where do I need to modify your code? The character encoding of the letters are mostly iso-8859-2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.rjohnson.id.au/wordpress/2010/01/26/java-libpst-pst2gmail/#comment-676</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=64#comment-676</guid>
		<description>Excellent work, thanks for the hard work!

I was about to write up a JNA wrapper to talk to libpff, but I'll be checking out your project first.</description>
		<content:encoded><![CDATA[<p>Excellent work, thanks for the hard work!</p>
<p>I was about to write up a JNA wrapper to talk to libpff, but I&#8217;ll be checking out your project first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

