Quantcast
Channel: ImapX 2
Browsing all 1952 articles
Browse latest View live
↧

Closed Issue: Problem with Encoding ParseContentType(string value, out string...

Ocorred error in line```return Encoding.GetEncoding(tmp.Groups[tmp.Groups.Count - 1].Value.Split(new[] { ';' })[0].Trim());```__'utf8' is not a supported encoding name. Parameter name: name__Should be...

View Article


Closed Issue: Parsing Failed if HeaderKey has no value [1523]

I was parsing quite a few mail and got a crash if a header key has no value as for example: "X-Spam-Level: "I added a if statement in the try of EmailParser >> ParseHeaders try { if (num > 0...

View Article


Closed Feature: Connection failed, Bypassing the server certficate validation...

Hi,client.Connection();fails with an AuthenticationException "The remote certificate is invalid according to the validation procedure." then it continues with ArgumentException: "Stream was not...

View Article

Closed Issue: The message.Process() go into infinite loop [1495]

The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...

View Article

Closed Issue: Message.Process results in IndexOutOfRangeException [1486]

Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...

View Article


Closed Issue: Extract wrong file name [1467]

Hi,Firstly, thank so much for your project, it help me so much.But, I found some bug:- Wrong attachment file name, the file name is "Nguyên nhân viêm gan.docx", but the lib found is "Nguyên nhân viêm...

View Article

Closed Issue: ImapX2 Process Email bug [1457]

I just found out that the ImapX didn't read all of email content if that email contains somethings such as:"This is the first line:+ Second line+ Third lineFourth line"I tried the Process() method,...

View Article

Closed Feature: Redundant exceptions at Message.Process() [1424]

Hello,I'm trying to download messages from a GMail account with the following IMAP search query:"FROM some@emailaddress.com SINCE 19-Nov-2012"When I call Process() on each message of the result (or use...

View Article


Closed Issue: Attachment Filename not properly set [1423]

When trying to invoke the savefile method it was complaining about illegal characters in path, so I did a little investigation and discovered that the filename for the attachments was set to:...

View Article


Closed Task: Clarify parameter name and use Path.Combine in...

Hello,I have some suggestions based on my experiences, which could improve quality a bit. First, please clarify that the Attachment.SaveFile method accepts a folder, and not a file path, so the...

View Article

Closed Issue: System.OutOfMemoryException after calling...

System.OutOfMemoryException after calling Convert.FromBase64String in Message.Process. More details: http://imapx.codeplex.com/discussions/393735 The exception occurs when messages contains large...

View Article

New Post: ImapX Delete email message

You're welcome! There are currently some problems if you try compiling the sample application under .net 3.5, but the library itself builds fine.

View Article

New Post: How to Search The Particular Keyword From the Specified Email Address

I put a small sample together for you to get started:string emailServer = "imap.gmail.com"; string email = "name@googlemail.com"; string pass = "password"; bool isUseSsl = true; int port = 993;...

View Article


Source code checked in, #26151

- Fixed attachment file name parsing for eml attachments - Changed default target framework to .Net 4 Client Profile

View Article

New Post: ImapX Delete email message

Good day pavel_azanov, I included the library you gave me, but the problem still persist, I cannot delete a specidif email, a group of emails, or an entire folder, I tried the following commands...

View Article


New Post: How to Search The Particular Keyword From the Specified Email Address

Program.ImapClient = new ImapClient(_host, _port, _useSSL, _selectedProtocol); if (Program.ImapClient.Connection()) { if (Program.ImapClient.LogIn(_login, _pass)) { e.Result = true; Folder folder =...

View Article

New Post: ImapX Delete email message

Hi, First of all, not all folders can be deleted, only the ones that can be selected, not have subfolders and are allowed to be deleted by the server. If you're using methods to delete or move...

View Article


New Post: How to Search The Particular Keyword From the Specified Email Address

Hi, sorry for my mistake, if you call the command, you don't have to include the "SEARCH" term inside. Here is the correct code once again:string emailServer = "imap.gmail.com"; string email =...

View Article

New Post: NUGET Out of Date

Hi Just a quickie or FYI, when using NuGet in VS2010 Pro, version 1.2.3.126 is downloaded rather than the newest release, 2.0.0.9. Cheers Jon.

View Article

New Post: NUGET Out of Date

Hi CodeWorx, thank you for the information! I'll check if i can upload a new version tu nuget, as it was done by the first library author. Otherwise will publish a separate one for ImapX 2. Best...

View Article
Browsing all 1952 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>