Hi Ryan, Just wondering if there is any news on the bug you opened? I'm not sure what your timescales are internally, so apologies if I'm being too quick of...
... I just had a look at the bug to check on progress. Looks like it stalled a little bit so I just gave it a prod. It looks like the bug is just in the new...
the domainKeySpecified, inReplyTo, messageId, meta, references, xapparentlyto and hasBlockedImagesSpecified properties of Message are undocumented. what are...
Thanks for your help as ever, Ryan! I've tried it with Yahoo! Mail Classic.. and it *kinda* works. If you use http://mrd.mail.yahoo.com/msg?mid=[mid]&fid=Draft...
... partId is what you'd use to reference the part within the Mail web service. It's an artifact of how the message part is stored and referenced in our back...
... I'll file a bug to get the documentation updated. domainKeySpecified - indicates if the message was signed using DomainKeys (http://www.dkim.org/). ...
Hello, Is is it possible to create an external account (POP) from the API? I understand how to get existing account list using GetUserData but the SetUserData...
it looks like some of these undocumented properties are duplicates. see below. ... so what is the nullable (in .NET terms) boolean domainkeys? ... this looks...
Hai ; I am trying to access the yahoo mail contacts from my application using browser based authentication technique. In that , i registered the application...
Hai ; I am trying to access the yahoo mail contacts from my application using browser based authentication technique. In that , i registered the application...
Hi teams, i need some information on how to access the deatils using API! is it possible to get name, conatcts etc.. and dont know about this API's but can any...
the GetMessage method returns, among other things, a Message object that has a collection of MessagePart objects. how do i know which message part is the...
one more thing about MessagePart: one of it's properties, attachments, is a list of AttachmentInfo. what is the meaning of this list? what does it represent in...
The GetMessageRawHeader receives a list of message IDs, but returns a list of raw headers which are not separated to their respective messages. How can one...
... It should be returning an array in the "rawheaders" parameter. The array should contain one element for each of the headers requested. Is that not what...
... This is one area where we haven't done a great job with the API. Instead of returning the message parts as a tree (like they are in MIME) we're returning a...
... Something looks wrong with your URL, assuming the parenthesis and the stuff inside of it is what you're sending. You shouldn't have "/ WSLogin/V1/wslogin"...
Thanks Ryan :) will try this ... http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=yMail&file=GetUserData.13.1.html...
Can somebody please kindly provide me with a user guide on how to use Yahoo Mail API, I want to be able to use it on visual studio 2008 express edition, but i...
The FetchExternalMail method receives a list of ExternalAccount objects, each of which has protocol, username and server properties. The documentation says...
... Visual Studio translates the web services into C# code. in terms of C#, the rawheaders is an array of String objects. i didn't try to run it yet, but the...
... i'm not very good at reading WSDL files i'm afraid... ... if this was a single AttachmentInfo, that would make sense. but it's a list of AttachmentInfos....
... I think it would also be helpful, if for the next version of the API, you will add a folder ID property to the FetchResult data type, so the user can know...