Backport #1795
Provide SMTP STARTTLS support
| Status: | Open | Start date: | 07/20/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
apparently 1.8.7+ has smtp_tls support built-in. Any chance of getting that for 1.8.6 too?
History
Updated by Ryan Davis over 2 years ago
On Jul 20, 2009, at 07:15 , Roger Pack wrote: > Backport #1795: Provide SMTP STARTTLS support > http://redmine.ruby-lang.org/issues/show/1795 > > Author: Roger Pack > Status: Open, Priority: Normal > > apparently 1.8.7+ has smtp_tls support built-in. Any chance of > getting that for 1.8.6 too? no. use the smtp_tls gem.
Updated by Kirk Haines over 2 years ago
On Mon, Jul 20, 2009 at 4:04 PM, Ryan Davis<ryand-ruby@zenspider.com> wrote: >> apparently 1.8.7+ has smtp_tls support built-in. Any chance of getting >> that for 1.8.6 too? > > no. > > use the smtp_tls gem. Is there a non-obvious reason why this isn't a valid backport from 1.8.7? Kirk Haines
Updated by Roger Pack over 1 year ago
> Is there a non-obvious reason why this isn't a valid backport from 1.8.7? I guess just because it's an API change instead of a bug fix (this one is half and half though)...any opinions out there? Thanks. -rp