PDA

View Full Version : how to show message from pop3 account



M.a.T.a.N
03-28-2011, 02:50 PM
At the last time I learned how to open a new pop3 account with API.
now I want to get info how can I do some other actions in my pop3 account with API.
I need to know this actions:

1. how to show a message from pop3 account.
2. how to delete the message.
3. how to delivery the message.
4. how to answer to the message.
5. if possible - how to download the message to computer.

Im sure that I first need to login to my pop3 account, I need this info about how I do that too.
Thank you!

zEitEr
03-29-2011, 08:31 AM
You don't need API for that. Directadmin has nothing to do with reading messages in your email box:

— PHP Manual: IMAP, POP3 and NNTP (http://php.net/manual/en/book.imap.php)
— Google: http://www.google.com/support/websearch/bin/answer.py?answer=134479
— Video guide http://www.youtube.com/watch?v=DahGSReGx3M

M.a.T.a.N
03-29-2011, 11:03 AM
yes I understand it..
you can help me about how can I install the php_imap module?

I not sure, but I canta find from where I can install this module.
Maybe just the admin server can do that?

zEitEr
03-29-2011, 12:48 PM
If you've got no root access and PHP is not compiled with imap support, then contact your hosting provider support (You need root access to do that). Or use sockets with PHP.

Do not hesitate to use google (http://tinyurl.com/4stgvnp).

lora45
07-19-2011, 12:04 AM
E-mail account types differ in how e-mail messages are saved and synchronized with the e-mail server. For example, by default POP3 e-mail accounts delete e-mail messages from the e-mail server when downloaded into Outlook. However, you can customize how e-mail messages are retrieved and saved.