I am trying to chnage the colour of the font in emails that I am preparing. It is red! Please can someone tell me the steps to changing it permanently (i.e.,...
581
vaibhav011_me
Jan 5, 2009 6:27 pm
Why doesn't yahoo create a secure way to enter password like an online keyboard where one has to click on the characters for the password to be entered. It's...
582
robsartgallery
Jan 6, 2009 11:19 pm
Hi: I'm attempting to make the Yahoo! Mail authentication, and I'm hitting a "BBauth authentication Failed" error when I run the test. The steps that I'm...
583
Eric Lesleighter
lesleighter
Jan 7, 2009 7:03 pm
... changing...
584
darklady4444
Jan 14, 2009 7:28 pm
How can I make my spam folder more secure from unwanted mail?...
585
duke.jacobs
Jan 15, 2009 7:37 pm
I am getting a HTTP 500 error while using UploadAttachment(POST Method) functionality. steps- 1) I am posting to the Url - ...
586
duke.jacobs
Jan 16, 2009 6:45 pm
Adding missed out data - The response obtained in above said way is - Response http Code :[500] Response String: <?xml version="1.0" ...
587
duke.jacobs
Jan 20, 2009 6:48 pm
solved(if someone needs in future) I got it working by using - PostMethod method = new PostMethod(url); ...
588
Rom
romsrini
Jan 23, 2009 7:04 pm
Hello, Sometime in the recent past (just noticed this two days ago) my api calls to SendMessage and UploadAttachment have started timing out. Both of these...
589
robsartgallery
Feb 2, 2009 5:56 pm
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...