... 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"?> ...
I figured it out night before last, what it ended up having to do was set it up to connect using proxy as my server requires all outgoing CURL connections do...
You're definitely right about the PID. Getting the PID for attachments has been troublesome. I'm using the C# version of the API, and don't really get to see...
I have this message in my inbox that cannot be openned nor removed. The message says that there is some problem with the server. Any ideas or suggestions as...
Ms.Bhatia, Is the download web service working for you? We found out what we were doing wrong -- we were looping through all PIDs and trying to download each...
Hi, I want to input folder name as parameter when calling ListMessages() in PHP. So I call ListFolders() first, $results = $mailClient->ListFolders(); then as...
... and the input parameters of ListMessages() contains Enumeration type (such as sortKey, sortOrder) How to build a stdclass object containing these types of...
Hi, I found that the character '&' and ';' in mail cause this exeception.. '&' in XML means a start character of an entity reference and ';' means end...
Hi, Myself a new member at Yahoo developer network. I am developing an application which is required to fetch users' Yahoo contacts' details. Please guide me...
Hi I am also new to this I am just starting for developement of application. But I don't have any space online I am trying to connect to yahoo thru my local...
Hi, were looking into developing a yahoo mail widget that will appear on mobile phones. The widget will use the yahoo API to query a users mail details and...
Hi Justin, In the scenario you describe the user will have to log in twice. Once to grant access to your application and a second time to log-in to yahoo. ...
I want to let users to use BBAuth to login to my webapp. But I wonder which data field (in WSDL) is suitable for user identity ? Which is unique and...
... If all you want is to log people in, don't use the Mail API. When you sign up for a BBAuth key check the option above Mail that says "Single Sign On, No...
Thank you. But I have another question: If I only check "Single Sign On, No user data can be accessed" I don't have to get Cookie and WSSID anymore , right ? I...
... Correct...no more cookie or wssid to deal with. ... http://developer.yahoo.com/auth/user.html#token "sig: An md5 hash of the relative path to your endpoint...
Hello Techis, I have just started using yahoo Bbuth, once the yahoo is redirecting to my page, then it is giving Session Value as Null Value... # // Retrieve...