Name the Functions in IMAP, POP3 AND LDAP?

Answer Posted / sailabala sahoo

IMAP:-( Internet Message Accese protocol) Port No is- 143
1.imap_list : Read the list of mailboxes
2. imap_open : Opens an IMAP stream to mailbox
3.after open the mail box one copy of the mail ll be a store
in server.
POP3 (Post Office Protocal) Port no-110
1.imap_list : Read the list of mailboxes
2.imap_open : Opens an IMAP stream to mailbox
3.After open the mail there ll be nothing in server.

LDAP:- (Light weight Directory Access protocol) port no-636

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.
3.It is faster than other database like mysql,sql,oracle
4.It can write small amount of data but read becames faster.
5.Ex: outlook express

Is This Answer Correct ?    18 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why php is sometimes called as embedded scripting language?

483


Can we extend final class in php?

508


Tell me how to create a text file in php?

548


What is strlen function in php?

514


Do you know what does mvc stand for and what does each component do?

499






What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?

620


Is java is better than php?

549


How can we pass the variable through the navigation between the pages?

535


What is a null coalescing operator in php7?

723


What is php and its uses?

507


What is variable give example?

553


What does mysqli_query return?

519


What is the use of Php variables?

585


Which is useful for method overloading?

624


What is xss and csrf?

520