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 "ParseHeader(ref Header header)" at Parser.cs on "HeaderFieldParsing(null, header);" HeaderFieldParsing is null, putting "if (HeaderFieldParsing != null)" before it passes
- on the "ParseHeader(ref Header header)" at Parser.cs on "string value = Codec.RFC2047Decode(m.Value.Substring(m.Value.IndexOf(":") + 1)).Trim('\r', '\n').TrimStart(' ');" it give an exception because of the encoding by iso 8859-1, I have found yet how to correct it, any ideas?