eightdot

Results 1 issues of eightdot

calling ``` SimpleMail::Sender sender; SimpleMail::MimeMessage message; message.addTo(SimpleMail::EmailAddress("[email protected]", "surname, forename")); sender.sendMail(message); ``` results in the following to header: `To: surname, forename ` which should have been quoted or escaped afaick. i...