Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to be able to download my mails from webmail using PHP code
Posted
Updated 1-Jun-10 1:06am
v3
Comments
Smithers-Jones 1-Jun-10 7:13am    
Reason for my vote of 1
then you have to learn PHP. Come back, if you have e specific problem, but don't ask for code.
Member 3256299 1-Jun-10 7:23am    
i know PHP but do not know how to download my mails from my webmail account using PHP
Darkcharm 1-Jun-10 22:28pm    
You request the mail ,and the server will send you somthing as text or html including the mail !
whatrevolution 23-Jun-10 6:36am    
Reason for my vote of noob
Bad humor!

It's tagged Humor, for the other noobs. :D

<?php

echo "<html><body>";

mail ("karn@nucleus.com", "Subject", "Hello!");

echo "Sending mail...";
echo "</body></html>";

?>

Here,it is the codes to send a mail,but you can google by PHP MAIL !
It is easy !
 
Share this answer
 
Comments
Member 3256299 1-Jun-10 7:05am    
thanks anyway but i want to be able to download my mails from webmail using PHP code
whatrevolution 23-Jun-10 6:35am    
Reason for my vote of 1
Wrong question.
Google for imap_open:

imap_open on php.net[^]
 
Share this answer
 
Comments
Member 3256299 1-Jun-10 7:57am    
thanks u have been help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900