Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-mail · Yahoo! Mail Developer Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 679
  • Category: Software
  • Founded: Sep 23, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 207 - 236 of 685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
207 jazzy_gill Send Email Jun 2, 2007
4:08 am
Hi, Is there a way to access Yahoo Mail with PERL API,, but log in using a PERL script? I want my users to save their yahoo mail login info in a db and then...
208 Ryan Kennedy
rckenned_at_... Send Email
Jun 2, 2007
4:49 am
... The authentication mechanism doesn't support doing that. http://developer.yahoo.com/auth/ While you technically can do what you're proposing with BBAuth, I...
209 browsercam2 Send Email Jun 5, 2007
7:11 pm
Hey there! So I am building a Windows App to scan my yahoo mailbox in C#. Every time I run the code to Update my credentials, I would occasionally get timeout...
210 Ryan Kennedy
rckenned_at_... Send Email
Jun 5, 2007
7:39 pm
... I know the login servers here are pretty intolerant of people banging on them too frequently. I'd make sure you pause a couple of seconds between calls to...
211 paultackett Send Email Jun 6, 2007
3:40 pm
Is there any way, other than linking directly to the message, to get data from a specific message. I would like to pass a message ID and get back the body of...
212 Ryan Kennedy
rckenned_at_... Send Email
Jun 6, 2007
3:47 pm
... Have you looked at the GetMessage call? That gets you the message body and table of contents. The table of contents includes the content types, filenames...
213 tquinto1313 Send Email Jun 11, 2007
7:49 pm
I have been developing against the Yahoo Mail API and I believe I made too many subsequent calls to the "GetRawMessageHeaders" method to my Yahoo Mail Premium...
214 paultackett Send Email Jun 12, 2007
8:15 pm
... get ... and ... body ... you ... parts ... with a ... to ... I am trying to get this to work but I can't quite figure out how to parse the response. There...
215 Ryan Kennedy
rckenned_at_... Send Email
Jun 13, 2007
9:35 am
... The response is sending back the parts in a MIME structure. You need to parse the part IDs right now to figure out which part is the "display" part. It's a...
216 aatishshah Send Email Jun 17, 2007
7:36 am
I am facing some issues in trying to get the example work. http://developer.yahoo.com/mail/code/mail_java.zip First i was getting an error stating "Error...
217 Ryan Kennedy
rckenned_at_... Send Email
Jun 19, 2007
10:53 pm
... Yeah, backing off your requests for a little bit is the only way to get the "blocked" status cleared. I'm going to see about getting the limits better...
218 ydn-mail@yahoogroups.... Send Email Jun 21, 2007
4:02 am
Enter your vote today! A new poll has been created for the ydn-mail group: What is the biggest challenge in writing an application that utilizes the Yahoo!...
219 andy_zyx Send Email Jun 23, 2007
1:53 am
Hi All, I am trying to use Yahoo Mail service from my application using Java_Axis2. I seem to have made some progress but when I use the timestamp code as ...
220 G Balaji
gopinathanba... Send Email
Jun 23, 2007
1:53 am
Hello group, In Yahoo Mail's Web user interface, we're able to fetch external mail from POP3 mailboxes on port 110 (non-SSL). However, we're not able to fetch...
221 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
6:58 am
... Have you tried simply using System.currentTimeMillis()? The Java sample code I wrote uses that: http://developer.yahoo.com/mail/code/ Ryan Kennedy Yahoo!...
222 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
7:01 am
If you feel like there's an option missing from the poll that you'd like to see represented, feel free to reply to this as a kind of "write in" vote. Ryan...
223 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
7:09 am
... Yes, you can absolutely do this. I'm actually disappointed nobody has done this yet. It would be a nice slap in the face to see an external developer add...
224 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
7:12 am
Aatish: are you still having problems calling the mail web service from Java? Have you looked at the code sample we have? http://developer.yahoo.com/mail/code/...
225 aatishshah Send Email Jun 25, 2007
3:02 pm
Ryan, I actually downloaded the code from here only. Since there was no mention of the axis version used here I used the latest axis version from the website...
226 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
3:21 pm
... Here's a zip of the working directory I have from making the code sample. It includes all of the libraries I used and it also has an Ant build file that...
227 andy_zyx Send Email Jun 25, 2007
5:56 pm
Hi Ryan, I am unable to download the zip from the location you have provided below. I was able to succesfully create the stub java files(YmwsStub and ...
228 Ryan Kennedy
rckenned_at_... Send Email
Jun 25, 2007
6:39 pm
... Yeah, that's my fault. Should have tested the link before sending it out. I've fixed the permissions problem, so you should be able to get it now. ... Once...
229 andy_zyx Send Email Jun 26, 2007
12:21 am
I was able to get the code running but when I tried to run the ymwsSample from command line, I get the below Exception. I am runnning the sample from my local...
230 andy_zyx Send Email Jun 26, 2007
12:21 am
The number that I am dividing the MillSeconds by does not give the seconds. That was the problem and was able to set it right. Thanks...
231 Ryan Kennedy
rckenned_at_... Send Email
Jun 26, 2007
12:26 am
... That sounds like your culprit. It's possible there was a temporary problem on the login servers: https://api.login.yahoo.com/ Alternatively, maybe you're...
232 andy_zyx Send Email Jun 26, 2007
6:54 pm
My admin directed me to use an http proxy and port for accessing external websites from my local server and I added the below lines in the main() in...
233 Ryan Kennedy
rckenned_at_... Send Email
Jun 27, 2007
3:48 pm
... Axis may not pay attention to those system properties, so while you've done the right thing as far as java.net.URL is concerned, Axis itself may not care...
234 Eric
elcastelli Send Email
Jun 27, 2007
3:49 pm
It looks like the API allows for the retrieval of existing disposable addresses but not the creation of new ones. Is this support planned for future releases?...
235 Ryan Kennedy
rckenned_at_... Send Email
Jun 27, 2007
5:34 pm
... Yes, it is planned although it's not scheduled at the moment so I couldn't give you a good estimate on when to expect it. Ryan Kennedy Yahoo! Mail Web...
236 andy_zyx Send Email Jun 27, 2007
11:04 pm
I have not checked the tcpdump. I have somehow managed to get the Cookie/WSSID by running a command to access the api.login.yahoo.com from Java and using the...
Messages 207 - 236 of 685   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help