I am trying to chnage the colour of the font in emails that I am preparing. It is red! Please can someone tell me the steps to changing it permanently (i.e.,...
Why doesn't yahoo create a secure way to enter password like an online keyboard where one has to click on the characters for the password to be entered. It's...
Hi: I'm attempting to make the Yahoo! Mail authentication, and I'm hitting a "BBauth authentication Failed" error when I run the test. The steps that I'm...
Hello, Sometime in the recent past (just noticed this two days ago) my api calls to SendMessage and UploadAttachment have started timing out. Both of these...
I'd appreciate a hand with the error I'm receiving. It's probably something dumb I'm doing, but, for what it's worth, I've been staying fairly faithful to the...
Hey, I'm wondering if there are some PHP samples specifically of the GetMessage call being made, specifically how to specify the input parameters to this...
When I open up a new message I wish to use a selected font colour. How can I set a new colour, so that when I click to do a new message the colour is retained?...
I am writing a web application that will notify the users if they have new email on their yahoo mail account. Can I use yahoo mail webservice to acomplish...
... you have to set the isRead flag in the Flag object you send to the filterBy parameter, to 1. i don't know (yet) how to do that in json, but i'll know soon...
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...