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 your group to be featured on the Yahoo! Groups website? 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 336 - 365 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
336
Hi I'm trying to use php to download an attatchment ( I do have a premium account). Heres my code so far: $folder= $_GET["fid"]; $messageId= $_GET["mid"]; ...
alex.mason77
Offline Send Email
Nov 27, 2007
6:13 pm
337
Here's what I do in my own script: <?php // Has all of the code necessary to turn an token into // cookies and a WSSID. require('auth.inc'); // Holds the...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 27, 2007
6:26 pm
338
Hi, Thanks v much for your speedy reply. I am now getting an "Invalid (missing) timestamp" error no "2004" I replaced my code with what you wrote. I tried...
alex.mason77
Offline Send Email
Nov 27, 2007
11:35 pm
339
Please ignore my last message- I wasn't thinking. Sorry The error I am actually getting is a 502 - Cannot find server or DNS Error...
alex.mason77
Offline Send Email
Nov 27, 2007
11:35 pm
340
I'm using the java webservice sample code..Is there a easy way to convert the YmwsStub.ListMessagesResponse object to JSON or better yet get response in JSON?...
vtest.1234
Offline Send Email
Nov 27, 2007
11:35 pm
341
... You could make the HTTP request on your own (in lieu of using the web service sample code) and just echo back the response. Or you could use a JSON library...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 27, 2007
11:48 pm
342
... Error Where do you see that error? In the browser? In your apache error logs? Is there any context indicating what DNS hostname it cannot resolve? Ryan...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 27, 2007
11:49 pm
343
No, me being silly again. I only get that error if I dont send the cookie. I'm pretty sure now that I'm not getting the attachment because I'm just not sending...
alex.mason77
Offline Send Email
Nov 28, 2007
5:01 pm
344
... Actually, you want to use partId instead of filename. The partId is uniquely identifying, whereas you may receive multiple attachments each with the same...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 28, 2007
5:29 pm
345
I am trying to create a browser-based application to change the user's message body to replace some keywords with texts. I am new to Yahoo! Mail Service API....
pchenhfx
Offline Send Email
Nov 28, 2007
10:45 pm
346
Thanks Ryan..That certainly I could do. Before I do that, I would like to know why the following does n't work using Yahoo' mail sample code. ...
vtest.1234
Offline Send Email
Nov 29, 2007
5:12 pm
347
... Unfortunately, I don't know Axis well enough to know why it's not doing what you're expecting. I only know enough to get it talking to the Mail web...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 29, 2007
7:35 pm
348
Thanks- thats it...
alex.mason77
Offline Send Email
Nov 30, 2007
4:19 pm
349
Hello all, is there an API/way to access Yahoo! address book entries of a user (after authentication and all that)? regards, Ashutosh...
ashutosh_ambekar
ashutosh_amb...
Offline Send Email
Dec 5, 2007
4:49 pm
350
Hello, We have noticed several issues during our tests with Yahoo! BBAuth and YmwsSample - look below. We were trying to understand and use Yahoo! BBAuth and...
Rumen Filkov
roumenf
Offline Send Email
Dec 5, 2007
4:50 pm
351
Hello, One of the major questions (as to us) is: What are actual permission given to users of ws mail API? During our tests we detected that we cannot use...
Rumen Filkov
roumenf
Offline Send Email
Dec 5, 2007
4:50 pm
352
... Not at this time, sorry. -- Ryan Kennedy Technical Yahoo! rckenned@......
Ryan Kennedy
rckenned_at_...
Offline Send Email
Dec 5, 2007
4:53 pm
353
... The error message means that the account being accessed is a free Yahoo! Mail account. Free accounts aren't allowed to do everything via the API. As you've...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Dec 5, 2007
4:55 pm
354
... Right now, there is no way to remove a registered key. I'm working on a few bugs that are preventing the key from being fully removed. The good news is...
JR Conlin
jrconlin
Offline Send Email
Dec 5, 2007
7:04 pm
355
I have bbauth appid, got the token , got the cookies and call mail api and get the following error...Any help is appreciated. Axis2 client throws the following...
casabitestuser0
Offline Send Email
Dec 5, 2007
8:13 pm
356
In the past I have been able to open a URL such as http://compose.mail.yahoo.com/?To=bob@...&Subj=Wow or ...
Randy Posynick
randy_posynick
Offline Send Email
Dec 7, 2007
3:46 am
357
Absolutely! Even so simple (and less dangerous) function such as GetMessage() is limited to premium accounts only. This way the Yahoo! Mail API becomes...
Rumen Filkov
roumenf
Offline Send Email
Dec 7, 2007
8:18 am
358
Hello, I use YmwsStub, but get some trouble. Excpetions threw. org.apache.axis2.AxisFault: Character Set Encoding from transport information [ISO-8859-1] ...
ppolis_sso
Offline Send Email
Dec 7, 2007
4:19 pm
359
... Sorry, I guess this isn't really an API issue for me. I'm interested in directing users to their Yahoo! Mail pages, not sending the mail for them. What I...
Randy Posynick
randy_posynick
Offline Send Email
Dec 10, 2007
8:13 pm
360
Hi, I don't have a premium account yet, and I'm using ASP.net. I'm trying to log into an mail account, grab all the message IDs that have attachments, and make...
greasyonion
Offline Send Email
Dec 11, 2007
5:55 am
361
Hi, I am trying to ListMessages() for all messages in the inbox with attachments. It seems to me that the Flag.hasAttachment filter does not do anything....
greasyonion
Offline Send Email
Dec 11, 2007
6:23 am
362
... First, if you only want messages that have images, you should look at SearchMessages. You can search with a query like "attachmenttype:image". You can...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Dec 13, 2007
4:52 pm
363
Gotcha, getting a premium account is not a problem. But in DownloadAttachment() I think you still need a partID. How do I specify that? Thanks, Jonathan...
greasyonion
Offline Send Email
Dec 16, 2007
11:48 pm
364
... You get part IDs in the response to GetMessage. GetMessage returns you the structure of the message, including part IDs for everything. The part ID...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Dec 16, 2007
11:52 pm
365
I just signed up for a premium account. So for a message that has an attachment and a text part, would GetMessage return two Message objects? Each Message...
greasyonion
Offline Send Email
Dec 18, 2007
6:56 am
Messages 336 - 365 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