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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 245 - 274 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
245
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...
paultackett
Offline Send Email
Jul 1, 2007
3:54 pm
246
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 2, 2007
4:22 am
247
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 2, 2007
4:04 pm
248
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 2, 2007
4:05 pm
249
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...
paultackett
Offline Send Email
Jul 2, 2007
5:42 pm
250
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, ...
paultackett
Offline Send Email
Jul 2, 2007
5:42 pm
251
... $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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 2, 2007
5:47 pm
252
... 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...
paultackett
Offline Send Email
Jul 2, 2007
6:30 pm
253
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 4, 2007
11:58 pm
254
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 6, 2007
4:06 pm
255
... string ... (35) "1_59780_AMg6vs4AAFm7Rok6WQwtOjPi ... (1) { ... Client.InputInvalid ... That seems to have worked. Thanks!...
paultackett
Offline Send Email
Jul 6, 2007
4:48 pm
256
... 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...
paultackett
Offline Send Email
Jul 6, 2007
8:24 pm
257
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...
Justin Khoo
justin.khoo
Offline Send Email
Jul 9, 2007
11:34 pm
258
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....
Send Email
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...
tenchi5002
Offline Send Email
Jul 24, 2007
10:22 pm
260
... they log into that site? ... into yahoo mail? does ... No, this is not allowed through the API. Ryan Kennedy Yahoo! Mail Web Service...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 24, 2007
10:34 pm
261
... 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...
paultackett
Offline Send Email
Aug 2, 2007
8:20 pm
262
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...
mp4mail
Offline Send Email
Aug 2, 2007
8:29 pm
263
... Paul: you need to do it like a normal file upload. Attachment uploading isn't handled via the standard RPC (SOAP or JSON-RPC) interface. ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 13, 2007
6:14 pm
264
... get ... http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/w whelp.htm?context=yMail&file=UploadAttachment.26.1.html ... Ryan, I...
paultackett
Offline Send Email
Aug 13, 2007
9:01 pm
265
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 13, 2007
9:24 pm
266
... 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....
paultackett
Offline Send Email
Aug 14, 2007
8:10 pm
267
... Ah...so close. ;) http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=yMail&file=DataTypes.27.1.html#1572777 Try...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 14, 2007
8:25 pm
268
... (45) "uploadfile://c9ad65400d9af577d17425f0c48e40c6" ... http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/w ...
paultackett
Offline Send Email
Aug 15, 2007
3:23 pm
269
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...
m_sony80
Offline Send Email
Aug 30, 2007
3:45 pm
270
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 30, 2007
4:05 pm
271
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 ...
mariya soniya
m_sony80
Offline Send Email
Aug 31, 2007
4:34 pm
272
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...
Wayne
bellingham32
Offline Send Email
Aug 31, 2007
10:29 pm
273
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...
Wayne
bellingham32
Offline Send Email
Aug 31, 2007
10:31 pm
274
... Have a look at the "destination" property of the SaveMessage request: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 31, 2007
10:37 pm
Messages 245 - 274 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