[Mono-bugs] [Bug 71367][Nor] Changed - Mono not handling MailMessage.Fields.Add request correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Jan 2005 01:30:30 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71367
--- shadow/71367 2005-01-18 14:22:10.000000000 -0500
+++ shadow/71367.tmp.25596 2005-01-19 01:30:30.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 71367
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Windows XP PRO
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: sergio.vera@telefonica.net
QAContact: mono-bugs@ximian.com
@@ -75,6 +75,49 @@
We probably shouldn't reimplement all the values in CDO in managed; Sys.Mail in 2.0
supports these managed tho (iirc)
-kangaroo
+
+------- Additional Comments From gonzalo@ximian.com 2005-01-19 01:30 -------
+This is a session between MS runtime running the code to send that
+email and me running netcat:
+---------
+220 localhost.localdomain
+EHLO this
+200 continue
+HELO this
+220 HELO
+MAIL FROM: <origin@someserver.com>
+220 ok
+RCPT TO: <destination@someotherserver.com>
+220 ok
+DATA
+220 stop
+thread-index: AcT96EJGryL/zyO/RfCNuHC4x/iI9A==
+Thread-Topic: subject
+From: <origin@someserver.com>
+To: <destination@someotherserver.com>
+Subject: subject
+Date: Wed, 19 Jan 2005 00:32:26 -0500
+Message-ID: <000001c4fde8$42562b80$8119fea9@this>
+MIME-Version: 1.0
+Content-Type: text/plain;
+ charset="iso-8859-1"
+Content-Transfer-Encoding: 7bit
+X-Mailer: Microsoft CDO for Exchange 2000
+Content-Class: urn:content-classes:message
+Importance: normal
+Priority: normal
+X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
+
+body of the message
+.
+220 ok
+QUIT
+---------------
+
+As you can see, that authentication stuff is not sent in the headers,
+but used before by CDO to authenticate in whatever means.
+
+I'm setting this as wontfix. kangaroo was right.