steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/Net_LMTP LMTP.php, 1.1, 1.2 package.xml, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Thu Aug 26 23:59:12 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/Net_LMTP
In directory doto:/tmp/cvs-serv13569

Modified Files:
	LMTP.php package.xml 
Log Message:
updated to stable version 1.0.1 -- this version works unmodified with Cyrus

Index: LMTP.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/Net_LMTP/LMTP.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- LMTP.php	19 Aug 2004 23:24:46 -0000	1.1
+++ LMTP.php	26 Aug 2004 21:59:10 -0000	1.2
@@ -647,12 +647,14 @@
      */
     function data($data)
     {
-        if (is_int($this->_esmtp['SIZE'])) {
+
+        if (isset($this->_esmtp['SIZE']) && ($this->_esmtp['SIZE'] > 0)) {
             if (strlen($data) >= $this->_esmtp['SIZE']) {
                 $this->disconnect();
                 return new PEAR_Error('Message size excedes the server limit');
             }
         }
+    
 
         /*
          * Change Unix (\n) and Mac (\r) linefeeds into Internet-standard CRLF

Index: package.xml
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/Net_LMTP/package.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- package.xml	19 Aug 2004 23:24:46 -0000	1.1
+++ package.xml	26 Aug 2004 21:59:10 -0000	1.2
@@ -13,21 +13,30 @@
     </maintainer>
   </maintainers>
   <release>
-    <version>0.7.0-kolab</version>
-    <date>2004-08-19</date>
+    <version>1.0.1</version>
+    <date>2004-08-25</date>
     <license>PHP License</license>
     <state>stable</state>
-    <notes>* Removed dependency on Auth_SASL, but if installed automatically uses it probiding DIGEST-MD5 and CRAM-MD5 auth methods
-* Marked as stable. Kolab: Fixed bug related to SIZE, authors have been contacted.</notes>
+    <notes>* Fixed a bug in SIZE handling (thanks to Steffen Hansen for bug report)
+* Marked as Stable</notes>
     <deps>
       <dep type="pkg" rel="has">Net_Socket</dep>
     </deps>
     <filelist>
-      <file role="php" baseinstalldir="Net" md5sum="efa14d485aae3e86c0af0a3249dafde7" name="LMTP.php"/>
-      <file role="test" md5sum="d44f1ef2b3d4127bbec817435dc7cc01" name="test_lmtp.php"/>
+      <file role="php" baseinstalldir="Net" name="LMTP.php"/>
+      <file role="test" name="test_lmtp.php"/>
     </filelist>
   </release>
   <changelog>
+    <release>
+      <version>0.7.0</version>
+      <date>2004-03-02</date>
+      <state>stable</state>
+      <notes>* Removed dependency on Auth_SASL, but if installed automatically uses it probiding DIGEST-MD5 and CRAM-MD5 auth methods
+* Marked as stable
+
+</notes>
+    </release>
     <release>
       <version>0.6</version>
       <date>2003-03-27</date>





More information about the commits mailing list