Name the Functions in IMAP, POP3 AND LDAP?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is the most common http method?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is php crud api?
I finished my degree 4 years back. I didnt get job in software. In the time(for 4 years) i worked one kpo industries. but now i got job in php(40 employes working there) as fresher(Salary 8000). Shall i join in php. I have no knowledge about php. Can i do well in php. How will my carrier if i join in php? Please can you give your idea.? It will be more usefull to me.
What is better .net or php?
How does php work?
Define urlencode() and urldecode() used in php?
Which will start a session?
How to execute an sql query? How to fetch its result?
How can I execute a PHP script using command line?
How to calculate the difference between two dates using php?
Which is the correct way to check if a session has already been started ?