Bugs: Browse | Submit New | Admin
I have these odd parse results: >> TMail::Address.parse("'foo@bar.com'").address => "'foo@bar.com'" Should the plings stay? >> TMail::Address.parse("foo|boo@bar.com").address => "foo|boo@bar.com" What about the pipe? My SMTP server rejects these at least. Best regards.
Add A Comment: