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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 511 - 540 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
511
Hi, I am using JAX-WS for consuming yahoo mail api. I am getting list of all folders. The next thing I want to see working is to get list of all messages of a...
harsha_pr
Offline Send Email
Sep 3, 2008
3:45 am
512
Hi, i'm trying to get all contacts from a yahoo account i'm able to perform the requests for bbauth and retreive the token and wssid, when i try to request the...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
4:51 pm
513
... I'm guessing it's because you didn't pass along any search criteria in your request. Have a look at this link for some of the parameters that you can pass...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 4, 2008
5:04 pm
514
Hi Ryan, if so can you tell me how to get all contacts? thanks, paulo f...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:13 pm
515
Paulo, Try http://address.yahooapis.com/v1/searchContacts ?format=json &fields=all Plus your signing info, more details are here: ...
Charles Wu
wccwcc
Online Now Send Email
Sep 4, 2008
5:31 pm
516
hi, tried with this link : ...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:31 pm
517
hi Charles, i've just tried this: ...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:55 pm
518
... Paulo, two questions: 1) What HTTP response code are you getting back? 2) Are you sending the "Y" cookie in your request? -- Ryan Kennedy Technical Yahoo! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 4, 2008
6:20 pm
519
It works :) Thanks a lot the help, let me explain what was the issue: i was not seeing the cookie because i was not getting it from where should ... anyway i...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
6:53 pm
520
Hi, I'm working through some of Browser Based Authentication Using C#, and for the step of receiving permission from the user, I'm curious to see some examples...
robsartgallery
Offline Send Email
Sep 8, 2008
8:12 pm
521
There is PHP code available here: http://developer.yahoo.com/auth/ And the auth in c# is available in some of the How To's here ...
Charles Wu
wccwcc
Online Now Send Email
Sep 8, 2008
8:33 pm
522
... You can have a look at the sample Mail code: http://developer.yahoo.com/mail/code/ Download the C# code and pop it open. Look for "Yahoo.Authentication" ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 8, 2008
8:39 pm
523
Several days ago, the web interface changed for my sbcglobal.net mail (which uses Yahoo). E.g., when I compose messages, the BCC line no longer appears by...
Fred Goodwin
fred_ut1977
Offline Send Email
Sep 9, 2008
8:41 pm
524
... in order to call the web services in your app you need to be online anyway, during development too. there is nothing preventing you from getting an app id...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 13, 2008
7:56 am
525
yeah, i'd like to know that too....
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
12:30 pm
526
hi, i'm trying to access the ListMessages web service with SOAP and C#, with the code visual studio generates from the WSDL file. i'm following the C# example,...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
1:17 pm
527
This is probably a basic question, but in the documentation where is says: "make a request to the URL https://api.login.yahoo.com/WSLogin/V1/wspwtoken_login...
robsartgallery
Offline Send Email
Oct 14, 2008
4:52 pm
528
... You have to set the "fid" parameter, using the folder ID you get back in ListFolders. In addition, you'll also need to set startMid/ startInfo and...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
5:54 pm
529
Hi,   Is there any way to read message from Yahoo! mail. Any API. Plz reply. Thanks & regards Amitava Hi, Is there any way to read message from Yahoo! mail....
Amitava
raychaudhuri...
Online Now Send Email
Oct 14, 2008
5:56 pm
530
... Specify startInfo and numInfo instead of startMid and numMid. By specifying num/startMid you're asking the web service to just return you a sequence of...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
5:56 pm
531
... You can send them as URL query parameters, i.e.: https://api.login.yahoo.com/WSLogin/V1/wspwtoken_login?appid=foo&ts=1224010680&token=bar&sig=baz -- Ryan...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
6:00 pm
532
... Yes, you can use the Yahoo! Mail Web Service: http://developer.yahoo.com/mail/ Specifically you'll want to look at the GetMessage method: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
6:01 pm
533
... I'm sorry, but I don't get any MessageInfo's or Mid's (in the mid return parameter) either way. The following code also returns null at messageInfo: ...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
10:33 pm
534
... BTW, the documentation for ListMessages is wrong. the fid parameter is string and not Fid (at least, that's the code VS generated from the WSDL). this may...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
10:41 pm
535
... Are you sure that the folder you're querying has messages in it? This is how I would code it: ListMessages param = new ListMessages(); param.fid = fid.fid;...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
10:46 pm
536
... OK, that worked. It seems like the web service doesn't like getting UInt64.MaxValue as numInfo. When sending it the FolderData.total for that folder it...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
9:55 am
537
The MessageInfo objects returned by ListMessages returns only the name of the destination address (the To: field) of the message, and not the address. It would...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
5:00 pm
538
When I set the filterBy parameter of ListMessages to a Flag object, how are the flags in the object treated? Do I get messages that comply with all the flags...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
9:21 pm
539
... The ListMessagesResponse object has a "folder" property that should contain a FolderData object. You can use that. -- Ryan Kennedy Technical Yahoo! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 16, 2008
5:56 am
540
The EmptyFolder method documentation says that the method receives a Fid object as a parameter. However, the WSDL suggests that it receives a string, which is...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 20, 2008
5:24 pm
Messages 511 - 540 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