Hi All, I'm a bit confused, I want to write an application to use this fancy new 'Yahoo! Mail Web Service' stuff to access my Yahoo! emails. But where do I...
... I think this is an artifact left over from the Mail web service prerelease. We had an "SDK", which basically consisted of a sample PHP application. I don't...
Hi, I just downloaded the Yahoo Mail API docs in PDF form, and it contained the following: 1. You must use the Browser Based Authentication API to enable...
is there any good way to search for the mime type or extension type of the attachment in the messages? I used the SearchMessage method and pass in the...
I recently coded an email and sent it out via our email campaign tool. When the email arrives in Yahoo Mail, it auto-interprets our site name and creates a...
... This is the mail shortcuts kicking in. Can you send me a sample of the message that's having this issue? If so, I can send it to the people with the best...
... Yes, totally permitted. The Loc Amigos (http://www.locamigos.com/) application does something similar, grabbing a list of email recipients to allow you to...
I agree - it does seem that there's very little that can be done with the API based on how the TOS is written. Thank you for the very quick reply and for the...
... Did you ever figure this out? I saw that you submitted an application to the gallery, but I'm not sure if you ever solved the problem or if you just worked...
Hi I'm trying to use php to download an attatchment ( I do have a premium account). Heres my code so far: $folder= $_GET["fid"]; $messageId= $_GET["mid"]; ...
Here's what I do in my own script: <?php // Has all of the code necessary to turn an token into // cookies and a WSSID. require('auth.inc'); // Holds the...
Hi, Thanks v much for your speedy reply. I am now getting an "Invalid (missing) timestamp" error no "2004" I replaced my code with what you wrote. I tried...
I'm using the java webservice sample code..Is there a easy way to convert the YmwsStub.ListMessagesResponse object to JSON or better yet get response in JSON?...
... You could make the HTTP request on your own (in lieu of using the web service sample code) and just echo back the response. Or you could use a JSON library...
... Error Where do you see that error? In the browser? In your apache error logs? Is there any context indicating what DNS hostname it cannot resolve? Ryan...
No, me being silly again. I only get that error if I dont send the cookie. I'm pretty sure now that I'm not getting the attachment because I'm just not sending...
... Actually, you want to use partId instead of filename. The partId is uniquely identifying, whereas you may receive multiple attachments each with the same...
I am trying to create a browser-based application to change the user's message body to replace some keywords with texts. I am new to Yahoo! Mail Service API....
... Unfortunately, I don't know Axis well enough to know why it's not doing what you're expecting. I only know enough to get it talking to the Mail web...
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...