Hi, I'm just trying to get the PHP JSON example working (available from http://developer.yahoo.com/mail/code/). It seems to verify the account fine but when I...
... It's hard to tell, that's not a lot of information to go by (not your fault). When you signed up for an application key, did you request access to Yahoo!...
... Thanks very much for the response Ryan. I'm pretty sure I did select "Yahoo! Mail with Read/Write access" but I'm not sure where I can confirm this. I...
Just out of curiousity, my focus has been primarily Yahoo! API, and I'm curious, is there also an API available specifically for Yahoo! Launchcast radio? (I'm...
So currently I am able to get the request get authenticated by yahoo and get the list of folders ... but since I am planning to have an ajax based method for...
First, I'm a paying Yahoo member. I'm not sure if this has been mentioned previously by others, but it would be great to see a button in Yahoo email to...
I am pleased to announce the release of LibY!Mail 0.1, a .NET library for accessing the Yahoo! Mail web services. It encapsulates the various methods with an...
... first, this mailing list is intended for discussions on the Yahoo Mail web services (which allow third parties to access mail accounts programmatically),...
a disposable address is an address you give some service provider so he can send you email, without giving your real yahoo address. so what is the meaning or...
... Very cool! Did you look at all at the sample that we provide? http://developer.yahoo.com/mail/code/mail_cs.zip There's some examples in there for...
... Yes, it's the folder that messages send to that DEA (disposable email address) will be placed in. When you set one up in the UI, you'll see something like...
unless i'm missing something, the UserData.filters property is not documented. it returns a Filters data type, which is also undocumented. any chance the...
this property returns a ParentalControls object with lots of properties that seem to be related to parental control. is this even used? there is nothing about...
attachTotalEncodedSize? both these properties have the same description, but i suspect the latter refers to the size without encoding (which should be...
... actually, you might want to rewrite the whole documentation for this data type. there are many properties which are not documented, and at least some...
Hello, I just started using the Yahoo Mail API and when I try to do a ListFolders command, I get a SOAP-ENV:Client.ClientRedirect.SessionIdReissue response. ...
... quotaUsed is completely wrong, because it is documented as "User has reached the maximum account size", but it's type is an unsigned double word (Int64 in...
Hello, I am trying to upload an attachment by making a post request to http://mail.yahooapis.com/ya/upload?appid=xxxxxx&wssid=yyyyyy (where xxxxxx and yyyyyy...
... Are you including the Cookie in the POST request? There should be a Cookie (in addition to the WSSID) that you got from BBAuth. The Mail web service needs...
Hi, When i try send a mail, i get a "Character Set Encoding from transport information [ISO-8859-1] does not match with character set encoding in the received...
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...