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
Difference between mysql_connect and mysql_pconnect?
What is the use of post in php?
Can I include php in javascript?
What percentage of websites use php?
What is mysqli_real_escape_string?
Is php front end?
What is substr in php?
Write down the code for saving an uploaded file in PHP.
Why shouldn't I use mysql_* functions in php?
Write a statement to show the joining of multiple comparisons in php?
What is move_uploaded_file in php?
Could we start a variable with number like $4name?
Which function Returns the time of sunrise for a given day / location in PHP.
Is php easier than node?
How to delete file in php?