I'd appreciate a hand with the error I'm receiving. It's probably something dumb I'm doing, but, for what it's worth, I've been staying fairly faithful to the...
590
robsartgallery
Feb 19, 2009 9:03 pm
Hey, I'm wondering if there are some PHP samples specifically of the GetMessage call being made, specifically how to specify the input parameters to this...
591
Eric Lesleighter
lesleighter
Feb 19, 2009 10:33 pm
When I open up a new message I wish to use a selected font colour. How can I set a new colour, so that when I click to do a new message the colour is retained?...
592
ymailfeed
Feb 20, 2009 9:41 pm
I'm using the mail API and I wanted to know how to call ListMessages so that it only returns unread messages? I'd prefer it in JSON. Thanks...
593
saamichet
Feb 25, 2009 9:32 pm
I am writing a web application that will notify the users if they have new email on their yahoo mail account. Can I use yahoo mail webservice to acomplish...
594
Tsahi Asher
tsahi_75
Mar 4, 2009 8:27 pm
... you have to set the isRead flag in the Flag object you send to the filterBy parameter, to 1. i don't know (yet) how to do that in json, but i'll know soon...
595
beforeo4y
Mar 30, 2009 9:13 pm
I am consistentlly getting this same error message for every call I attempt: ...
596
Tsahi Asher
tsahi_75
Apr 4, 2009 5:32 pm
you could probably poll their account every 30 seconds or so and check for new messages since the last poll, using ListMessages method. you will have to do...
597
Ryan Kennedy
rckenned_at_...
Apr 5, 2009 4:17 pm
... You could use a single ListFolders call to check all of the folders. Watch for changes in the total, unread and size properties of each folder. If there's...
598
beforeo4y
Apr 14, 2009 5:58 pm
The problem was I was passing a "wwsid". It is actually "wssid"...
599
shargh_computer
Apr 22, 2009 10:39 pm
a user can send a mail so that its date can be date in future. for example , 2020/1/1 i think server-code of yahoo don't have to allow this status, it must...
600
Rom
romsrini
May 9, 2009 12:54 am
This requires an html body that has a placeholder for the inline image attachment and I've done this successfully through the Gmail IMAP interface. The Yahoo...
601
Jane Doe
ydn.mailapis
May 9, 2009 1:05 am
Hi Rom, can you send me the script you used? I am not sure if ymail will allow you to do this, but i would like to test with what you are trying out. Thanks ...
602
Rom
romsrini
May 11, 2009 7:01 pm
Hi Gitanjali, There are a couple of classes involved. Here are the pertinent methods of my YahooMailClient class: /** * Sends specified email message via...
603
samichet@...
samichet...
May 12, 2009 1:28 am
I am looking for an RSS feed that will return me a number of new emails in the inbox. I also want oAuth or BBAuth support for it. Does such mail api exist?...
604
robsartgallery
May 12, 2009 3:27 am
Captain Obvious here... I've been able to work with some of the Yahoo! Mail code using PHP, and I'm curious to try it with Java. But tell me, how would one...
605
pomcompot
May 20, 2009 1:04 am
I have previously written this message to Ryan Kennedy : Heavy user of disposable address, I would like to know if a future release of the API will propose a...
606
pomcompot
May 30, 2009 5:10 pm
607
Nishit Patel
nis12
Jun 15, 2009 10:05 pm
guys, I tried adding Web reference etc. in my application. but i'm not clear how i can pass the Auth cookie with the function call? i didnt find this...
608
Ryan Kennedy
rckenned_at_...
Jun 15, 2009 10:33 pm
Nish, have you looked at the C# code sample on YDN? http://developer.yahoo.com/mail/code/ You'll need to set up the CookieContainer property of the ymws object...
609
Nishit Patel
nis12
Jun 16, 2009 2:21 pm
Hi, Actually, i got stuck before I need to make the call. I used to code you referred to, and thats giving problem. auth.UpdateCredentials(); This line gives...
610
echronos2008
Jul 22, 2009 3:01 pm
Hi, Do you know if there is a limit to send mail par day with this Web Services ? (Yahoo Mail Web Services ) Thanks...
611
Ryan Kennedy
rckenned_at_...
Jul 23, 2009 5:05 pm
There is a limit, however the way we go about calculating the limit makes it somewhat unpredictable. It's based, somewhat, upon the reputation of the person...
612
travisjharvey
Aug 6, 2009 4:34 pm
i currently have the Yahoo Classic...I use to have an updated Yahoo mail account. How do I go about and getting it? The Yahoo Classic version is not working...
613
Ryan Kennedy
rckenned_at_...
Aug 6, 2009 5:56 pm
Travis: there ought to be a link at the top-right of the page that says "All-New Mail". -- Ryan Kennedy Technical Yahoo! rckenned@......
614
t h
travisjharvey
Aug 6, 2009 6:15 pm
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
615
robsartgallery
Aug 6, 2009 7:51 pm
Hi, I've gone through the authentication steps, constructed the SOAP client, and now I'm trying to access the list of messages using the ListFolders function...
616
Ryan Kennedy
rckenned_at_...
Aug 6, 2009 8:34 pm
A few questions: 1) Can you reply with the code you're using to set up the $client object? It may be that you're missing some information that needs to be...
617
robsartgallery
Aug 7, 2009 3:41 pm
Thanks for the reply. I'll reply to you with an email, since there's a lot of code to past here, but for the most part, most all of the code that I used was...
618
t h
travisjharvey
Aug 7, 2009 6:07 pm
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...