Md.Afzalur Rashid

Ranch Hand
+ Follow
since Oct 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Md.Afzalur Rashid

Hi ! Murali Narayanaswamy ,
I also need the same solution. I have got some clue. JavaMail does not have the solution. We may get the solution from HttpClient. If you get any good solution for this please let me know.(afzal_01@yahoo.com)

Thank you.
16 years ago
Actually i want to retrieve the information from yahoo,google or hotmail account. I will take user name and password as input and after submission of this i want to display the information(e.g. name,country,phone number etc.). I also want to display all of my friends email address from my address book.
16 years ago
Can any one help me to access the mail address from yahoo or Google or hotmail address book? I badly need it . I also want to get my account information using java. Is there any way out?

Thanks & regards,
Md. Afzalur Rashid
afzal_01@yahoo.com
16 years ago
Can any one help me to access the mail address from yahoo or Google or hotmail address book? I badly need it . I also want to get my account information using java. Is there any way out?

Thanks and regards
Md. Afzalur Rashid
afzal_01@yahoo.com
[ August 06, 2007: Message edited by: Bear Bibeault ]
16 years ago
JSP
Can any one help me to access the mail address from yahoo or Google or hotmail address book? I badly need it . I also want to get my account information using java. Is there any way out?

Thanks and regards,
Md. Afzalur Rashid
16 years ago
Can any one help me to access the mail address from yahoo or Google or hotmail address book? I badly need it . I also want to get my account information using java. Is there any way out?

Thanks
Md. Afzalur Rashid
afzal_01@yahoo.com
16 years ago
Please mail me the exact problem I will try to share with you...Keep in touch. Enjoy your work.

Afzalur Rashid
afzal_01@yahoo.com
00881714099336
16 years ago
please try to use
jpasswordfield.text="";
16 years ago
Dear Mr. Tapan Maru
Thanks for you kind information. Keep in touch
Afzalur Rashid
afzal_01@yahoo.com
16 years ago
Yes PDF will do....Please send me if possible

Thanks
Afzalur Rashid
16 years ago
One more thing please try to use null instead of this in the code like

JOptionPane.showMessageDialog(this,"TEXT ENTERED IS YES");

JOptionPane.showMessageDialog(null,"TEXT ENTERED IS YES");
16 years ago
try to check for null and then check actual condition using and
if (text!=null&&text.equals("yes"))
{
JOptionPane.showMessageDialog(this,"TEXT ENTERED IS YES");
}else if (text!=null&&text.equals("no"))
{
JOptionPane.showMessageDialog(this,"TEXT ENTERED IS NO");
}else if(text!=null&&text.equals("")){

JOptionPane.showMessageDialog(this,"U DIDN'T ENTERED ANY TEXT");
}



I hope it works....enjoy working
Do not hesitate to opt for any help to me.

Afzalur Rashid
afzal_01@yahoo.com
16 years ago
I it possible to place a table inside text area?
16 years ago
Started developing beeter ideas...hope i can share next week...
16 years ago
Need to develop a generic reporting tool...can any one help me to list out some of the simillar tools with lik?
16 years ago