New Post: This imapX library is a free library or paid ??
Hey pavel, Thank you for your response. I agree that yahoo is using OAuth 1.0, but please look at this link https://developer.yahoo.com/oauth2/guide/ The above link is related to OAuth 2.0 and that...
View ArticleCommented Unassigned: Bug report and question about attached eml [2565]
Hi all,It seems that the DropExtensionData() function in BodyStructureParser.cs has a little bug.On line 236, it should probably be : if (braces <= 0)instead of if (braces < 0)My symptom was the...
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, Yahoo currently supports OAuth2 only for Yahoo Gemini, no other services. Greets, Pavel
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, Thank a lot for response. So there is no way to achieve my requirements i guess,right?? But still if possible then suggest me what to do next for this. Thank you.
View ArticleNew Post: How to fetch only one unseen message at a time?
Hi All, I was searching for the proper solution of fetching only one unseen message at a time for a long time, and I have also found this thread: https://imapx.codeplex.com/discussions/446426 which was...
View ArticleNew Post: How to fetch only one unseen message at a time?
Hi mengfzcn, the support for this feature has been improved, now you can supply the count of messages you want to fetch, as well as limit the amount of data you want to be downloaded (such as headers,...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, I want to know that will you help or guide me if i will ask other question than ImapX library. If yes then i have the issue of sending email in my application, actually as we discussed about...
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, Yahoo offers sample code in C#, which shows exactly how to use various mail APIs. Simply connect the Yahoo Web Service in your project (Yahoo! Mail WSDL) and take a look at the sample...
View ArticleNew Post: How to fetch only one unseen message at a time?
Hi Pavel Thank you very much for your hint. Best regards Fanzhong
View ArticleNew Post: parsing email body
Hi, I am trying to parse following email though I am getting the email body msg.body.text but when I am reading it line by line it seems that msg.body.text give the whole body. Does msg.body.text also...
View ArticleNew Post: RT version
Hi Aquariusoft, an universal version of the library for both, Windows RT and Windows Phone was not possible due to some limitations of the portable class libraries in .Net. I not yet had a chance to...
View ArticleNew Post: parsing email body
Hi, Anybody have any Idea? would be appreciated. THanks in advance!
View ArticleNew Post: Updating Messages in any Folder
How can I update any Folder after deleting some e-mail in it ? Also, after new message arrived.
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hello All, I am trying to port an Windows application on Mac using Xamarin framework which helps to port C# applications. Using ImapX library I am trying to fetch mails but my ImapClient does not get...
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Prerana, are you using the Mono based library or the usual .Net? The behavior is strange and I have no way to check it myself as don't have a Mac. Can you try to do the following:Compile ImapX using...
View ArticleNew Post: Updating Messages in any Folder
Hi powerofsilence, At the moment you can update the messages in a folder once new messages have arrived. Follow the idle support section in the documentation for this. Basically it is also possible to...
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Pavel, Thanks a ton for the reply. I was using the usual .Net library in Mono. I followed your instructions :-Downloaded the source code and compiled it using Xamarin Studio. Used the newly created...
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Prerana, make sure that you compile your project with the DEBUG constant definition enabled and set client.IsDebug = true before you make a call to the Connect method. Greets, Pavel
View ArticleNew Post: When this error will be resolved?
Hi, Pavel, i just want to know when this error will be solved, https://imapx.codeplex.com/workitem/2491 it is creating lot of problems. Thanks
View ArticleNew Post: Pagination of messages
Hi Pavel, Do you have any idea when this workaround sample will be available? And if it will take a few more months, can you give me something on how to think so I can try myself? BR, Per
View Article