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...
... 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...
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...
... 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...
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...
... 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...
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...
... 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...
... 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...
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...
... 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...
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....
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 ...
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...
... Have you tried simply using System.currentTimeMillis()? The Java sample code I wrote uses that: http://developer.yahoo.com/mail/code/ Ryan Kennedy Yahoo!...
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...
... 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...
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, 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...
... 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...
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 ...
... 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...
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...
... 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...
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...
... 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...
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?...
... 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...
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...