php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71698 【PHP 5.2】Unable to use braces for password of imap_open()
Submitted: 2016-03-02 03:43 UTC Modified: 2016-03-14 04:22 UTC
From: mayaishikawa116 at gmail dot com Assigned:
Status: Closed Package: IMAP related
PHP Version: Irrelevant OS: 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: mayaishikawa116 at gmail dot com
New email:
PHP Version: OS:

 

 [2016-03-02 03:43 UTC] mayaishikawa116 at gmail dot com
Description:
------------
【PHP version: PHP 5.2】

Currently, the imap_open() function does not allow to connect to an email server when I include braces in password(the third argument).

I have already tested some of the password pattern as I describe down bellow.

Test script:
---------------
ex.1) Failure
$password = "abc}def";
imap_open ($mailbox , $username , $password);

ex.2) Success
$password = "abc{}def";
imap_open ($mailbox , $username , $password);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-03-02 04:26 UTC] requinix@php.net
-Status: Open +Status: Feedback
 [2016-03-02 04:26 UTC] requinix@php.net
5.2 is not supported. Please confirm that it still does not work with PHP 5.6 or 7.
 [2016-03-13 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2016-03-14 04:22 UTC] mayaishikawa116 at gmail dot com
-Status: No Feedback +Status: Closed
 [2016-03-14 04:22 UTC] mayaishikawa116 at gmail dot com
I am closing this question because I am no longer experiencing this problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC