<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.phpclasses.org/rss1html.xsl"?>
<!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.13 $ -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel rdf:about="http://www.phpclasses.org/blog/package/2/">
  <atom:link rel="self" type="application/rss+xml" href="http://www.phpclasses.org/blog/package/2/post/latest.xml"/>
  <description>Latest posts on the POP3 e-mail client package blog</description>
  <link>http://www.phpclasses.org/blog/package/2/</link>
  <title>Latest POP3 e-mail client package blog posts</title>
  <dc:date>2013-05-24T11:15:09Z</dc:date>
  <image rdf:resource="http://files.phpclasses.org/graphics/phpclasses/logo-phpclasses.png"/>
  <items>
   <rdf:Seq>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/package/2/post/2-Retrieving-email-messages-using-PHP-from-Gmail-Hotmail-and-Yahoo-via-POP3.html"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/blog/package/2/post/1-Process-incoming-email-messages-using-PHP.html"/>
   </rdf:Seq>
  </items>
 </channel>
 <image rdf:about="http://files.phpclasses.org/graphics/phpclasses/logo-phpclasses.png">
  <link>http://www.phpclasses.org/blog/package/2/</link>
  <title>PHP Classes site logo</title>
  <url>http://files.phpclasses.org/graphics/phpclasses/logo-phpclasses.png</url>
 </image>
 <item rdf:about="http://www.phpclasses.org/blog/package/2/post/2-Retrieving-email-messages-using-PHP-from-Gmail-Hotmail-and-Yahoo-via-POP3.html">
  <link>http://www.phpclasses.org/blog/package/2/post/2-Retrieving-email-messages-using-PHP-from-Gmail-Hotmail-and-Yahoo-via-POP3.html</link>
  <title>Retrieving e-mail messages using PHP from Gmail, Hotmail and Yahoo via POP3</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/2/post/2-Retrieving-email-messages-using-PHP-from-Gmail-Hotmail-and-Yahoo-via-POP3.html&quot;&gt;Retrieving e-mail messages using PHP from Gmail, Hotmail and Yahoo via POP3&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Nowadays, most Web mail sites provide POP3 support, so you can retrieve your mailbox messages using PHP or any other language.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;However, each system uses different ports and encryption configuration that you need to know in order to access them.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article provides information on the details of accessing the messages on some of the most popular Web mail systems via POP 3.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;It also provides a solution to a common problem, which is how to retrieve only the newly received messages when you never delete messages from the mailbox.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2011-05-12T09:12:57Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/blog/package/2/post/1-Process-incoming-email-messages-using-PHP.html">
  <link>http://www.phpclasses.org/blog/package/2/post/1-Process-incoming-email-messages-using-PHP.html</link>
  <title>Process incoming e-mail messages using PHP</title>
  <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/2/post/1-Process-incoming-email-messages-using-PHP.html&quot;&gt;Process incoming e-mail messages using PHP&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Some PHP applications need to process incoming e-mail messages, for instance to handle customer requests sent by e-mail.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Using a POP3 or IMAP mailbox is a very reliable and platform independent solution.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how to handle incoming e-mail using a POP3 client script and compares it with other solutions that depend on the local mail server type.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
  <dc:date>2009-04-21T03:28:51Z</dc:date>
 </item>
</rdf:RDF>