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 607 - 636 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
607
guys, I tried adding Web reference etc. in my application. but i'm not clear how i can pass the Auth cookie with the function call? i didnt find this...
Nishit Patel
nis12
Offline Send Email
Jun 15, 2009
10:05 pm
608
Nish, have you looked at the C# code sample on YDN? http://developer.yahoo.com/mail/code/ You'll need to set up the CookieContainer property of the ymws object...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 15, 2009
10:33 pm
609
Hi, Actually, i got stuck before I need to make the call. I used to code you referred to, and thats giving problem. auth.UpdateCredentials(); This line gives...
Nishit Patel
nis12
Offline Send Email
Jun 16, 2009
2:21 pm
610
Hi, Do you know if there is a limit to send mail par day with this Web Services ? (Yahoo Mail Web Services ) Thanks...
echronos2008
Offline Send Email
Jul 22, 2009
3:01 pm
611
There is a limit, however the way we go about calculating the limit makes it somewhat unpredictable. It's based, somewhat, upon the reputation of the person...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 23, 2009
5:05 pm
612
i currently have the Yahoo Classic...I use to have an updated Yahoo mail account. How do I go about and getting it? The Yahoo Classic version is not working...
travisjharvey
Offline Send Email
Aug 6, 2009
4:34 pm
613
Travis: there ought to be a link at the top-right of the page that says "All-New Mail". -- Ryan Kennedy Technical Yahoo! rckenned@......
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 6, 2009
5:56 pm
614
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
t h
travisjharvey
Offline Send Email
Aug 6, 2009
6:15 pm
615
Hi, I've gone through the authentication steps, constructed the SOAP client, and now I'm trying to access the list of messages using the ListFolders function...
robsartgallery
Offline Send Email
Aug 6, 2009
7:51 pm
616
A few questions: 1) Can you reply with the code you're using to set up the $client object? It may be that you're missing some information that needs to be...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 6, 2009
8:34 pm
617
Thanks for the reply. I'll reply to you with an email, since there's a lot of code to past here, but for the most part, most all of the code that I used was...
robsartgallery
Offline Send Email
Aug 7, 2009
3:41 pm
618
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...
t h
travisjharvey
Offline Send Email
Aug 7, 2009
6:07 pm
619
Hi, I am getting error to what you have got earlier i.e. ... stack trace : org.apache.axis2.AxisFault: Character Set Encoding from transport information...
sa_shukla
Offline Send Email
Aug 10, 2009
3:20 pm
620
Hi I'm having problems with authentication. I'm using PHP. I registered my app and generated YahooAPIid and YahooSecret keys, but when I'm using the...
kosa_rhin
Offline Send Email
Aug 10, 2009
4:41 pm
621
Check the clock on your server. Assuming you're running the same code and the same configuration on your server and your local machine, the clock is...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:00 pm
622
My guess is that there are two problems: 1) You're not sending all of the necessary authentication components in the request. Hence the "Missing Credentials"...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:07 pm
623
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
624
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
625
We filled out the registration form to get an App ID, placed the requested file on our domain, but the domain confirmation is failing. One oddity is that the...
scrapblogbuilder
scrapblogbui...
Offline Send Email
Aug 10, 2009
6:24 pm
626
Of course the code is exactly the same. Time seems to be the same also: # date Mon Aug 10 20:02:34 CEST 2009 and indeed it is 20:02 UK time. Am I missing...
kosa_rhin
Offline Send Email
Aug 10, 2009
7:07 pm
627
... Have you checked the error logs on your server to see if PHP is emitting any errors? It's possible you may be running different versions of PHP on your...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
7:22 pm
628
No errors from PHP. on server PHP 5.2.9 locally PHP 5.2.8 with definitely different modules installed but since there is nothing in the error_log I guess we're...
kosa_rhin
Offline Send Email
Aug 10, 2009
8:23 pm
629
Hi Ryan, ... sendto(74, "POST /ws/mail/v1.1/soap?appid=0Pa_xbrIkY7Zk78h56GgPHlgWSaSuNz_Kg--&WSSID=7ro48t1kJvP HTTP/1.1\r\nContent-Type: text/xml;...
sa_shukla
Offline Send Email
Aug 11, 2009
2:57 pm
630
Hi Ryan, One more observation that I feel worth noticing is : Java stub that I am trying to create is with URL :...
sa_shukla
Offline Send Email
Aug 11, 2009
2:57 pm
631
Looking at your request, I don't see you sending the BBAuth "Y" cookie in your request. That would certainly cause the problem you're seeing: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
3:27 pm
632
See the ".errorcode=2004" bit of the URL? Error code 2004 is a timestamp issue. There's a table of error codes about 2/3's of the way down this page: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
5:10 pm
633
Was anyone with Y!Mail able to take a peek at this, to figure out why my php is bombing? Again, what would really help is to see a comprehensive php example...
robsartgallery
Offline Send Email
Aug 11, 2009
8:36 pm
634
Have you looked at the PHP code samples provided on developer.yahoo.com? http://developer.yahoo.com/mail/code/ They're slightly verbose, but they do call...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
8:52 pm
635
Hi Ryan, My code is actually a subset of the actual Axis2 example available at http://developer.yahoo.com/mail/code/mail_java.zip This does include code to add...
sa_shukla
Offline Send Email
Aug 12, 2009
2:29 pm
636
Thanks Ryan that indeed seems to be a problem. Unfortunatelly its not that easy to fix. I don't know if this makes any difference but our server is located in...
kosa_rhin
Offline Send Email
Aug 12, 2009
2:30 pm
Messages 607 - 636 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