From 4cdc509c25dd4389a30b09e32a1b0e55ad401fc7 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 12 Jan 2006 10:32:19 +0000 Subject: [PATCH] Really fixed the problem... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2459 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_sieve.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_sieve.inc b/include/class_sieve.inc index fe119ee94..eb4909b3b 100644 --- a/include/class_sieve.inc +++ b/include/class_sieve.inc @@ -484,7 +484,7 @@ class sieve $auth=base64_encode("$this->user\0$this->auth\0$this->pass"); $this->len=strlen($auth); - fputs($this->fp, "AUTHENTICATE \"PLAIN\" {$this->len+}\r\n"); + fputs($this->fp, "AUTHENTICATE \"PLAIN\" {".$this->len."+}\r\n"); fputs($this->fp, "$auth\r\n"); $this->line=fgets($this->fp,1024); -- 2.30.2