php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25766 imap_search returns false when folder name includes brackets: [subfolder]
Submitted: 2003-10-06 14:48 UTC Modified: 2003-10-06 18:27 UTC
From: isaachanson at omnidox dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.3.3 OS: gentoo linux
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: isaachanson at omnidox dot com
New email:
PHP Version: OS:

 

 [2003-10-06 14:48 UTC] isaachanson at omnidox dot com
Description:
------------
$msgs = imap_search($stream, 'UNDELETED');
always returns false when the folder contains brackets

I am using apache on gentoo linux with mod_ssl & mod_php
protocol = imap/ssl/novalidate-cert


Expected result:
----------------
I expect an array of id numbers corresponding to message headers


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-06 18:27 UTC] sniper@php.net
Not PHP bug. PHP just has wrapper function for mail_search_full() which comes from the c-client.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 16:01:30 2025 UTC