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
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: jagan dot enugala at infozeal dot com
New email:
PHP Version: OS:

 

 [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: Thu Mar 28 10:01:26 2024 UTC