Search the web
Sign In
New User? Sign Up
ydn-mail · Yahoo! Mail Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 596 - 625 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
596
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...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 4, 2009
5:32 pm
597
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 5, 2009
4:17 pm
598
The problem was I was passing a "wwsid". It is actually "wssid"...
beforeo4y
Offline Send Email
Apr 14, 2009
5:58 pm
599
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...
shargh_computer
Offline Send Email
Apr 22, 2009
10:39 pm
600
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...
Rom
romsrini
Offline Send Email
May 9, 2009
12:54 am
601
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 ...
Jane Doe
ydn.mailapis
Offline Send Email
May 9, 2009
1:05 am
602
Hi Gitanjali, There are a couple of classes involved. Here are the pertinent methods of my YahooMailClient class: /** * Sends specified email message via...
Rom
romsrini
Offline Send Email
May 11, 2009
7:01 pm
603
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?...
samichet@...
samichet...
Offline Send Email
May 12, 2009
1:28 am
604
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...
robsartgallery
Offline Send Email
May 12, 2009
3:27 am
605
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...
pomcompot
Offline Send Email
May 20, 2009
1:04 am
606 pomcompot
Offline Send Email
May 30, 2009
5:10 pm
607
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...
Nishit Patel
nis12
Offline Send Email
Jun 15, 2009
10:05 pm
608
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 15, 2009
10:33 pm
609
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...
Nishit Patel
nis12
Offline Send Email
Jun 16, 2009
2:21 pm
610
Hi, Do you know if there is a limit to send mail par day with this Web Services ? (Yahoo Mail Web Services ) Thanks...
echronos2008
Offline Send Email
Jul 22, 2009
3:01 pm
611
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 23, 2009
5:05 pm
612
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...
travisjharvey
Offline Send Email
Aug 6, 2009
4:34 pm
613
Travis: there ought to be a link at the top-right of the page that says "All-New Mail". -- Ryan Kennedy Technical Yahoo! rckenned@......
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 6, 2009
5:56 pm
614
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
t h
travisjharvey
Offline Send Email
Aug 6, 2009
6:15 pm
615
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...
robsartgallery
Offline Send Email
Aug 6, 2009
7:51 pm
616
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 6, 2009
8:34 pm
617
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...
robsartgallery
Offline Send Email
Aug 7, 2009
3:41 pm
618
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...
t h
travisjharvey
Offline Send Email
Aug 7, 2009
6:07 pm
619
Hi, I am getting error to what you have got earlier i.e. ... stack trace : org.apache.axis2.AxisFault: Character Set Encoding from transport information...
sa_shukla
Offline Send Email
Aug 10, 2009
3:20 pm
620
Hi I'm having problems with authentication. I'm using PHP. I registered my app and generated YahooAPIid and YahooSecret keys, but when I'm using the...
kosa_rhin
Offline Send Email
Aug 10, 2009
4:41 pm
621
Check the clock on your server. Assuming you're running the same code and the same configuration on your server and your local machine, the clock is...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:00 pm
622
My guess is that there are two problems: 1) You're not sending all of the necessary authentication components in the request. Hence the "Missing Credentials"...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:07 pm
623
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
624
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
625
We filled out the registration form to get an App ID, placed the requested file on our domain, but the domain confirmation is failing. One oddity is that the...
scrapblogbuilder
scrapblogbui...
Offline Send Email
Aug 10, 2009
6:24 pm
Messages 596 - 625 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help