Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > pop yahoo mail from Java Program

Reply
Thread Tools

pop yahoo mail from Java Program

 
 
Jignesh
Guest
Posts: n/a
 
      01-27-2006
Hello Friends,

I want to retrieve all yahoo mails using the java program..so
if anyone have idea then send me the code.

 
Reply With Quote
 
 
 
 
stefanomnn
Guest
Posts: n/a
 
      01-27-2006
you should use java mail classes (javax.mail.*). See javadoc
documentation.
of more,i know you have to subscribe to Yahoo Delivers to access
pop/smtp yahoo servers.
yahoo delivers allow yahoo to send you some advertisement.
for more info, Access from web on your yahoo mail, then select Mail ->
Help

BYE!

 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      01-27-2006
On 26 Jan 2006 21:22:44 -0800, "Jignesh" <> wrote,
quoted or indirectly quoted someone who said :

>
> I want to retrieve all yahoo mails using the java program..so
>if anyone have idea then send me the code.


See the source code for the bulk emailer. It picks up a message from a
mail server then relays it to everyone on a list.

See http://mindprod.com/products1.html#BULK

Also see the Sun tutorials. They are pretty easy to follow compared
with the opaque Javadoc. See http://mindprod.com/jgloss/javamail.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
Joe Attardi
Guest
Posts: n/a
 
      01-27-2006
> I want to retrieve all yahoo mails using the java program..so
> if anyone have idea then send me the code.

There is an open source project called YPOPS!
[http://www.ypopsemail.com/] that allows you to access your Yahoo! Mail
through a POP gateway running on your local machine.

You don't need Yahoo! Mail Plus to do this - it's essentially a POP
server on one end and an HTTP client on the other. You could install
YPOPS! then access the local mail server using the standard JavaMail
API.

--
Joe Attardi []

 
Reply With Quote
 
Paulus de Boska
Guest
Posts: n/a
 
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yahoo mail and Yahoo xtra. Geopelia NZ Computing 17 06-16-2011 09:48 AM
Help: retrieving e-mail from yahoo pop server. what's wrong? Andre Python 4 02-10-2005 03:44 AM
Retrieve POP Mail from Yahoo mcp6453 Computer Information 12 02-26-2004 03:45 AM
cant get read yahoo mail with bt yahoo as the isp STUART SWANSTON Computer Support 0 12-09-2003 01:16 PM
Deluged with multiple copies, sometimes, when using yahoo mail to check POP mail dakota7 Computer Support 3 10-05-2003 09:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57