Zend_Mail_Protocol_Pop3Located in /Zend/Mail/Protocol/Pop3.php (line 31)
Zend_Mail_Protocol_Pop3
__construct
([string $host = ''], [int|null $port = null], [bool|string $ssl = false])
Constructor __construct (line 60)
Public constructor
Destructor __destruct (line 71)
Public destructor
capa (line 223)
Get capabilities from POP3 server
connect (line 86)
Open connection to POP3 server
delete (line 412)
Make a DELE count to remove a message
getList (line 280)
Make LIST call for size of message(s)
login (line 239)
Login to POP3 server. Can use APOP
logout (line 200)
End communication with POP3 server (also closes socket)
noop (line 400)
Make a NOOP call, maybe needed for keeping the server happy
readResponse (line 146)
read a response
request (line 188)
Send request and get resposne
retrive (line 387)
Make a RETR call for retrieving a full message with headers and body
sendRequest (line 130)
Send a request
status (line 263)
Make STAT call for message count and size sum
top (line 348)
Make TOP call for getting headers and maybe some body lines This method also sets hasTop - before it it's not known if top is supported
The fallback makes normale RETR call, which retrieves the whole message. Additional lines are not removed.
undelete (line 424)
Make RSET call, which rollbacks delete requests
uniqueid (line 309)
Make UIDL call for getting a uniqueid
Documentation generated on Wed, 21 Feb 2007 11:57:37 -0800 by phpDocumentor 1.3.1