https://bugzilla.novell.com/show_bug.cgi?id=645871
https://bugzilla.novell.com/show_bug.cgi?id=645871#c0 Summary: MailAddress class doesn't handle invalid email addresses. Classification: Mono Product: Mono: Runtime Version: 2.8.x Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3 In MS .Net instantiating a new MailAddress object to an invalid email address will throw an exception. This doesn't happen in Mono. Reproducible: Always Steps to Reproduce: var addy = new MailAddress("foobar"); // 'splodes in MS .Net, Mono ignores and keeps going. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
