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

What is difference between strstr() and stristr()?

534


How to delete a file from the system?

572


Tell me how can I display text with a php script?

520


What are the functions of string?

528


Is runtime polymorphism overriding?

498






What is the purpose of break and continue statement?

526


Tell me will a comparison of an integer 12 and a string "13" work in php?

658


What is the sign to start variables in PHP?

592


Which php framework is best for beginners?

511


Does php support multithreading?

561


Explain what are the three classes of errors that can occur in php?

528


What are php functions?

556


Tell me what type of operation is needed when passing values through a form or an url?

540


What is the difference between core php and php?

504


What is the use of trim in php?

525