<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 20 Jun 2013 03:54:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Exploring PHP's IMAP Library, Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/18556</guid>
      <link>http://www.phpdeveloper.org/news/18556</link>
      <description><![CDATA[<p>
PHPMaster.com has published the <a href="http://phpmaster.com/exploring-phps-imap-library-2/">second part of their series</a> taking you on a tour through PHP's IMAP extension and its use. In <a href="http://phpmaster.com/exploring-phps-imap-library-1/">part one</a> they introduced the extension and showed how to connect, get the folders/emails and view message contents. In this part they expand n that and show you how to work with the messages and attachments.
</p>
<blockquote>
In the first part of this series I discussed how to connect to IMAP servers using PHP's IMAP extension. In this part we'll complete the series by discussing working with folders and reading email content. Let's get started!
</blockquote>
<p>
He shows how to work with the "flags" set on messages (read, unread, replied, etc) - pulling them from the server and using the <a href="http://php.net/imap_setflag_full"> imap_setflag_full</a> function to set them. There's a quick mention of deleting messages with <a href="http://php.net/imap_delete">imap_delete</a>/<a href="http://php.net/imap_expunge">imap_expunge</a> and a section on viewing and downloading the attachments to messages.
</p>]]></description>
      <pubDate>Thu, 04 Oct 2012 10:36:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: A pitty in Gentoos PHP distribution]]></title>
      <guid>http://www.phpdeveloper.org/news/5002</guid>
      <link>http://www.phpdeveloper.org/news/5002</link>
      <description><![CDATA[<i>Tobias Schlitt</i> has <a href="http://schlitt.info/applications/blog/index.php?/archives/432-A-pitty-in-Gentoos-PHP-distribution.html">some comments to share</a> after taking a look at the way the <a href="http://gentoo.org">Gentoo project</a> is handling its PHP installation (through <a href="http://packages.gentoo.org/">Portage</a>).
<p>
<quote>
<i>
I love portage above everything else, believe me, but the PHP package sucks. Although it compiles really well and is very easy to configure (hey, thanks Sebastian and all the other maintainers!), Gentoo seems to have an issue with enabling certain compiling options by default. If you don't set any of the USE flags (configuration options for compiling packages through Portage) for PHP, it will simply compile with --disable-all and is completly unusable.
</i>
</quote>
<p>
He <a href="http://schlitt.info/applications/blog/index.php?/archives/432-A-pitty-in-Gentoos-PHP-distribution.html">discovered this</a> when he was working through an install to test something for <a href="http://ez.no/products/ez_components">eZ components</a> and had to add in flags to the system just to get anything he could use. HE wonders why the most basic flags arean't included just by default, making for a much easier time for most users just needing something to get started with.]]></description>
      <pubDate>Thu, 16 Mar 2006 07:29:38 -0600</pubDate>
    </item>
  </channel>
</rss>
