As of some form discussions I have noticed that we can download emails of Yahoo account by connecting to the IMAP server using IMAP c-client library.
So I have written desktop application to Sync yahoo account by connecting to the imap.mail.yahoo.com server using c-client.
I am able to download emails successfully once but in between strangely I get wrong user name and password error to the same account .
Could you please suggest what wrong I am doing here.
QUOTE(Ramn N @ 21 Oct 2011 3:56 PM)
Hi Subbu,
We don't support OAuth access via IMAP instead we provide webservice APIs . Presently there is no way to download all messages from all folders in a single request. Will keep the community updated with any changes or upgrades we add to our APIs. Thanks.
--R
QUOTE
(subbu @ 30 Sep 2011 10:22 PM)I am Working on application It needs to download Yahoo account Inbox.Sent and customized folder's emails using IMAP..In order to achieve it need to connect each and every mail box in Yahoo.
But in Gmail same thing can be done by connecting to the only ALL mailbox folder (Gmail ALL MAIL box consists of Inbox, Sent and customized folders emails) so later on from the lables of message I can easily differentiate the mailbox names. It saves me to not to iterate each and every mailbox for downloading all emails of account.
Is there any similar approach in Yahoo for downloading all emails of account by connecting to the only one mailbox.
Please direct me to solve this problem
Note: Using IMAP c-client library to download wmails.