<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Net_IMAP</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/20502" />
      <rdf:li rdf:resource="http://pear.php.net/bug/20404" />
      <rdf:li rdf:resource="http://pear.php.net/bug/20316" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19994" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19865" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/20502">
      <title>Net_IMAP: Bug 20502 [Open] Net_IMAP doesn't handle &quot;HIGHESTMODSEQ&quot;</title>
      <link>http://pear.php.net/bugs/20502</link>
      <content:encoded><![CDATA[<pre>Net_IMAP Bug
Reported by crishoj
2015-02-17T19:01:56+00:00
PHP: Irrelevant OS: Linux Package Version: 1.1.3

Description:
------------
When talking to GMail:

Net_IMAP/Net/IMAPProtocol.php,PROTOCOL 
ERROR!:UNIMPLEMMENTED! I don't know the parameter 
&quot;HIGHESTMODSEQ&quot;!!!
Net_IMAP/Net/IMAPProtocol.php,PROTOCOL 
ERROR!:UNIMPLEMMENTED! I don't know the parameter 
&quot;2583016&quot;!!!
Net_IMAP/Net/IMAPProtocol.php,PROTOCOL ERROR!:bogus 
response!!!! (COMMAND:OK)</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_IMAP Bug
Reported by crishoj
2015-02-17T19:01:56+00:00
PHP: Irrelevant OS: Linux Package Version: 1.1.3

Description:
------------
When talking to GMail:

Net_IMAP/Net/IMAPProtocol.php,PROTOCOL 
ERROR!:UNIMPLEMMENTED! I don't know the parameter 
&quot;HIGHESTMODSEQ&quot;!!!
Net_IMAP/Net/IMAPProtocol.php,PROTOCOL 
ERROR!:UNIMPLEMMENTED! I don't know the parameter 
&quot;2583016&quot;!!!
Net_IMAP/Net/IMAPProtocol.php,PROTOCOL ERROR!:bogus 
response!!!! (COMMAND:OK)</pre>]]></description>
      <dc:date>2015-02-17T19:01:56+00:00</dc:date>
      <dc:creator>christian &amp;#x61;&amp;#116; rishoj &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Net_IMAP Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/20404">
      <title>Net_IMAP: Bug 20404 [Open] getBodyPart method returns random empty results</title>
      <link>http://pear.php.net/bugs/20404</link>
      <content:encoded><![CDATA[<pre>Net_IMAP Bug
Reported by juanmanuel_ramon
2014-09-10T18:46:53+00:00
PHP: 5_3 SVN-2014-09-10 OS: Debian GNU/Linux 6.0.10 (squeeze Package Version: 1.1.3

Description:
------------
Executing this code:

return $this-&gt;connection-&gt;getBodyPart($messageId, $part, $uidFetch);

Ramdonly returns an empty result when in other cases the Email (with number &quot;$uidFetch&quot;) body part &quot;$part&quot; is correctly retrieved.

Is there any problem in that method?

Test script:
---------------
return $this-&gt;connection-&gt;getBodyPart($messageId, $part, $uidFetch);

Expected result:
----------------
The Email body part parsed correctly.

Actual result:
--------------
An empty result.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_IMAP Bug
Reported by juanmanuel_ramon
2014-09-10T18:46:53+00:00
PHP: 5_3 SVN-2014-09-10 OS: Debian GNU/Linux 6.0.10 (squeeze Package Version: 1.1.3

Description:
------------
Executing this code:

return $this-&gt;connection-&gt;getBodyPart($messageId, $part, $uidFetch);

Ramdonly returns an empty result when in other cases the Email (with number &quot;$uidFetch&quot;) body part &quot;$part&quot; is correctly retrieved.

Is there any problem in that method?

Test script:
---------------
return $this-&gt;connection-&gt;getBodyPart($messageId, $part, $uidFetch);

Expected result:
----------------
The Email body part parsed correctly.

Actual result:
--------------
An empty result.</pre>]]></description>
      <dc:date>2014-09-10T18:46:53+00:00</dc:date>
      <dc:creator>juanmanuel &amp;#x64;&amp;#111;&amp;#x74; ramon &amp;#x61;&amp;#116; mailcertificado &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_IMAP Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/20316">
      <title>Net_IMAP: Feature/Change Request 20316 [Open] Would you consider changing the license to another BSD style license?</title>
      <link>http://pear.php.net/bugs/20316</link>
      <content:encoded><![CDATA[<pre>Net_IMAP Feature/Change Request
Reported by midget
2014-06-26T19:31:05+00:00
PHP: Irrelevant OS: Debian GNU/Linux Package Version: 1.1.3

Description:
------------
Hi Team,

This software is part of the Debian archive and will be removed from official repositories due to licensing issues (please, see below).

Would you consider changing the license to another BSD style license?


For reference see: 

 * https://bugs.debian.org/752642
 * https://ftp-master.debian.org/REJECT-FAQ.html



Extracted from: https://ftp-master.debian.org/REJECT-FAQ.html

License PHP:
---------------
You have a PHP add-on package (any php script/&quot;app&quot;/thing, not PHP itself) and it's licensed only under the standard PHP license. That license, up to the 3.x which is actually out, is not really usable for anything else than PHP itself. I've mailed our -legal list about that and got only one response, which basically supported my view on this. Basically this license talks only about PHP, the PHP Group, and includes Zend Engine, so its not applicable to anything else. And even worse, older versions include the nice ad-clause.
One good solution here is to suggest a license change to your upstream, as they clearly wanted a free one. LGPL or BSD seems to be what they want.


Thanks in advance.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_IMAP Feature/Change Request
Reported by midget
2014-06-26T19:31:05+00:00
PHP: Irrelevant OS: Debian GNU/Linux Package Version: 1.1.3

Description:
------------
Hi Team,

This software is part of the Debian archive and will be removed from official repositories due to licensing issues (please, see below).

Would you consider changing the license to another BSD style license?


For reference see: 

 * https://bugs.debian.org/752642
 * https://ftp-master.debian.org/REJECT-FAQ.html



Extracted from: https://ftp-master.debian.org/REJECT-FAQ.html

License PHP:
---------------
You have a PHP add-on package (any php script/&quot;app&quot;/thing, not PHP itself) and it's licensed only under the standard PHP license. That license, up to the 3.x which is actually out, is not really usable for anything else than PHP itself. I've mailed our -legal list about that and got only one response, which basically supported my view on this. Basically this license talks only about PHP, the PHP Group, and includes Zend Engine, so its not applicable to anything else. And even worse, older versions include the nice ad-clause.
One good solution here is to suggest a license change to your upstream, as they clearly wanted a free one. LGPL or BSD seems to be what they want.


Thanks in advance.</pre>]]></description>
      <dc:date>2014-06-26T19:31:05+00:00</dc:date>
      <dc:creator>midget &amp;#x61;&amp;#116; midworld &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Net_IMAP Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19994">
      <title>Net_IMAP: Bug 19994 [Open] imap_fetchoverview</title>
      <link>http://pear.php.net/bugs/19994</link>
      <content:encoded><![CDATA[<pre>Net_IMAP Bug
Reported by abhi_dixit
2013-06-26T11:52:23+00:00
PHP: 5.5.0 OS: windows 7 Package Version: Unknown

Description:
------------
when i call imap_fetch_overview iam not getting the value for 
message id for all the emails read using imap_fetch_overview,i 
had tried this using imap_headers(), imap_headerinfo(), but 
failed to get the value of message id

Test script:
---------------
imap_fetchoverview returns all the header fields but for message id there is no 
value, below is the code i am using-:
&lt;?php 

$m_username=&quot;example@gmail.com&quot;;
$m_password=&quot;xxxxx&quot;;

$mbox=imap_open('{imap.gmail.com:993/imap/ssl}[Gmail]/Spam', $m_username, 
$m_password);
$MC = imap_check($mbox);

// Fetch an overview for all messages in SPAM
$overview = imap_fetch_overview($mbox,&quot;1:{$MC-&gt;Nmsgs}&quot;,0);
echo '&lt;pre&gt;';
print_r($overview);
exit;
?&gt;
below is it's output-:
Array
(
    [0] =&gt; stdClass Object
        (
            [subject] =&gt; hello test
            [from] =&gt; ABCD 
            [to] =&gt; example@gmail.com
            [date] =&gt; Mon, 24 Jun 2013 15:01:07 +0100
            [message_id] =&gt; 
            [size] =&gt; 1821
            [uid] =&gt; 2814
            [msgno] =&gt; 1
            [recent] =&gt; 0
            [flagged] =&gt; 0
            [answered] =&gt; 0
            [deleted] =&gt; 0
            [seen] =&gt; 0
            [draft] =&gt; 0
            [udate] =&gt; 1372082473
        )

    [1] =&gt; stdClass Object
        (
            [subject] =&gt; hello test
            [from] =&gt; ABCD 
            [to] =&gt; example@gmail.com
            [date] =&gt; Mon, 24 Jun 2013 15:10:03 +0100
            [message_id] =&gt; 
            [size] =&gt; 20823
            [uid] =&gt; 2815
            [msgno] =&gt; 2
            [recent] =&gt; 0
            [flagged] =&gt; 0
            [answered] =&gt; 0
            [deleted] =&gt; 0
            [seen] =&gt; 0
            [draft] =&gt; 0
            [udate] =&gt; 1372083053
---
for some other email id this code returns message id but not for all emails out 
of 77emails message id is returned for 20


Expected result:
----------------
i want that when i call imap_fetch_overview i should get the value   
of message id for the emails -:
[message_id] =&gt; 
&lt;51c2cbad.063ae50a.0405.ffff9ce0SMTPIN_ADDED_MISSING@m
x.google.com&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_IMAP Bug
Reported by abhi_dixit
2013-06-26T11:52:23+00:00
PHP: 5.5.0 OS: windows 7 Package Version: Unknown

Description:
------------
when i call imap_fetch_overview iam not getting the value for 
message id for all the emails read using imap_fetch_overview,i 
had tried this using imap_headers(), imap_headerinfo(), but 
failed to get the value of message id

Test script:
---------------
imap_fetchoverview returns all the header fields but for message id there is no 
value, below is the code i am using-:
&lt;?php 

$m_username=&quot;example@gmail.com&quot;;
$m_password=&quot;xxxxx&quot;;

$mbox=imap_open('{imap.gmail.com:993/imap/ssl}[Gmail]/Spam', $m_username, 
$m_password);
$MC = imap_check($mbox);

// Fetch an overview for all messages in SPAM
$overview = imap_fetch_overview($mbox,&quot;1:{$MC-&gt;Nmsgs}&quot;,0);
echo '&lt;pre&gt;';
print_r($overview);
exit;
?&gt;
below is it's output-:
Array
(
    [0] =&gt; stdClass Object
        (
            [subject] =&gt; hello test
            [from] =&gt; ABCD 
            [to] =&gt; example@gmail.com
            [date] =&gt; Mon, 24 Jun 2013 15:01:07 +0100
            [message_id] =&gt; 
            [size] =&gt; 1821
            [uid] =&gt; 2814
            [msgno] =&gt; 1
            [recent] =&gt; 0
            [flagged] =&gt; 0
            [answered] =&gt; 0
            [deleted] =&gt; 0
            [seen] =&gt; 0
            [draft] =&gt; 0
            [udate] =&gt; 1372082473
        )

    [1] =&gt; stdClass Object
        (
            [subject] =&gt; hello test
            [from] =&gt; ABCD 
            [to] =&gt; example@gmail.com
            [date] =&gt; Mon, 24 Jun 2013 15:10:03 +0100
            [message_id] =&gt; 
            [size] =&gt; 20823
            [uid] =&gt; 2815
            [msgno] =&gt; 2
            [recent] =&gt; 0
            [flagged] =&gt; 0
            [answered] =&gt; 0
            [deleted] =&gt; 0
            [seen] =&gt; 0
            [draft] =&gt; 0
            [udate] =&gt; 1372083053
---
for some other email id this code returns message id but not for all emails out 
of 77emails message id is returned for 20


Expected result:
----------------
i want that when i call imap_fetch_overview i should get the value   
of message id for the emails -:
[message_id] =&gt; 
&lt;51c2cbad.063ae50a.0405.ffff9ce0SMTPIN_ADDED_MISSING@m
x.google.com&gt;</pre>]]></description>
      <dc:date>2013-06-26T11:52:23+00:00</dc:date>
      <dc:creator>abhinav &amp;#x64;&amp;#111;&amp;#x74; octane &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_IMAP Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19865">
      <title>Net_IMAP: Bug 19865 [Open] GetMSG function returns empty result towards gmail</title>
      <link>http://pear.php.net/bugs/19865</link>
      <content:encoded><![CDATA[<pre>Net_IMAP Bug
Reported by soul__reaver
2013-03-20T23:56:28+00:00
PHP: 5.4.13 OS: Windows Package Version: 1.1.2

Description:
------------
If i use the GetMSG function towards a gmail IMAP account with a valid integer msg_id an empty array is returned.

This seems to be an issue with the $indexIsMessageNumber param and subsequent actions in the getmessages function. (see test script for code part in question in the getmessages function)

$indexIsMessageNumberis is by default false when used from within getmsg. But if i set it to true then a proper message is returned while if it is false then i get an empty array.

Test script:
---------------
if (!$indexIsMessageNumber) {
    $ret = $this-&gt;cmdUidFetch($message_set, 'RFC822');
} else {
    $ret = $this-&gt;cmdFetch($message_set, 'RFC822');
}</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_IMAP Bug
Reported by soul__reaver
2013-03-20T23:56:28+00:00
PHP: 5.4.13 OS: Windows Package Version: 1.1.2

Description:
------------
If i use the GetMSG function towards a gmail IMAP account with a valid integer msg_id an empty array is returned.

This seems to be an issue with the $indexIsMessageNumber param and subsequent actions in the getmessages function. (see test script for code part in question in the getmessages function)

$indexIsMessageNumberis is by default false when used from within getmsg. But if i set it to true then a proper message is returned while if it is false then i get an empty array.

Test script:
---------------
if (!$indexIsMessageNumber) {
    $ret = $this-&gt;cmdUidFetch($message_set, 'RFC822');
} else {
    $ret = $this-&gt;cmdFetch($message_set, 'RFC822');
}</pre>]]></description>
      <dc:date>2013-03-20T23:56:28+00:00</dc:date>
      <dc:creator>slgundam &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_IMAP Bug</dc:subject>
    </item>
</rdf:RDF>
