you could probably poll their account every 30 seconds or so and check for new messages since the last poll, using ListMessages method. you will have to do...
... You could use a single ListFolders call to check all of the folders. Watch for changes in the total, unread and size properties of each folder. If there's...
a user can send a mail so that its date can be date in future. for example , 2020/1/1 i think server-code of yahoo don't have to allow this status, it must...
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...
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 ...
Hi Gitanjali, There are a couple of classes involved. Here are the pertinent methods of my YahooMailClient class: /** * Sends specified email message via...
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?...
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...
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...
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...
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...
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...
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...
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...
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
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...
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...
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...
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...
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...
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...
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...
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"...
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...
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...
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...