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 to share photos of your group with the world? 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 371 - 400 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
371
... When registering your application: http://developer.yahoo.com/wsregapp/index.php You have to check the box next to "Yahoo! Mail with Read/Write access". --...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jan 2, 2008
5:26 pm
372
Try doing a search with the query set to attachmentcount:>0 That should work better. If you want to restrict it to a folder for example inbox, then try this: ...
ms.bhatia
Offline Send Email
Jan 2, 2008
8:58 pm
373
I found earlier messages asking about an Address Book API. I wanted to automate organization of my emails based on a white list. (Yahoo's Spam Filter is good,...
Greg Houston
ghouston
Offline Send Email
Jan 2, 2008
8:58 pm
374
Thanks, that's a good idea. Is there more information about the query language that you're using? Seems like a powerful tool but I don't know where it's...
greasyonion
Offline Send Email
Jan 2, 2008
11:56 pm
375
There is some documentation in the help pages: http://help.yahoo.com/l/us/yahoo/mail/yahoomail/manage/manage-01.html Also, if you do narrow down by folder,...
ms.bhatia
Offline Send Email
Jan 3, 2008
4:26 pm
376
Whats up, I need to use the yahoo API for an application I'm making - all I need to do is display the newest emails for a yahoo account however I go to install...
e_dom1
Offline Send Email
Jan 6, 2008
6:21 am
377
Gosh, does anybody else have experience with the download attachment web service? I'm really stuck here. ... ...
greasyonion
Offline Send Email
Jan 6, 2008
6:21 am
378
I believe you are not using the correct pid. When you do a getMessage, your response looks something like this: <?xml version="1.0" encoding="UTF-8"?> ...
ms.bhatia
Offline Send Email
Jan 7, 2008
7:01 pm
379
Are you getting any errors back? If you aren't, it might help adding some echo statements in test.php to see at what point it is failing?...
ms.bhatia
Offline Send Email
Jan 7, 2008
8:00 pm
380
I figured it out night before last, what it ended up having to do was set it up to connect using proxy as my server requires all outgoing CURL connections do...
Dom Dematteis
e_dom1
Offline Send Email
Jan 7, 2008
10:16 pm
381
You're definitely right about the PID. Getting the PID for attachments has been troublesome. I'm using the C# version of the API, and don't really get to see...
greasyonion
Offline Send Email
Jan 10, 2008
4:47 pm
382
No, I am using PHP....
ms.bhatia
Offline Send Email
Jan 10, 2008
10:40 pm
383
All, I am trying to use JSON-RPC request to access Y! mail web service, but I can't figure out what the endpoint url is. I tried using ...
swlc30
Offline Send Email
Jan 19, 2008
6:32 am
384
I have this message in my inbox that cannot be openned nor removed. The message says that there is some problem with the server. Any ideas or suggestions as...
aztlansf
Offline Send Email
Jan 20, 2008
7:24 pm
385
... http://mail.yahooapis.com/ws/mail/v1.1/jsonrpc Ryan Kennedy...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jan 22, 2008
3:38 am
386
Ms.Bhatia, Is the download web service working for you? We found out what we were doing wrong -- we were looping through all PIDs and trying to download each...
greasyonion
Offline Send Email
Jan 23, 2008
4:41 am
387
Thank you for the response. Will try it. -James ... but I ... but...
swlc30
Offline Send Email
Jan 23, 2008
4:41 am
388
Hi, I want to input folder name as parameter when calling ListMessages() in PHP. So I call ListFolders() first, $results = $mailClient->ListFolders(); then as...
flowingwindbells
flowingwindb...
Offline Send Email
Jan 24, 2008
12:23 am
389
... and the input parameters of ListMessages() contains Enumeration type (such as sortKey, sortOrder) How to build a stdclass object containing these types of...
flowingwindbells
flowingwindb...
Offline Send Email
Jan 27, 2008
1:57 am
390
Hi, I found that the character '&' and ';' in mail cause this exeception.. '&' in XML means a start character of an entity reference and ';' means end...
flowingwindbells
flowingwindb...
Offline Send Email
Jan 28, 2008
5:23 am
391
Hi, Myself a new member at Yahoo developer network. I am developing an application which is required to fetch users' Yahoo contacts' details. Please guide me...
nitingupta183
Offline Send Email
Jan 29, 2008
7:19 pm
392
Hi I am also new to this I am just starting for developement of application. But I don't have any space online I am trying to connect to yahoo thru my local...
nirajvadher123
Offline Send Email
Feb 22, 2008
5:28 pm
393
Hi, were looking into developing a yahoo mail widget that will appear on mobile phones. The widget will use the yahoo API to query a users mail details and...
justin_cw_lawler
justin_cw_la...
Offline Send Email
Feb 28, 2008
6:00 pm
394
Hi Justin, In the scenario you describe the user will have to log in twice. Once to grant access to your application and a second time to log-in to yahoo. ...
principia_1667
Offline Send Email
Feb 28, 2008
6:56 pm
395
Hi, Yahoo doesn't provide a service to get a users "contacts"...
principia_1667
Offline Send Email
Feb 28, 2008
6:59 pm
396
I want to let users to use BBAuth to login to my webapp. But I wonder which data field (in WSDL) is suitable for user identity ? Which is unique and...
smallufo
Offline Send Email
Mar 2, 2008
5:28 pm
397
... If all you want is to log people in, don't use the Mail API. When you sign up for a BBAuth key check the option above Mail that says "Single Sign On, No...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Mar 2, 2008
5:36 pm
398
Thank you. But I have another question: If I only check "Single Sign On, No user data can be accessed" I don't have to get Cookie and WSSID anymore , right ? I...
smallufo
Offline Send Email
Mar 3, 2008
12:45 am
399
... Correct...no more cookie or wssid to deal with. ... http://developer.yahoo.com/auth/user.html#token "sig: An md5 hash of the relative path to your endpoint...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Mar 3, 2008
1:07 am
400
Hello Techis, I have just started using yahoo Bbuth, once the yahoo is redirecting to my page, then it is giving Session Value as Null Value... # // Retrieve...
dwinecomedy
Offline Send Email
Mar 9, 2008
4:31 pm
Messages 371 - 400 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