I am currently using Digsby to get notified of emails asap they have options to open the messages, set them as read, delete, and to report spam. The main thing...
I have found that third party can enter my mail box using modified URL from what I am currently using.Is it possible according to yahoo's development process?...
Just wanted to give some feedback wrt the mail+contacts api in my implementation. Its meant for cellphone users who care to be handsfree. I liked the fact that...
Hi all, I'm building an application that will check for new messages in a Premium (or Plus) Yahoo Mail mailbox. The application is using the SOAP WS to poll...
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...
I use the following code(C++) to GetUserData: CoInitialize(NULL); HRESULT hResult; ISOAPClientPtr pClient; ISoapConnectorPtr pConnector; ISoapSerializerPtr...
Hello there, I have an application that receives feedback from the users. We want that the feedback received are purely genuine, at least by having a valid...
I logging into my Yahoo account yesterday and said my password was case sensitive. I don't want a hacker or anybody get to private emails quicker. Any thoughts...
Hi, I'm using SendMessage to send an email. It works. I'm trying to set an email header, i.e.: X-MyCompanyHeader: Value Is there a way to do this? I tried...
We have been using the Yahoo Mail API using Java for the past year, and things have been working fine. We generated JAX-WS java classes (like in the Code...
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...
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...
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 am using Axis2 v1.4 with the Yahoo mail api. I am cutting thru maze of errors and I am stuck at the following exception: org.apache.axis2.AxisFault:...
Hello, I use YmwsStub, but get some trouble. Excpetions threw. org.apache.axis2.AxisFault: Character Set Encoding from transport information [ISO-8859-1] ...
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...
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...
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...
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 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?...
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...
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...
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...
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?...
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...
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...