<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Read GMail Inbox Using RSS Feed</title>
	<atom:link href="http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html</link>
	<description>The Center of Knowledges</description>
	<lastBuildDate>Tue, 01 Feb 2011 16:26:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cristi R</title>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/comment-page-1#comment-742</link>
		<dc:creator>Cristi R</dc:creator>
		<pubDate>Fri, 12 Nov 2010 08:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cknol.com/?p=34#comment-742</guid>
		<description>This is my solution:

&lt;code&gt; var objClient =  new System.Net.WebClient();
        var response =&quot;&quot;;
        var xmlDoc = new XmlDocument();

       objClient.Credentials = new  System.Net.NetworkCredential(&quot;USER_NAME&quot;, &quot;PASSWORD&quot;);
       response = Encoding.UTF8.GetString(objClient.DownloadData(&quot;https://mail.google.com/mail/feed/atom&quot;));
       response = response.Replace(&quot;&quot;, &quot;&quot;);

        xmlDoc.LoadXml(response);
        var  node = xmlDoc.SelectSingleNode(&quot;/feed/fullcount&quot;);
        var mailCount = Convert.ToInt32(node.InnerText); //Get the number of unread emails

            if(mailCount &gt; 0)
            {
                var nodelist = xmlDoc.SelectNodes(&quot;/feed/entry&quot;);
                var ttl = xmlDoc.SelectSingleNode(&quot;title&quot;);

                foreach(XmlNode nd in nodelist)
                {
                    var date = nd.SelectSingleNode(&quot;issued&quot;).InnerText;
                    var addr = nd.SelectSingleNode(&quot;author/email&quot;).InnerText;
                
                }
            }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This is my solution:</p>
<p><code> var objClient =  new System.Net.WebClient();<br />
        var response ="";<br />
        var xmlDoc = new XmlDocument();</p>
<p>       objClient.Credentials = new  System.Net.NetworkCredential("USER_NAME", "PASSWORD");<br />
       response = Encoding.UTF8.GetString(objClient.DownloadData("https://mail.google.com/mail/feed/atom"));<br />
       response = response.Replace("", "");</p>
<p>        xmlDoc.LoadXml(response);<br />
        var  node = xmlDoc.SelectSingleNode("/feed/fullcount");<br />
        var mailCount = Convert.ToInt32(node.InnerText); //Get the number of unread emails</p>
<p>            if(mailCount &gt; 0)<br />
            {<br />
                var nodelist = xmlDoc.SelectNodes("/feed/entry");<br />
                var ttl = xmlDoc.SelectSingleNode("title");</p>
<p>                foreach(XmlNode nd in nodelist)<br />
                {<br />
                    var date = nd.SelectSingleNode("issued").InnerText;<br />
                    var addr = nd.SelectSingleNode("author/email").InnerText;</p>
<p>                }<br />
            }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Replicas Handbags</title>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/comment-page-1#comment-572</link>
		<dc:creator>Best Replicas Handbags</dc:creator>
		<pubDate>Sat, 02 Oct 2010 15:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cknol.com/?p=34#comment-572</guid>
		<description>It is an undeniable fact that, in comparison with the past, people today are always preferred over things in fashion. Whether clothing, vehicles or Best Replicas Handbags, is that people today are things that are simply outstanding in terms of fashion and quality.</description>
		<content:encoded><![CDATA[<p>It is an undeniable fact that, in comparison with the past, people today are always preferred over things in fashion. Whether clothing, vehicles or Best Replicas Handbags, is that people today are things that are simply outstanding in terms of fashion and quality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IP Camera</title>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/comment-page-1#comment-546</link>
		<dc:creator>IP Camera</dc:creator>
		<pubDate>Fri, 10 Sep 2010 17:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cknol.com/?p=34#comment-546</guid>
		<description>The layout of the weblog is absolutely messed up when I look at it in Opera. Plz fix it.</description>
		<content:encoded><![CDATA[<p>The layout of the weblog is absolutely messed up when I look at it in Opera. Plz fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pappy lang</title>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/comment-page-1#comment-466</link>
		<dc:creator>pappy lang</dc:creator>
		<pubDate>Fri, 25 Jun 2010 23:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cknol.com/?p=34#comment-466</guid>
		<description>how can i read my gmail</description>
		<content:encoded><![CDATA[<p>how can i read my gmail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pappy lang</title>
		<link>http://www.cknol.com/internet/how-to-read-gmail-inbox-using-rss-feed.html/comment-page-1#comment-465</link>
		<dc:creator>pappy lang</dc:creator>
		<pubDate>Fri, 25 Jun 2010 21:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cknol.com/?p=34#comment-465</guid>
		<description>can you tell me how toretrive my gmail to read</description>
		<content:encoded><![CDATA[<p>can you tell me how toretrive my gmail to read</p>
]]></content:encoded>
	</item>
</channel>
</rss>

