ports/security/mailzu/files/patch-lib_ExchAuth.class.php
Krzysztof 070336bc55 security/mailzu: Add support for php80
PR:		263614
Approved by:	submitter is maintainer
2023-11-15 12:54:06 +01:00

12 lines
399 B
PHP

--- lib/ExchAuth.class.php.orig 2007-06-14 19:00:15 UTC
+++ lib/ExchAuth.class.php
@@ -55,7 +55,7 @@ class ExchAuth {
* @param string $domain
* @return boolean
*/
- function authUser($username, $password, $domain) {
+ function __construct($username, $password, $domain) {
$fulluser = $domain.'/'.$username;
$mbox = imap_open('{'.$this->exchHost.'/imap}Inbox', $fulluser, $password);