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 600 - 629 of 685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
600 Rom
romsrini Send Email
May 9, 2009
12:54 am
This requires an html body that has a placeholder for the inline image attachment and I've done this successfully through the Gmail IMAP interface. The Yahoo...
601 Jane Doe
ydn.mailapis Send Email
May 9, 2009
1:05 am
Hi Rom, can you send me the script you used? I am not sure if ymail will allow you to do this, but i would like to test with what you are trying out. Thanks ...
602 Rom
romsrini Send Email
May 11, 2009
7:01 pm
Hi Gitanjali, There are a couple of classes involved. Here are the pertinent methods of my YahooMailClient class: /** * Sends specified email message via...
603 samichet@...
samichet... Send Email
May 12, 2009
1:28 am
I am looking for an RSS feed that will return me a number of new emails in the inbox. I also want oAuth or BBAuth support for it. Does such mail api exist?...
604 robsartgallery Send Email May 12, 2009
3:27 am
Captain Obvious here... I've been able to work with some of the Yahoo! Mail code using PHP, and I'm curious to try it with Java. But tell me, how would one...
605 pomcompot Send Email May 20, 2009
1:04 am
I have previously written this message to Ryan Kennedy : Heavy user of disposable address, I would like to know if a future release of the API will propose a...
606 pomcompot Send Email May 30, 2009
5:10 pm
607 Nishit Patel
nis12 Send Email
Jun 15, 2009
10:05 pm
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...
608 Ryan Kennedy
rckenned_at_... Send Email
Jun 15, 2009
10:33 pm
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...
609 Nishit Patel
nis12 Send Email
Jun 16, 2009
2:21 pm
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...
610 echronos2008 Send Email Jul 22, 2009
3:01 pm
Hi, Do you know if there is a limit to send mail par day with this Web Services ? (Yahoo Mail Web Services ) Thanks...
611 Ryan Kennedy
rckenned_at_... Send Email
Jul 23, 2009
5:05 pm
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...
612 travisjharvey Send Email Aug 6, 2009
4:34 pm
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...
613 Ryan Kennedy
rckenned_at_... Send Email
Aug 6, 2009
5:56 pm
Travis: there ought to be a link at the top-right of the page that says "All-New Mail". -- Ryan Kennedy Technical Yahoo! rckenned@......
614 t h
travisjharvey Send Email
Aug 6, 2009
6:15 pm
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
615 robsartgallery Send Email Aug 6, 2009
7:51 pm
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...
616 Ryan Kennedy
rckenned_at_... Send Email
Aug 6, 2009
8:34 pm
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...
617 robsartgallery Send Email Aug 7, 2009
3:41 pm
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...
618 t h
travisjharvey Send Email
Aug 7, 2009
6:07 pm
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...
619 sa_shukla Send Email Aug 10, 2009
3:20 pm
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...
620 kosa_rhin Send Email Aug 10, 2009
4:41 pm
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...
621 Ryan Kennedy
rckenned_at_... Send Email
Aug 10, 2009
5:00 pm
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...
622 Ryan Kennedy
rckenned_at_... Send Email
Aug 10, 2009
5:07 pm
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"...
623 Ryan Kennedy
rckenned_at_... Send Email
Aug 10, 2009
5:13 pm
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...
624 Ryan Kennedy
rckenned_at_... Send Email
Aug 10, 2009
5:13 pm
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...
625 scrapblogbuilder
scrapblogbui... Send Email
Aug 10, 2009
6:24 pm
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...
626 kosa_rhin Send Email Aug 10, 2009
7:07 pm
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...
627 Ryan Kennedy
rckenned_at_... Send Email
Aug 10, 2009
7:22 pm
... 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...
628 kosa_rhin Send Email Aug 10, 2009
8:23 pm
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...
629 sa_shukla Send Email Aug 11, 2009
2:57 pm
Hi Ryan, ... sendto(74, "POST /ws/mail/v1.1/soap?appid=0Pa_xbrIkY7Zk78h56GgPHlgWSaSuNz_Kg--&WSSID=7ro48t1kJvP HTTP/1.1\r\nContent-Type: text/xml;...
Messages 600 - 629 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