Hello, We have noticed several issues during our tests with Yahoo! BBAuth and YmwsSample - look below. We were trying to understand and use Yahoo! BBAuth and...
Hello, One of the major questions (as to us) is: What are actual permission given to users of ws mail API? During our tests we detected that we cannot use...
... The error message means that the account being accessed is a free Yahoo! Mail account. Free accounts aren't allowed to do everything via the API. As you've...
... Right now, there is no way to remove a registered key. I'm working on a few bugs that are preventing the key from being fully removed. The good news is...
I have bbauth appid, got the token , got the cookies and call mail api and get the following error...Any help is appreciated. Axis2 client throws the following...
Absolutely! Even so simple (and less dangerous) function such as GetMessage() is limited to premium accounts only. This way the Yahoo! Mail API becomes...
Hello, I use YmwsStub, but get some trouble. Excpetions threw. org.apache.axis2.AxisFault: Character Set Encoding from transport information [ISO-8859-1] ...
... Sorry, I guess this isn't really an API issue for me. I'm interested in directing users to their Yahoo! Mail pages, not sending the mail for them. What I...
Hi, I don't have a premium account yet, and I'm using ASP.net. I'm trying to log into an mail account, grab all the message IDs that have attachments, and make...
Hi, I am trying to ListMessages() for all messages in the inbox with attachments. It seems to me that the Flag.hasAttachment filter does not do anything....
... First, if you only want messages that have images, you should look at SearchMessages. You can search with a query like "attachmenttype:image". You can...
Gotcha, getting a premium account is not a problem. But in DownloadAttachment() I think you still need a partID. How do I specify that? Thanks, Jonathan...
... You get part IDs in the response to GetMessage. GetMessage returns you the structure of the message, including part IDs for everything. The part ID...
I just signed up for a premium account. So for a message that has an attachment and a text part, would GetMessage return two Message objects? Each Message...
... http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=yMail&file=GetMessage.11.1.html In your case, GetMessage will...
Is anybody can explain why some API calls are allowed for Premium accounts only? Answers: We do allow you (as developers) to build your applications on top of ...
Ryan, Please can you point me in the right direction soon? I'm waiting on your input to get a very important part of my application working. Thanks, and happy...
... When registering your application: http://developer.yahoo.com/wsregapp/index.php You have to check the box next to "Yahoo! Mail with Read/Write access". --...
Try doing a search with the query set to attachmentcount:>0 That should work better. If you want to restrict it to a folder for example inbox, then try this: ...
I found earlier messages asking about an Address Book API. I wanted to automate organization of my emails based on a white list. (Yahoo's Spam Filter is good,...
Thanks, that's a good idea. Is there more information about the query language that you're using? Seems like a powerful tool but I don't know where it's...
There is some documentation in the help pages: http://help.yahoo.com/l/us/yahoo/mail/yahoomail/manage/manage-01.html Also, if you do narrow down by folder,...
Whats up, I need to use the yahoo API for an application I'm making - all I need to do is display the newest emails for a yahoo account however I go to install...
I believe you are not using the correct pid. When you do a getMessage, your response looks something like this: <?xml version="1.0" encoding="UTF-8"?> ...