Name the Functions in IMAP, POP3 AND LDAP?

Answer Posted / vijaya

Examples of IMAP Functions:

1. imap_list : Read the list of mailboxes
2. imap_open : Opens an IMAP stream to mailbox

Examples of LDAP Functions:

1. ldap_connect : This will connect to the ldap server with
the given login credentials.
2. ldap_search : By using this command we can search in ldap
records.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to use http headers inside php? Write the statement through which it can be added?

763


Tell me how to retrieve a cookie value?

735


Tell me what is htaccess?

687


What is substr() in php? And how it is used?

775


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

810


Which is incorrect with respect to separating php code and html?

755


What is class extend in php?

773


What is the difference between associative array and indexed array?

752


What are the methods of array in java?

729


What is meant by an associative array?

746


Is php a programming language?

795


What is php and its uses?

738


What PHP stands for?

784


What is htmlspecialchars?

757


How to include a file code in different files in php?

777