Home » Networking » Net_POP3
Provides a POP3 class to access POP3 server.
This package is unmaintained.
Download latest release 1.3.8 (archived versions might be outdated)
License: BSD
Description
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
Documentation
Maintainers
- Richard Heyes (richard) — lead, inactive
- Damian Fernandez Sosa (damian) — lead, inactive
- George Schlossnagle (gschlossnagle) — lead, inactive
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Net_Socket (>= 1.0)
Optional
- Auth_SASL (>= 1.0.2)
Releases
- 1.3.8 (stable, 2010-10-25)
Release notes
License: BSD
Automatically built QA release
Bug #17135 Deprecated use of new and reference - doconnor - 1.3.7 (stable, 2009-07-24)
Release notes
License: BSD
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 - 1.3.6 (stable, 2005-04-04)
- 1.3.5 (stable, 2005-02-02)
Release notes
License: BSD
* Fixed Bug #3141 $pop3->getListing() returns empty fields. thanks to culmat at gmx dot net
- 1.3.4 (beta, 2004-12-18)
Release notes
License: BSD
* 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 - 1.3.3 (stable, 2004-09-15)
Release notes
License: BSD
* _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 ) - 1.3.2 (stable, 2004-06-26)
- 1.3.1 (stable, 2004-03-18)
Release notes
License: BSD
* Solves a bug in the auth code when the AUTH method is set to APOP but the server fall back to user and pass
- 1.3 (stable, 2004-03-03)
Release notes
License: BSD
* 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 - 1.2 (stable, 2002-07-27)
Release notes
License: BSD
License change
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #239 | Closed | Bug | 2003-11-13 | Missing phpdoc tag. | |
| #1505 | Closed | Bug | 2004-05-26 | numMsg() always returns PEAR_error | |
| #1942 | Closed | Bug | 2004-07-21 | wrong parameter-type specification in Net_POP3::login | |
| #2175 | No Feedback | Bug | 2004-08-20 | login() which uses DIGEST-MD5 always returns true. | |
| #2263 | Wont fix | Req | 2004-09-01 | Decode for getParsedHeaders | |
| #2440 | Closed | Bug | 2004-10-04 | bug in POP3.php | |
| #2453 | Closed | Bug | 2004-10-04 | Mistake in PEAR Doc for Net_POP3 example | |
| #2454 | Closed | Bug | 2004-10-04 | AUTH LOGIN user and pass need to be enclosed in double quotes? | |
| #2523 | Closed | Bug | 2004-10-13 | Unable to login to Qmail servers | |
| #2646 | Closed | Bug | 2004-10-29 | APOP attempted when not supported | |
| #2663 | Closed | Bug | 2004-11-01 | Return value of _cmdApop not properly checked on _cmdAuthenticate | |
| #2901 | Closed | Bug | 2004-12-05 | Update CVS | |
| #3141 | Closed | Bug | 2005-01-08 | $pop3->getListing() returns empty fields | |
| #3410 | Closed | Bug | 2005-02-09 | Error handling in _sendCmd | |
| #3551 | Closed | Bug | 2005-02-22 | Bug #2663 not fixed yet. | |
| #4243 | Closed | Bug | 2005-04-28 | Problems assessing capabilities. | |
| #7644 | Closed | Bug | 1.3.6 | 2006-05-16 | POP3 Line Concatenation Function will fail and halt the program |
| #8171 | Closed | Req | 1.3.6 | 2006-07-10 | Add return types & description (phpDocumentor) |
| #8420 | Closed | Bug | 1.3.6 | 2006-08-11 | Copy&Paste issue ;) (wrong error message) |
| #8602 | Wont fix | Bug | 1.3.6 | 2006-08-31 | Message-Id vs. Message-ID (from Tiki) |
| #9588 | Bogus | Bug | 2006-12-08 | Headers Incomplete | |
| #11439 | No Feedback | Bug | 1.3.6 | 2007-06-26 | Headers having \n instead of \r\n |
| #13748 | Bogus | Bug | 1.3.6 | 2008-04-22 | Object of class PEAR_Error could not be converted to string |
| #15807 | No Feedback | Bug | 2009-01-29 | when save output as .eml file ms outlook not understand well | |
| #16636 | Bogus | Bug | 1.3.7 | 2009-09-23 | getRawHeaders bugger up the From line. |
| #17135 | Closed | Bug | 1.3.7 | 2010-02-18 | Deprecated use of new and reference |
| #20444 | Open | Req | 1.3.8 | 2014-11-21 | issue to unzip package |