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
Which is correct about mysqli and pdo?
What is different types of visibility?
What are the advantages of stored procedures in php?
In php, objects are they passed by value or by reference?
What is the super method?
What does $globals mean?
Distinguish between urlencode and urldecode?
What are the data types in php?
What is the sign to start variables in PHP?
What are Routines?
What is "echo" in php?
What is the difference between $var and $$var?
What is the correct and the most two common way to start and finish a php block of code?
What is difference between base_url and site_url?
What is a lambda function in php?