Home » Mail » Mail_IMAPv2 » Bug #5621
Mail_IMAP_connection_wizard notls bug
Details
| Submitted | 2005-10-07 03:10 UTC |
|---|---|
| From | ahayes at wcg dot net dot au |
| Assigned | richy |
| Status | Closed |
| Package | Mail_IMAPv2 |
| PHP Version | 5.0.4 |
| OS | Fedora 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.