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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC