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
 [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: Fri Apr 19 19:01:28 2024 UTC