POP 3 client class

A PHP class that implements the access to mail boxes using the POP3 protocol.
Download

POP 3 client class Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • Manuel Lemos
  • Publisher web site:
  • http://www.phpclasses.org/browse/package/120.html

POP 3 client class Tags


POP 3 client class Description

A PHP class that implements the access to mail boxes using the POP3 protocol. POP 3 client class is a PHP class that implements the access to mail boxes using the POP3 protocol. Here are some key features of "POP 3 client class": · Support secure connections using TLS · Provides a stream wrapper class to access messages like files using fopen('pop3://user:pass@localhost/1', 'r'); · POP3 server access using normal and apop login methods · Authentication mechanisms implemented by SASL client class like: PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix via Samba), etc.. · Determining mailbox statistics (mail box size in bytes and the number of stored messages) · Listing of individual message sizes and identifier numbers · Retrieving messages in data blocks of limited size to not exceed the available memory · Retrieving messages all at once separating the headers from the body and limiting the number of message lines that may be retrieved at once · Marking messages to be deleted · Resetting the list of messages to be deleted · Issuing of protocol NOOP command to avoid connection shutdown while in idle state Requirements: · PHP · PHP MIME Mail decoder class · PHP SASL What's New in This Release: · A bug in the APOP authentication implementation was fixed.


POP 3 client class Related Software