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.inc39;); // 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...
... 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...