Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-mail · Yahoo! Mail Developer Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 679
  • Category: Software
  • Founded: Sep 23, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 336 - 365 of 685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
336 alex.mason77 Send Email Nov 27, 2007
6:13 pm
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"]; ...
337 Ryan Kennedy
rckenned_at_... Send Email
Nov 27, 2007
6:26 pm
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&#39;); // Holds the...
338 alex.mason77 Send Email Nov 27, 2007
11:35 pm
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...
339 alex.mason77 Send Email Nov 27, 2007
11:35 pm
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...
340 vtest.1234 Send Email Nov 27, 2007
11:35 pm
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?...
341 Ryan Kennedy
rckenned_at_... Send Email
Nov 27, 2007
11:48 pm
... 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...
342 Ryan Kennedy
rckenned_at_... Send Email
Nov 27, 2007
11:49 pm
... 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...
343 alex.mason77 Send Email Nov 28, 2007
5:01 pm
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...
344 Ryan Kennedy
rckenned_at_... Send Email
Nov 28, 2007
5:29 pm
... Actually, you want to use partId instead of filename. The partId is uniquely identifying, whereas you may receive multiple attachments each with the same...
345 pchenhfx Send Email Nov 28, 2007
10:45 pm
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....
346 vtest.1234 Send Email Nov 29, 2007
5:12 pm
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. ...
347 Ryan Kennedy
rckenned_at_... Send Email
Nov 29, 2007
7:35 pm
... 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...
348 alex.mason77 Send Email Nov 30, 2007
4:19 pm
Thanks- thats it...
349 ashutosh_ambekar
ashutosh_amb... Send Email
Dec 5, 2007
4:49 pm
Hello all, is there an API/way to access Yahoo! address book entries of a user (after authentication and all that)? regards, Ashutosh...
350 Rumen Filkov
roumenf Send Email
Dec 5, 2007
4:50 pm
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...
351 Rumen Filkov
roumenf Send Email
Dec 5, 2007
4:50 pm
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...
352 Ryan Kennedy
rckenned_at_... Send Email
Dec 5, 2007
4:53 pm
... Not at this time, sorry. -- Ryan Kennedy Technical Yahoo! rckenned@......
353 Ryan Kennedy
rckenned_at_... Send Email
Dec 5, 2007
4:55 pm
... 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...
354 JR Conlin
jrconlin Send Email
Dec 5, 2007
7:04 pm
... 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...
355 casabitestuser0 Send Email Dec 5, 2007
8:13 pm
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...
356 Randy Posynick
randy_posynick Send Email
Dec 7, 2007
3:46 am
In the past I have been able to open a URL such as http://compose.mail.yahoo.com/?To=bob@...&Subj=Wow or ...
357 Rumen Filkov
roumenf Send Email
Dec 7, 2007
8:18 am
Absolutely! Even so simple (and less dangerous) function such as GetMessage() is limited to premium accounts only. This way the Yahoo! Mail API becomes...
358 ppolis_sso Send Email Dec 7, 2007
4:19 pm
Hello, I use YmwsStub, but get some trouble. Excpetions threw. org.apache.axis2.AxisFault: Character Set Encoding from transport information [ISO-8859-1] ...
359 Randy Posynick
randy_posynick Send Email
Dec 10, 2007
8:13 pm
... 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...
360 greasyonion Send Email Dec 11, 2007
5:55 am
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...
361 greasyonion Send Email Dec 11, 2007
6:23 am
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....
362 Ryan Kennedy
rckenned_at_... Send Email
Dec 13, 2007
4:52 pm
... 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...
363 greasyonion Send Email Dec 16, 2007
11:48 pm
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...
364 Ryan Kennedy
rckenned_at_... Send Email
Dec 16, 2007
11:52 pm
... 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...
365 greasyonion Send Email Dec 18, 2007
6:56 am
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...
Messages 336 - 365 of 685   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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