php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71131 imap_open password umlauts
Submitted: 2015-12-15 22:48 UTC Modified: 2015-12-16 17:48 UTC
From: alex at belogy dot de Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 5.6.16 OS: Linux and Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex at belogy dot de
New email:
PHP Version: OS:

 

 [2015-12-15 22:48 UTC] alex at belogy dot de
Description:
------------
imap_open fails to authenticate if the password contains german umlauts.

Test script:
---------------
imap_open('{mail.example.com:993/imap/ssl}', 'user@example.com', 'passwordwithäöü'))


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-16 17:48 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2015-12-16 17:48 UTC] ab@php.net
Thanks for the report. PHP only sends the chars that are given. Please check that the correct charset is used. FE you stored the password is UTF-8 and then don't send it in latin1.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC