New Post: Best way to create a Message object from a string?
Hi einsteintech, at the moment you can only export a message as string (see Message.GetEml, Message.GetAsString, SaveAsEmlToFile and Message.MessageBuilder). The creation of a message from string is...
View ArticleNew Post: Best way to create a Message object from a string?
Pavel, your responsiveness is a joy to behold. Thanks for maintaining and growing ImapX! --Ravi
View ArticleNew Post: Get body size in ProcessHeader()?
Of course! I should've checked before posting. :) Thanks, --Ravi
View ArticleNew Post: Process и ProcessHeader
ProcessHeader отмечает письмо как прочитанное. Но почему? Это баг? Я ведь хочу получить только название и заголовки, чтобы выбрать, какие читать
View ArticleNew Post: Process и ProcessHeader
This seems to be a regression from the April release which didn't mark ProcessHeader() messages as read.
View ArticleNew Post: Process и ProcessHeader
I used nuget for install. when do you plan to release the next update?
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi Pavel, I was wondering, why the system remains idle for a long time, after I have found out that following command doesn't work correctly. First of all I have added some traceevent entries to check...
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi mzda, thank you for your feedback! That the library was hanging on some requests was a known issue, but I already provided a fix for this. If you look at the code of SendAndReceive in the...
View ArticleNew Post: Process и ProcessHeader
Hi BorgGrown and ravib,ProcessHeader has always marked the messages as read, because it is doing a fetch of BODY[HEADER], which automatically marks the message as read. I can change this behavior...
View ArticleNew Post: Process и ProcessHeader
Thanks, Pavel. It would be great if ProcessHeader() was able to retrieve:message size (total is fine) number and size of attachments and not mark the message as read. Thanks, --Ravi
View ArticleNew Post: Process и ProcessHeader
The method ProcessHeader will be removed completely, and the data you mentioned will be requested automatically.
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi Pavel, Ok. Thanks a lot for your support. I will try to replace that code from the repo. Should I only replace this one or what else ? Thanks. Mzda
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi Pavel, unfortunately it still doesn't work: ImapX Information: 2000 : Monday, August 26, 2013 10:53 AM;IBS_TraceSource.cs;TraceEvent;LineNo 30;SendAndReceive; Command=CAPABILITY ImapX Information:...
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi mzda, thank you for your tests, have you tried compiling the sample application from sample code? I tested OAuth2 on GMail using it, and it works just fine. I'll try it with a couple more accounts.
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi Pavel, I have not tried the sapmle code yet, but after I have tried another library for the same purpose, I realized that the problem was the access token is not valid anymore. I think you should...
View ArticleNew Post: SendAndReceive OAuth2 hangs
Hi mzda, you're right, I will add a check that will allow to cancel the operation before it goes into an infinite loop, waiting for a response from server.
View ArticleCreated Unassigned: BIG BUG!!! [1753]
public Imap(string host, int port, bool useSsl, SslProtocols sslProtocols = SslProtocols.Default, bool validateCertificate = true){ ImapHost = host; ImapPort = port; UseSSL = useSsl; SSLProtocols =...
View ArticleCommented Unassigned: BIG BUG!!! [1753]
```public Imap(string host, int port, bool useSsl, SslProtocols sslProtocols = SslProtocols.Default, bool validateCertificate = true){ ImapHost = host; ImapPort = port; UseSSL = useSsl; SSLProtocols =...
View ArticleEdited Issue: BIG BUG!!! [1753]
```public Imap(string host, int port, bool useSsl, SslProtocols sslProtocols = SslProtocols.Default, bool validateCertificate = true){ ImapHost = host; ImapPort = port; UseSSL = useSsl; SSLProtocols =...
View ArticleCreated Unassigned: Folders are not getting initialized [1754]
I an new with IMAPX library. I am using the sample code provided on the IMAPX home page. I got an null reference exception while trying to get mails from Inbox, after debugging came to know that this...
View Article