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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 19:01:35 2024 UTC