-
POP3 e-mail client implements the access to mail boxes using the POP3 protocol. Features of POP3 e-mail client:- 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 ...
-
POP3 e-mail client class implements the access to mail boxes using the POP3 protocol.Features of POP3 e-mail 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 ...
-
TCP Ping can check the connectivity of several types of TCP servers by sending by sending NOOP (NO OPeration) commands.It supports to several types of common TCP protocols like http, ftp, smtp, pop3. It can be extended to support other protocols.

