Closed nakhli closed 4 years ago
Just started with library. Excellent work. I don't know for previous version, but i am experiencing samo problem for two mails. First has To ok, but second doesn't.
1.: MailMessage.From = null, MailMessage.Sender = null, MailMessage.ReplyTo.Count = 0,MailMessage.To is OK.
Delivered-To: fora@something.cc Received: by 10.103.123.3 with SMTP id a3cs336951mun; Fri, 11 Feb 2011 04:51:29 -0800 (PST) Received: by 10.103.238.11 with SMTP id p11mr273601mur.64.1297428689216; Fri, 11 Feb 2011 04:51:29 -0800 (PST) Return-Path: LuisFern?ndez@something.com Received: from line86-29.adsl.kirov.ru (line86-29.adsl.kirov.ru [89.254.220.86]) by mx.google.com with SMTP id t23si609078fau.29.2011.02.11.04.51.15; Fri, 11 Feb 2011 04:51:29 -0800 (PST) Received-SPF: neutral (google.com: 89.254.220.86 is neither permitted nor denied by best guess record for domain of LuisFern�ndez@something.com) client-ip=89.254.220.86; Authentication-Results: mx.google.com; spf=neutral (google.com: 89.254.220.86 is neither permitted nor denied by best guess record for domain of LuisFern�ndez@something.com) smtp.mail=LuisFern�ndez@something.com Message-ID: 5361IS32774.VDVR.9EPSH6711UMYH1208822@something.com From: "Mr.Dolores S�nchez" LuisFern�ndez@something.com Reply-To: "Antonio Garc�a" LuisFern�ndez@something.com To: adam.rostek@something.cc Subject: The agreement is signed Date: Fri, 11 Feb 2011 10:51:22 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----=326_82898122_6YEQJUZJL328381IF39.4576933L5XFLKTUIQSJAL" X-MSMail-Priority: Normal
2: MailMessage.From = null, MailMessage.Sender = null, MailMessage.ReplyTo.Count = 0, MailMessage.To.Count = 0.
Delivered-To: fora@something.cc Received: by 10.150.196.6 with SMTP id t6cs274391ybf; Mon, 13 Jun 2011 07:59:05 -0700 (PDT) Received: by 10.216.61.77 with SMTP id v55mr2697778wec.114.1307977144357; Mon, 13 Jun 2011 07:59:04 -0700 (PDT) Return-Path: Katja.Cerar@something.si Received: from EXCHCASHUBP1UL.somethingsomething.si (exchcashubp1ul.something.si [193.2.64.36]) by mx.google.com with ESMTPS id w39si13084616weq.67.2011.06.13.07.59.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Jun 2011 07:59:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of Katja.Cerar@something.si designates 193.2.64.36 as permitted sender) client-ip=193.2.64.36; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of Katja.Cerar@something.si designates 193.2.64.36 as permitted sender) smtp.mail=Katja.Cerar@something.si Received: from POSTA.something.si ([193.2.64.39]) by EXCHCASHUBP1UL.something.si ([193.2.64.36]) with mapi; Mon, 13 Jun 2011 16:59:00 +0200 From: "Cerar, Katja" Katja.Cerar@something.si Date: Mon, 13 Jun 2011 16:58:57 +0200 Subject: Motivacijski dejavniki za ukvarjanje s sportno dejavnostjo Thread-Topic: Motivacijski dejavniki za ukvarjanje s sportno dejavnostjo Thread-Index: AcwnU+D12p7O2AOtRL2yH5IN2Ip3ywAABhCAAAAQWsAAAE9WcAAAZqHgAABQ1sAAAFK+IAACcrygAAAPasAAAEXQ4AAALDZwAAAUa3AAAFjwIAABOzfwAACxEmAAmYlbwAAALalQAAB5jQAAACkFoAAATkfg Message-ID: 7AEC0848C6B05441AD691006513B74090233D7080E91@POSTA.something.si Accept-Language: sl-SI, en-US Content-Language: sl-SI X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: sl-SI, en-US Content-Type: multipart/related; boundary="_0047AEC0848C6B05441AD691006513B74090233D7080E91POSTAuniljs"; type="multipart/alternative" MIME-Version: 1.0
I have also regressions in the Subject parsing. I'm worried about the stability of 1.6.0. We need a good battery of tests to prevent regressions...
Have you found when the regression happened ?
Saw th regression when I upgraded from 1.4.x nuget to latest 1.6.0
The code for parsing addresses is quite old. In fact, I'm sure this code has not changed since I first published to Nuget. The latest check in should resolve this issue. Please confirm. Thanks!
Hello,
After upgrading to 1.6.0 nuget, I saw a regression in From and To Headers parsing. This is blocking, please try to have a look quickly. Thank you.
Expected Property
From
: jhon.doe@gmail.com PropertyTo
: test@example.comGot Property
From
:null
PropertyTo
: empty listEmail: