Unable to run on Medium Trust hosting

This module runs great when on hosting where there is full trust (e.g. locally without explicitly setting trust level). But the moment you upload to a website with medium trust level (ie most shar...

Id #24194 | Release: None | Updated: Apr 22 at 10:32 PM by holodude | Created: Apr 22 at 10:32 PM by holodude

Is another way for EMail validation

Hello can you offer another way for email validation? because the current method doesn't work for some servers (like yahoo!) can you guide me, how can I validate yahoo email addresses?

Id #24066 | Release: None | Updated: May 3 at 10:52 PM by Alprema | Created: Mar 13 at 3:10 PM by jsezar

RetrieveHeaderObject error

hi , Iam getting a null exception error after successfully configuring my gmail account. Following is the stack trace. [NullReferenceException: Object reference not set to an instance of an objec...

Id #23735 | Release: None | Updated: May 3 at 10:54 PM by Alprema | Created: Dec 25, 2012 at 7:12 AM by farhanfhk

Attachments corrupted

Hi, When I try to open in my Outlook the attachments of messages sent with this library, I always receive a corruption error, except for the ascii attachments. This is part of code: Dim mailMsg ...

Id #23596 | Release: None | Updated: May 3 at 10:53 PM by Alprema | Created: Nov 7, 2012 at 4:02 PM by Medusa

Error in s/mime detached signature decoding

Decoding of detached signature is on decoded message source, so it's wrong. In some cases. Depends on differences between original and decoded source. Message signed by thunderbird si verified, mes...

Id #23549 | Release: None | Updated: Feb 22 at 12:10 AM by juliusfriedman | Created: Oct 26, 2012 at 6:43 AM by lojzik

Error in ContentType for encrytped e-mail

In method SmimeEnvelopeAndEncryptFor on line 1344 in Message.cs (ActiveUp.Net.Common project):   envelope.ContentType.Parameters.Add("smime-type", "encrypted-data");   should be   envelope.Conten...

Id #23342 | Release: None | Updated: Feb 22 at 12:10 AM by juliusfriedman | Created: Sep 11, 2012 at 12:08 PM by sdybvik

Mailbox.Append does not work, cannot create Draft items.

I am trying to use the Mailbox.Append() function, but for some reason it doesn't work. My usage is slightly modified from the example provided in the Mailbox.cs source code:   Message messa...

Id #23122 | Release: None | Updated: Feb 22 at 12:10 AM by juliusfriedman | Created: Aug 3, 2012 at 12:05 AM by bjcullinan

Encoding error when receiving a iso-8859-1 plain text mail

when receiving a plain text email in iso-8859-1 encoding the text gets messed up and special chars like "ä" "ö" "ß" etc. are displayed as "?" i looked at the parser and edited the public static Me...

Id #23113 | Release: None | Updated: Feb 22 at 12:10 AM by juliusfriedman | Created: Aug 1, 2012 at 10:19 AM by stylefish

Error when total size exeed int max value

Pop3client.cs line 314

Id #22489 | Release: None | Updated: Feb 22 at 12:10 AM by juliusfriedman | Created: Apr 11, 2012 at 1:37 PM by Madagaga

Implement RFC 5336 (EAI Internationalization) and related RFCs?

It'd be cool if this implemented the SMTPUTF8 handshaking and the other EAI related stuff.

Id #22329 | Release: None | Updated: Feb 22 at 12:10 AM by Halawaliama | Created: Mar 3, 2012 at 5:55 AM by Halawaliama

Code suggestions

imo it's kind of issue - when you download the source code and see 1k warnings after compilation - it can scary people out of this project while it seems quite good.   1) xml code warnings (missing...

Id #22049 | Release: None | Updated: Feb 22 at 12:10 AM by pmengal | Created: Jan 11, 2012 at 7:36 PM by marchewek

Code IMAP4rev1 peek incorrectly implemented

Fetch.MessageObject worked for me and Fetch.MessageObjectPeek didn't. So I took a look at the latest source code and I suppose Imap4rev1 isn't correctly implemented. In the Fetch.MessageStringPeek ...

Id #22048 | Release: None | Updated: Feb 22 at 12:10 AM by mannijim | Created: Jan 11, 2012 at 7:15 PM by marchewek

SearchParse always return "Object Reference not set to an instance"

I tried to search using the following query -->> UNSEEN SUBJECT \"passport\"   Here's the part of the code that gives me an error "Object reference not set to an instance"   private void Search(Mai...

Id #21681 | Release: None | Updated: Feb 22 at 12:10 AM by saunatochill | Created: Oct 26, 2011 at 3:28 AM by saunatochill

Error while using fetch.MessageObject

Please help I am getting the below mentioned error Length cannot be less than zero.\r\nParameter name: length for (int imsg = 1; imsg <= mailFolder.MessageCount; imsg++) ...

Id #21514 | Release: None | Updated: Feb 22 at 12:10 AM by neurospeech | Created: Sep 13, 2011 at 3:01 AM by kurianajai

Error while using fetch.MessageObject

Please help I am getting the below mentioned error Length cannot be less than zero.\r\nParameter name: length for (int imsg = 1; imsg <= mailFolder.MessageCount; imsg++) ...

Id #21513 | Release: None | Updated: Feb 22 at 12:10 AM by kurianajai | Created: Sep 13, 2011 at 3:01 AM by kurianajai

Default encoding when nothing provided

ISO-8859-1 is used by default when no encoding is provided. This should be changeable by user in client.

Id #20955 | Release: None | Updated: Feb 22 at 12:10 AM by lacike | Created: Jun 11, 2011 at 4:44 PM by lacike

NullReferenceException in Imap4Client.Command(string command, string stamp, string checkStamp)

Occurs when trying to append to a Gmail mailbox.   Code in error: temp = sr.ReadLine(); buffer.Append(temp + "\r\n"); if (temp.StartsWith(checkStamp) || temp.ToLower().StartsWith("* " + command.Spl...

Id #20924 | Release: None | Updated: Feb 22 at 12:10 AM by pmengal | Created: Jun 7, 2011 at 10:03 PM by jbtibor

Attachement parsing error.

File : Parser.cs Method : ParseSubParts   The string array contains all the parts splitted by the boundary but in the for loop, the last element is never passed. Is it normal ? To fix this "bug",...

Id #20157 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Mar 7, 2011 at 12:51 PM by Madagaga

ActiveUp.Net.Samples doesn't build

I get an error saying "The type or namespace name 'Message' does not exist in the namespace 'ActiveUp.Net.Mail'". Indeed, I don't see that ActiveUp.Net.Mail has a class called Message. It's the sam...

Id #19520 | Release: None | Updated: Feb 22 at 12:10 AM by mannijim | Created: Jan 2, 2011 at 5:02 PM by mavenlog

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit The content disposition is text/plain with utf8 charset.   In the method "Decod...

Id #18998 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 2:04 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit The content disposition is text/plain with utf8 charset.   In the method "Decod...

Id #18997 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 2:01 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit The content disposition is text/plain with utf8 charset.   In the method "Decod...

Id #18996 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 2:00 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit The content disposition is text/plain with utf8 charset.

Id #18995 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:58 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit The content disposition is text/plain with utf8 charset.

Id #18994 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:58 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]   The content transfert encoding is 8bit

Id #18993 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:57 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this : [ content will be updated]

Id #18992 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:57 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi I had an russian email formatted like this :

Id #18991 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:56 PM by Madagaga

Error decoding 8bit/7bit ContentTransferEncoding

Hi

Id #18990 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:56 PM by Madagaga

Error in RFC2047Decode when parsing subject with Cp1252 charset

Hi all, I had a NullReference exception when trying to get a mail. After searching, I found that the subject encoding was not correct Cp1252 which is equivalent to Window1252. The subject was "Subj...

Id #18989 | Release: None | Updated: Feb 22 at 12:10 AM by Madagaga | Created: Oct 22, 2010 at 1:27 PM by Madagaga

Closing the socket on Pop3Client.Disconnect call

After I call Pop3Client.Disconnect, a socket to the POP server remains open in the TIME_WAIT state. If I keep opening and closing POP3 conections in a loop (closing with a Pop3Client.Disconnect cal...

Id #18879 | Release: None | Updated: Feb 22 at 12:10 AM by TrendyTim | Created: Oct 4, 2010 at 7:24 PM by YuriDiomin

Cannot retreive mail from a Gmail account

Hy, I've used your libraries to retrieve mails from a Gmail account, I'm using this code:   Pop3Client pop = new Pop3Client(); try { Label7.Text = string.Format("Conn...

Id #18829 | Release: None | Updated: Feb 22 at 12:10 AM by claudiaharbu | Created: Sep 27, 2010 at 8:32 AM by claudiaharbu

PoP3.reset method fails with conversion exception

After execution of "RSET" command, the code attempts to convert the server response string to an Int32. This conversion fails I am connecting to smtp.gmail .com.   public int Reset() { ...

Id #17649 | Release: None | Updated: Feb 22 at 12:10 AM by Kataklism4 | Created: May 12, 2010 at 6:59 PM by xcarter

RetrieveHeaderObject method error

Dear authors,   When I try running the PrintMail sample app of the download package, there is an error caused by line 116, RetrieveHeaderObject, the error message is "Object reference not set to an...

Id #17618 | Release: None | Updated: Feb 22 at 12:10 AM by pmengal | Created: May 10, 2010 at 5:24 AM by middlevn

Error decoding body in multipart crypted mails

When i try to Parse a multipart crypted (Base64) message from a file, MailSystem.Net throws an exception.   To solve it i have modified the file ActiveUp.Net.Common/Parser.cs: Ln 457. [code:c#] /...

Id #16645 | Release: None | Updated: Feb 22 at 12:10 AM by fescolar | Created: Mar 4, 2010 at 7:21 AM by fescolar

ISO 8859-1 Encoding

Hi, I´m having a problem using the net.mail.compact reference, when I´m receiving an email with the subject with the iso 8859-1 enconding I´m getting an exception. Somethings I noticed:   on the "...

Id #15454 | Release: None | Updated: Feb 22 at 12:10 AM by rogeriodeluca | Created: Dec 16, 2009 at 3:14 PM by rogeriodeluca

  • 1-35 of 35 Work Items
    • Previous
    • 1
    • Next