php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #60437 Documentation for IMAP library erroneously references POP3.
Submitted: 2011-12-03 20:09 UTC Modified: 2011-12-03 20:45 UTC
From: jon at moyes dot com Assigned: frozenfire (profile)
Status: Closed Package: IMAP related
PHP Version: 5.3.8 OS: OS X Snow Leopard
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jon at moyes dot com
New email:
PHP Version: OS:

 

 [2011-12-03 20:09 UTC] jon at moyes dot com
Description:
------------
---
From manual page: http://www.php.net/function.imap-delete#refsect1-
function.imap-delete-notes
---

Documentation currently reads:

"POP3 mailboxes do not have their message flags saved between connections, so 
imap_expunge() must be called during the same connection in order for messages 
marked for deletion to actually be purged."


Documentation should read as follows:


"IMAP mailboxes do not have their message flags saved between connections, so 
imap_expunge() must be called during the same connection in order for messages 
marked for deletion to actually be purged."

Test script:
---------------
N/A


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-03 20:45 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=320318
Log: Changed erroneous reference to POP3 to proper reference to IMAP. Closes bug #60437.
 [2011-12-03 20:45 UTC] frozenfire@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2011-12-03 20:45 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 20:01:32 2025 UTC