summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae2de8f)
raw | patch | inline | side by side (parent: ae2de8f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jan 2006 10:32:19 +0000 (10:32 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jan 2006 10:32:19 +0000 (10:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2459 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_sieve.inc | patch | blob | history |
index fe119ee9478a2ef450045cba9cfe2932bc7d848d..eb4909b3bfa15f59a1917532e21e8dc710ada208 100644 (file)
--- a/include/class_sieve.inc
+++ b/include/class_sieve.inc
$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);