Search the web
Sign In
New User? Sign Up
ydn-mail · Yahoo! Mail Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 207 - 236 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
207
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...
jazzy_gill
Online Now Send Email
Jun 2, 2007
4:08 am
208
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 2, 2007
4:49 am
209
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...
browsercam2
Offline Send Email
Jun 5, 2007
7:11 pm
210
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 5, 2007
7:39 pm
211
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...
paultackett
Online Now Send Email
Jun 6, 2007
3:40 pm
212
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 6, 2007
3:47 pm
213
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...
tquinto1313
Offline Send Email
Jun 11, 2007
7:49 pm
214
... 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...
paultackett
Online Now Send Email
Jun 12, 2007
8:15 pm
215
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 13, 2007
9:35 am
216
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...
aatishshah
Offline Send Email
Jun 17, 2007
7:36 am
217
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 19, 2007
10:53 pm
218
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!...
ydn-mail@yahoogroups....
Send Email
Jun 21, 2007
4:02 am
219
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 ...
andy_zyx
Offline Send Email
Jun 23, 2007
1:53 am
220
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...
G Balaji
gopinathanba...
Offline Send Email
Jun 23, 2007
1:53 am
221
... Have you tried simply using System.currentTimeMillis()? The Java sample code I wrote uses that: http://developer.yahoo.com/mail/code/ Ryan Kennedy Yahoo!...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
6:58 am
222
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
7:01 am
223
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
7:09 am
224
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/...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
7:12 am
225
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...
aatishshah
Offline Send Email
Jun 25, 2007
3:02 pm
226
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
3:21 pm
227
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 ...
andy_zyx
Offline Send Email
Jun 25, 2007
5:56 pm
228
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 25, 2007
6:39 pm
229
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...
andy_zyx
Offline Send Email
Jun 26, 2007
12:21 am
230
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...
andy_zyx
Offline Send Email
Jun 26, 2007
12:21 am
231
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 26, 2007
12:26 am
232
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...
andy_zyx
Offline Send Email
Jun 26, 2007
6:54 pm
233
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 27, 2007
3:48 pm
234
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?...
Eric
elcastelli
Offline Send Email
Jun 27, 2007
3:49 pm
235
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 27, 2007
5:34 pm
236
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...
andy_zyx
Offline Send Email
Jun 27, 2007
11:04 pm
Messages 207 - 236 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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