<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-495644103355424.post4335371477921487351..comments</id><updated>2010-03-11T08:53:47.863-08:00</updated><category term='Ruby'/><category term='Web'/><title type='text'>Comments on Trixy Programming: C# POP3 Library with SSL for Gmail</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://trixy.justinkbeck.com/feeds/4335371477921487351/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html'/><author><name>Justin Beck</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-495644103355424.post-7808717472350493691</id><published>2010-03-11T08:53:47.849-08:00</published><updated>2010-03-11T08:53:47.849-08:00</updated><title type='text'>sdf - that is how the GMail POP works... they auto...</title><content type='html'>sdf - that is how the GMail POP works... they automatically &amp;quot;remove&amp;quot; the messages from server for you...  when I say &amp;quot;remove&amp;quot; I mean they are not accessible via POP after that...  I noticed this behavior a few years ago when I was using POP to get my GMail via e-mail clients on different computers.  IMAP is probably the &amp;quot;easiest&amp;quot; way to do what you want, but don&amp;#39;t know if there is a free/open source class out there that will do IMAP.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/7808717472350493691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/7808717472350493691'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1268326427849#c7808717472350493691' title=''/><author><name>wadehas</name><uri>http://www.blogger.com/profile/16104166083743913651</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1055132439'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-1181244813886498070</id><published>2010-01-07T13:17:04.014-08:00</published><updated>2010-01-07T13:17:04.014-08:00</updated><title type='text'>Well its not about that setting, because it was al...</title><content type='html'>Well its not about that setting, because it was already enabled.&lt;br /&gt;&lt;br /&gt;Your program works well but once an email is retrieved it will not be retrieved anymore.&lt;br /&gt;&lt;br /&gt;That&amp;#39;s how i meant that i can only access the unread emails but not the read or sent etc ones.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/1181244813886498070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/1181244813886498070'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1262899024014#c1181244813886498070' title=''/><author><name>sdf</name><uri>http://www.blogger.com/profile/14675955188178385455</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-455699132'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-2233808835281632641</id><published>2010-01-07T12:54:41.507-08:00</published><updated>2010-01-07T12:54:41.507-08:00</updated><title type='text'>Hey Sdf, 

As far as reading the read mail.  This ...</title><content type='html'>Hey Sdf, &lt;br /&gt;&lt;br /&gt;As far as reading the read mail.  This is how gmail implemented the pop3 interface to their mail server.  &lt;br /&gt;&lt;br /&gt;I did find there is a setting in gmail for whether or not accessing it. I don&amp;#39;t know if it actually helps though.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.justinkbeck.com/random_images/pop_gmail.png" rel="nofollow"&gt;http://www.justinkbeck.com/random_images/pop_gmail.png&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Justin</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/2233808835281632641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/2233808835281632641'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1262897681507#c2233808835281632641' title=''/><author><name>Justin Beck</name><uri>http://www.blogger.com/profile/05256410303812302133</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1549615899'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-937535140094266850</id><published>2010-01-07T12:20:08.807-08:00</published><updated>2010-01-07T12:20:08.807-08:00</updated><title type='text'>Hey!

Nice work!I&amp;#39;ve managed to access my gmai...</title><content type='html'>Hey!&lt;br /&gt;&lt;br /&gt;Nice work!I&amp;#39;ve managed to access my gmail account with it. There is one problem which i can not solve.&lt;br /&gt;I can only check the unread messages. How can i access the read ones? Or the sent ones?&lt;br /&gt;Cheers,&lt;br /&gt;ati</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/937535140094266850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/937535140094266850'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1262895608807#c937535140094266850' title=''/><author><name>sdf</name><uri>http://www.blogger.com/profile/14675955188178385455</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-455699132'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-3555979488841873037</id><published>2009-12-17T12:44:08.353-08:00</published><updated>2009-12-17T12:44:08.353-08:00</updated><title type='text'>Hey Sriram,

Sorry, I don&amp;#39;t know exactly what ...</title><content type='html'>Hey Sriram,&lt;br /&gt;&lt;br /&gt;Sorry, I don&amp;#39;t know exactly what causes that error:  Here is an article I found, if you find out what the fix is if you could post it here that would be great and I might even be able to change my library to include it&lt;br /&gt;&lt;br /&gt;http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23770445.html&lt;br /&gt;&lt;br /&gt;http://social.msdn.microsoft.com/Forums/en/ncl/thread/e8807c4c-72b6-4254-ae64-45c2743b181e</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/3555979488841873037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/3555979488841873037'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1261082648353#c3555979488841873037' title=''/><author><name>Justin Beck</name><uri>http://www.blogger.com/profile/05256410303812302133</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1549615899'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-5631755609841528974</id><published>2009-12-17T05:40:45.972-08:00</published><updated>2009-12-17T05:40:45.972-08:00</updated><title type='text'>Thanks its working for gmail . How to connect to m...</title><content type='html'>Thanks its working for gmail . How to connect to my companies exchange server . i am getting &lt;br /&gt;&lt;br /&gt;&amp;quot;The handshake failed due to an unexpected packet format.&amp;quot;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/5631755609841528974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/5631755609841528974'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1261057245972#c5631755609841528974' title=''/><author><name>sriram</name><uri>http://www.blogger.com/profile/14971320170307912158</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-608594991'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-4519683911435401426</id><published>2009-11-04T06:08:00.373-08:00</published><updated>2009-11-04T06:08:00.373-08:00</updated><title type='text'>Thanks alot from Germany</title><content type='html'>Thanks alot from Germany</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/4519683911435401426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/4519683911435401426'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1257343680373#c4519683911435401426' title=''/><author><name>hussam</name><uri>http://www.blogger.com/profile/12789364525261058328</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1173439309'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-1097808122664525250</id><published>2009-10-30T06:33:00.972-07:00</published><updated>2009-10-30T06:33:00.972-07:00</updated><title type='text'>Thanks for letting me know about the broken links,...</title><content type='html'>Thanks for letting me know about the broken links, they should be fixed now.  Happy Emailing!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/1097808122664525250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/1097808122664525250'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1256909580972#c1097808122664525250' title=''/><author><name>Justin Beck</name><uri>http://www.blogger.com/profile/05256410303812302133</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1549615899'/></entry><entry><id>tag:blogger.com,1999:blog-495644103355424.post-976779999581374264</id><published>2009-10-29T13:09:46.142-07:00</published><updated>2009-10-29T13:09:46.142-07:00</updated><title type='text'>You links for re zip don&amp;#39;t work</title><content type='html'>You links for re zip don&amp;#39;t work</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/976779999581374264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/495644103355424/4335371477921487351/comments/default/976779999581374264'/><link rel='alternate' type='text/html' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html?showComment=1256846986142#c976779999581374264' title=''/><author><name>nacional</name><uri>http://www.blogger.com/profile/04452875020456297225</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://trixy.justinkbeck.com/2009/07/c-pop3-library-with-ssl-for-gmail.html' ref='tag:blogger.com,1999:blog-495644103355424.post-4335371477921487351' source='http://www.blogger.com/feeds/495644103355424/posts/default/4335371477921487351' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1870398032'/></entry></feed>
