芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp70/includes/.registry/net_pop3.reg
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.8.1";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:8:"Net_POP3";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:44:"Provides a POP3 class to access POP3 server.";s:11:"description";s:177:"Provides a POP3 class to access POP3 server. Support all POP3 commands including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5 using optional Auth_SASL package";s:4:"lead";a:3:{i:0;a:4:{s:4:"name";s:13:"Richard Heyes";s:4:"user";s:7:"richard";s:5:"email";s:15:"richard@php.net";s:6:"active";s:2:"no";}i:1;a:4:{s:4:"name";s:21:"Damian Fernandez Sosa";s:4:"user";s:6:"damian";s:5:"email";s:20:"damlists@cnba.uba.ar";s:6:"active";s:2:"no";}i:2;a:4:{s:4:"name";s:19:"George Schlossnagle";s:4:"user";s:13:"gschlossnagle";s:5:"email";s:17:"george@omniti.com";s:6:"active";s:2:"no";}}s:4:"date";s:10:"2009-07-24";s:4:"time";s:8:"15:33:55";s:7:"version";a:2:{s:7:"release";s:5:"1.3.7";s:3:"api";s:5:"1.3.7";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:391:"QA release Bug #3140 Error handling in _sendCmd Bug #3551 Bug #2663 not fixed yet Bug #7644 POP3 Line Concatenation Function will fail and halt the program Updated to Package 2.0 Comment -> docblock. This should fix bug #8171: Add return types and description Bug #8420: Copy&Paste issue ;) (wrong error message) * Convert to package.xml v2 * Fail when authentication method is not supported";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:1:"/";}s:4:"file";a:2:{i:0;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"485df6069799d3a4ea27012e31608789";s:4:"name";s:34:"docs/examples/Net_POP3_example.php";s:4:"role";s:3:"doc";}}i:1;a:1:{s:7:"attribs";a:4:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"12bfe491b7998d5e37045924c4be3449";s:4:"name";s:12:"Net/POP3.php";s:4:"role";s:3:"php";}}}}}s:12:"dependencies";a:2:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"4.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}s:7:"package";a:3:{s:4:"name";s:10:"Net_Socket";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:3:"1.0";}}s:8:"optional";a:1:{s:7:"package";a:3:{s:4:"name";s:9:"Auth_SASL";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:5:"1.0.2";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:10:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"1.1";s:3:"api";s:3:"1.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2002-02-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:24:"Renamed file to POP3.php";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"1.2";s:3:"api";s:3:"1.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2002-07-27";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:14:"License change";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"1.3";s:3:"api";s:3:"1.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-03-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:318:"* Added debug capabilities * Added _recvLn() and _send($data) to support debug and better check socket errors * Added SASL AUTH capabilities * if installed automatically uses Auth_SASL * Added LOGIN,PLAIN,DIGEST-MD5 and CRAM-MD5 * Modified APOP and USER auths * Now the class automagically selects the best auth method";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.1";s:3:"api";s:5:"1.3.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-03-18";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:109:"* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.2";s:3:"api";s:5:"1.3.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-06-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:17:"* Fixes bug #1505";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.3";s:3:"api";s:5:"1.3.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-09-15";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:353:"* _sendCmd now return PEAR_Error on error instead of false making error check easy * Fixes bug #2175 login() which uses DIGEST-MD5 always returns true. * All the Login methods now uses PEAR_Error instead of 'false' finding the error cause is now easy * Disabling DIGEST-MD5 until I can make work whit saslv2 (saslv2 and saslv1 responses are different )";}i:6;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.4";s:3:"api";s:5:"1.3.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2004-12-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:521:"* Fixed Bug #2440 thanks to erickoh at jobsfactory dot com * Fixed Bug #2453 :Mistake in PEAR Doc for Net_POP3 example. thanks to erickoh at jobsfactory dot com * Removed double quotes in _authLogin() fixes Bug #2454 :AUTH LOGIN user and pass need to be enclosed in double quotes?. thanks to erickoh at jobsfactory dot com * Fixed Bug #2523 : Unable to login to Qmail servers. thanks to johann dot hoehn at ecommerce dot com * Fixed Bug #2646 :APOP attempted when not supported. thanks to osdave at nospam_davepar dot com";}i:7;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.5";s:3:"api";s:5:"1.3.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-02-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:92:"* Fixed Bug #3141 $pop3->getListing() returns empty fields. thanks to culmat at gmx dot net";}i:8;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.6";s:3:"api";s:5:"1.3.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2005-04-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:196:"* Fixed Bug #3551 Bug #2663 not fixed yet. * Fixed Bug #3410 Error handling in _sendCmd * Fixed Bug #1942 wrong parameter-type specification in Net_POP3::login * Fixed Bug #239 Missing phpdoc tag.";}i:9;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.7";s:3:"api";s:5:"1.3.7";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-07-24";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:391:"QA release Bug #3140 Error handling in _sendCmd Bug #3551 Bug #2663 not fixed yet Bug #7644 POP3 Line Concatenation Function will fail and halt the program Updated to Package 2.0 Comment -> docblock. This should fix bug #8171: Add return types and description Bug #8420: Copy&Paste issue ;) (wrong error message) * Convert to package.xml v2 * Fail when authentication method is not supported";}}}s:8:"filelist";a:2:{s:34:"docs/examples/Net_POP3_example.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"485df6069799d3a4ea27012e31608789";s:4:"name";s:34:"docs/examples/Net_POP3_example.php";s:4:"role";s:3:"doc";s:12:"installed_as";s:69:"/opt/RZphp70/includes/doc/Net_POP3/docs/examples/Net_POP3_example.php";}s:12:"Net/POP3.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:6:"md5sum";s:32:"12bfe491b7998d5e37045924c4be3449";s:4:"name";s:12:"Net/POP3.php";s:4:"role";s:3:"php";s:12:"installed_as";s:34:"/opt/RZphp70/includes/Net/POP3.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:4:{s:48:"/opt/RZphp70/includes/doc/Net_POP3/docs/examples";b:1;s:39:"/opt/RZphp70/includes/doc/Net_POP3/docs";b:1;s:34:"/opt/RZphp70/includes/doc/Net_POP3";b:1;s:25:"/opt/RZphp70/includes/Net";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.3.7";s:12:"release_date";s:10:"2009-07-24";s:13:"release_state";s:6:"stable";s:15:"release_license";s:3:"BSD";s:13:"release_notes";s:391:"QA release Bug #3140 Error handling in _sendCmd Bug #3551 Bug #2663 not fixed yet Bug #7644 POP3 Line Concatenation Function will fail and halt the program Updated to Package 2.0 Comment -> docblock. This should fix bug #8171: Add return types and description Bug #8420: Copy&Paste issue ;) (wrong error message) * Convert to package.xml v2 * Fail when authentication method is not supported";s:12:"release_deps";a:4:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.0.0";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:7:"1.4.0b1";s:8:"optional";s:2:"no";}i:2;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:10:"Net_Socket";s:3:"rel";s:2:"ge";s:7:"version";s:3:"1.0";s:8:"optional";s:2:"no";}i:3;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:9:"Auth_SASL";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.0.2";s:8:"optional";s:3:"yes";}}s:11:"maintainers";a:3:{i:0;a:5:{s:4:"name";s:13:"Richard Heyes";s:5:"email";s:15:"richard@php.net";s:6:"active";s:2:"no";s:6:"handle";s:7:"richard";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:21:"Damian Fernandez Sosa";s:5:"email";s:20:"damlists@cnba.uba.ar";s:6:"active";s:2:"no";s:6:"handle";s:6:"damian";s:4:"role";s:4:"lead";}i:2;a:5:{s:4:"name";s:19:"George Schlossnagle";s:5:"email";s:17:"george@omniti.com";s:6:"active";s:2:"no";s:6:"handle";s:13:"gschlossnagle";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1722870596;}