New Post: Saved attachment file not showing correctly.
Good day Pavel, Sorry for my late response. I ran the .dll in .Net 4.5 environment and the code version in the .dll info as follow: File version: 2.0.0.16 Product version: 2.0.0.16 Size: 98.0 KB Please...
View ArticleNew Post: This imapX library is a free library or paid ??
I just want to know that imapX is free or paid library ?? Thank you.
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, ImapX is a free open source library licensed under Apache License 2.0. You can find a detailed description of the license here: https://imapx.codeplex.com/license. Greets, Pavel
View ArticleNew Post: error fetching email body text
Hi Pavel, I'm trying to fetch message text body but it is giving me this error "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, I have used your library to connect with Hotmail by passing "loginEmail"& "accessToken" as credentials and got success. Now i want to connect with gmail, for this i initiated with google...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, I want to know that your imapX library will also comfortable with YAHOO MAIL and AOL MAIL ?? I mean i can also search mail messages of YAHOO and AOL ?? Thank you.
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, first of all, you can always connect to an IMAP server of your choice (including GMail, Yahoo, AOL) by supplying the server address and the login and password. Just like you'd do in...
View ArticleNew Post: error fetching email body text
Hi usamasheikh, please keep track of this issue: https://imapx.codeplex.com/workitem/2491. I am working on a fix. Greets, Pavel
View ArticleCommented Unassigned: Reading some html emails getting base-64 error [2491]
Start: 01.10.2014 07:37:31Fehlermeldung: Die Eingabe ist keine gültige Base-64-Zeichenfolge, da sie ein Nicht-Base-64-Zeichen, mehr als zwei Leerstellen oder in den Leerstellen ein Zeichen enthält, das...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, Thanks a ton for your beautiful response and i did the exact way. And for Refresh_token i think have to pass client_id, client_secret,access_token,refresh_token( which i got while processing...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, Sorry for asking two queries at a time, Now i also want to deal with YAHOO MAIL. For this i goggled and found OAuth1.0 endpoints of yahoo apis...
View ArticleCommented Unassigned: Reading some html emails getting base-64 error [2491]
Start: 01.10.2014 07:37:31Fehlermeldung: Die Eingabe ist keine gültige Base-64-Zeichenfolge, da sie ein Nicht-Base-64-Zeichen, mehr als zwei Leerstellen oder in den Leerstellen ein Zeichen enthält, das...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, I solved first query means about refresh_token . I got fresh access token . Now you please advice me about YAHOO MAIL. Thank you.
View ArticleNew Post: Saved attachment file not showing correctly.
Good day Pavel, Do you have a chance to look into my previous reply? Please advise. Thanks in advance.
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, By using username&password i can access YAHOO MAIL easily with the help of your library, But i want to do this by OAuth. So can you please guide me about this ?? I have spent much time...
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, there's currently only an OAuth2 authentication provider in the library, OAuth 1.0 needs to be implemented manually. I have put it on the feature list and will add support for OAuth 1.0...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, Thank you for response. Now i'm fetching Yahoo emails with the help of YQL and OAuth 1.0 But please let me know when your library will be ready to support OAuth 1.0 Thank you.
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, One thing i also want to know that, in case of search() of your library if i want to search emails by specific date then i can get this by using : client.Folders.Inbox.Search("SINCE " + date...
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, the search queries, such as SINCE, only support searching by date, not by time. This is a limitation of the IMAP protocol. So you first need to search by date, and later filter the...
View Article