Some times when I try to delete a message I get a code 321 - Stale message ID. I am trying to figure out what this means and what can I do to delete the...
... Stale message ID means that the message ID you've given to us has "expired". Message IDs aren't currently immutable. They're prone to change after certain...
... Are you running the code sample I put up? I just ran it and everything was fine. "Client.MissingCredentials" indicates that some portion of the credentials...
... Yeah, I have a hunch the outflow module is causing the problem. The only reason I set an outflow module is to add the cookies. I have an old email...
I am trying to set a message to read when my application opens the message but I keep getting an error stating that setFlags is an incorrect type. I have...
I have tried to use the upload/download endpoint url and I keep getting a 502 error. Am I using the correct url's h (ttp://mail.yahooapis.com/ya/download, ...
... $params->setFlags = new stdclass(); $params->setFlags->isRead = 1; Give that a try and see if it works. The problem is that the "setFlags" property is an...
... the ... request and ... get a ... of ... Thanks for the quick response. I tried and got the same error. Below is the request I am sending along with the...
... Did you also include all of the authentication bits (application ID, WSSID, Y cookie)? Is the 502 all you got back or was there a message in the response...
... Oh, I see the problem. You've set the "selection" property to be an empty string. That property is supposed to be a "Flag" object. If you're not doing any...
... getting ... like ... missing ... I was not passing the authentication data so that was a problem. Now, when I try to download I just get nothing back. No...
Hi, It seems like the X-Headers of emails are suppressed when retrieving email content using GetMessage and GetMessageRawHeader. Is there any way to access the...
The following ydn-mail poll is now closed. Here are the final results: POLL QUESTION: What is the biggest challenge in writing an application that utilizes...
ydn-mail@yahoogroups....
Jul 21, 2007 7:24 am
259
Can a site that supports yahoo Mail API's auto login a user when they log into that site? Example: if i log into netvibes, can netvibes automatically log me...
... ID, ... message ... I ... making ... Fri ... I haven't heard any responses on this and have not been able to get this to work. Has anyone been able to get...
does upload api expect user upload the attachment from a browser interface only or a server side submission only? If i have a form, i can do method post, setup...
... I don't think this is doing what you think it's doing: 1) I'm not sure if cURL will upload from a URL. 2) Uploading a file using cURL requires you to put...
... of ... it ... lack ... Yes, that was the problem. I am now able to get the ID so that I can send a message. When I do this, I have another problem....
Hi , I was trying to develop a Yahoo mail widget for my site. I started working with the sample code for PHP4. I am getting the following error."Error from...
... All methods take only one parameter, an object. It's an artifact of the multi-endpoint nature of the API...a bit of the SOAP bleeding into the JSON-RPC if...
Thanks Ryan ! ... All methods take only one parameter, an object. It's an artifact of the multi-endpoint nature of the API...a bit of the SOAP bleeding into ...
Is there a way to update a saved message without deleting it and saving it again? I am using the SaveMessage method, and was hoping there was some way in...
I only user's with preimum accounts to be able to use my application that uses the Yahoo Mail Web Services, since my application uses the APIs reserved for...