PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_IMAPv2 » Bug #5621

Mail_IMAP_connection_wizard notls bug

Details

Submitted2005-10-07 03:10 UTC
Fromahayes at wcg dot net dot au
Assignedrichy
StatusClosed
PackageMail_IMAPv2
PHP Version5.0.4
OSFedora Core 3
Roadmaps(Not assigned)

Comments

[2005-10-07 03:10 UTC] ahayes at wcg dot net dot au

Description:
------------
Hi, hopefully this has not been reported, its a very simple mistake so I doubt anybody would have.

Lines 56 and 78 of IMAP.connection_wizard.php read

return $uri;

when they should read

return $uri.'#notls';

As $uri.'#notls' is the connection string being tested in the if condition above these lines.

[2005-10-07 12:02 UTC] richy at php dot net

Thanks for the bug report, I have fixed the bug.