php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67185 Mailbox folder name with "/"
Submitted: 2014-05-03 06:09 UTC Modified: 2014-05-06 08:37 UTC
From: jagan dot enugala at infozeal dot com Assigned:
Status: Wont fix Package: IMAP related
PHP Version: 5.4.28 OS: windows 7/linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-05-03 06:09 UTC] jagan dot enugala at infozeal dot com
Description:
------------
---
From manual page: http://www.php.net/function.imap-list
---

Unable to get the folder list which are having the name "/" ex: test/one.
User can able to access/create subfolders with the "/" character in the name.


Test script:
---------------
$list = imap_list($mbox, "{host}", "*");


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-05-06 08:37 UTC] johannes@php.net
-Status: Open +Status: Wont fix
 [2014-05-06 08:37 UTC] johannes@php.net
This is an issue in the underlying c-client library we are using. We can't do anything there ourselves.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC