[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /pop3 EXPERIMENTAL README package.xml
From:       "Marco Tabini" <marcot () php ! net>
Date:       2004-02-15 21:54:40
Message-ID: cvsmarcot1076882080 () cvsserver
[Download RAW message or body]

marcot		Sun Feb 15 16:54:40 2004 EDT

  Modified files:              
    /pecl/pop3	EXPERIMENTAL README package.xml 
  Log:
  Prepared for release 1.0b
  
  
  
http://cvs.php.net/diff.php/pecl/pop3/EXPERIMENTAL?r1=1.1&r2=1.2&ty=u
Index: pecl/pop3/EXPERIMENTAL
diff -u pecl/pop3/EXPERIMENTAL:1.1 pecl/pop3/EXPERIMENTAL:1.2
--- pecl/pop3/EXPERIMENTAL:1.1	Sat Jan 10 10:58:24 2004
+++ pecl/pop3/EXPERIMENTAL	Sun Feb 15 16:54:39 2004
@@ -1,2 +1,4 @@
-This extension is currently in alpha release. Use with caution!
+Support for APOP is experimental and UNTESTED!
+
+Please report all bugs on the PECL website
 
http://cvs.php.net/diff.php/pecl/pop3/README?r1=1.1&r2=1.2&ty=u
Index: pecl/pop3/README
diff -u pecl/pop3/README:1.1 pecl/pop3/README:1.2
--- pecl/pop3/README:1.1	Fri Jan  9 12:29:57 2004
+++ pecl/pop3/README	Sun Feb 15 16:54:39 2004
@@ -1,26 +1,22 @@
 POP3
-Copyright (c) 2004 Marco Tabini & Associates, Inc. -- All Rights Reserved
-http://www.tabini.ca
-
 Released under the PHP License 3.0
 
 
-This extension, based on the spopc library (http://brouits.free.fr/libspopc/) 
-is a simple library for accessing a POP3 mailserver.
-
-You will need the libspopc library installed on your server in order for the
-extension to work.
+This extension, is a simple, and yet complete, library for accessing a 
+POP3 mailserver. The current version is based entirely on the PHP streams
+interface, and therefore requires no external components.
 
+POP3 supports all POP3 operation, as well as POP3 over SSL (port 996)
+connections and APOP authentication (experimental)
 
 COMPILATION
 -----------
 
 To compile the extension in your PHP, do as follows:
 
-- Make sure that libspopc is installed on your server
 - Uncompress the tarball
 - Run phpize
-- Run ./configure [--with-pop3=/pointer/to/your/library/path]
+- Run ./configure [--enable-pop3]
 - Run make, then make install.
 - Either load the extension dynamically into your scripts (with dl()) or add
   an extension= entry for it in your php.ini
@@ -29,13 +25,13 @@
 USAGE
 -----
 
-See the pop3.php file for an example of this library's usage
+See the PHP scripts in the examples directory for an example of this 
+library's usage
 
 
 REPORTING BUGS
 --------------
 
 THIS EXTENSION IS HIGHLY EXPERIMENTAL (read: untested and unsupported). Please
-report all bugs and send all request/suggestions/quips/complaints to
-info@tabini.ca
-
+report all bugs and send all request/suggestions/quips/complaints to the 
+PECL website
http://cvs.php.net/diff.php/pecl/pop3/package.xml?r1=1.2&r2=1.3&ty=u
Index: pecl/pop3/package.xml
diff -u pecl/pop3/package.xml:1.2 pecl/pop3/package.xml:1.3
--- pecl/pop3/package.xml:1.2	Sat Jan 10 14:31:48 2004
+++ pecl/pop3/package.xml	Sun Feb 15 16:54:39 2004
@@ -19,16 +19,16 @@
  </maintainers>
  <description>The POP3 extension makes it possible for a PHP 
  script to connect to and interact with a POP3 mail server.
- Based on libspopc (http://brouits.free.fr/libspopc/), it is
- built for performance and ease of use.</description>
+ It is based on the PHP streams interface and requires no
+ external library.</description>
  <license>PHP</license>
  <release>
-  <state>alpha</state>
-  <version>0.1</version>
-  <date>2004-01-10</date>
-  <notes>Initial release</notes>
+  <state>beta</state>
+  <version>1.0</version>
+  <date>2004-02-15</date>
+  <notes>New release--now based on streams</notes>
   <configureoptions>
-    <configureoption name="with-pop3" default="autodetect" prompt="POP3 libspopc \
library installation dir?"/> +    <configureoption name="enable-pop3" \
default="autodetect" prompt="Enable POP3?"/>  </configureoptions>
   <filelist>
    <file role="src" name="config.m4"/>

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic