Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6015 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 years ago

TMail::Mail.create_forward broken

Reported by: andy@stud.fh-dortmund.de Assigned to: David
Priority: normal Milestone:
Component: ActionMailer Version: 1.2.3
Severity: normal Keywords: mail create forward
Cc: Zargony

Description

TMail that comes with ActionMailer-1.2.5 has a bug in the create_forward method:

create_forward does not return the newly created mail, but a list of attachments of the newly created mail. In net.rb there's a missing "mail" at the end of function setup_forward to return the newly created mail (see also method setup_reply)

PS: Shouldn't a forwarded mail also contain a references header to the original mail? If so, this is missing too.

This seems to be an upstream bug (TMail), but I didn't find a way to report to the TMail author.

Change History

02/27/07 19:33:06 changed by Zargony

Any progress on this? ActionMailer-1.3.2 still seems to have this bug...

11/08/07 07:33:04 changed by Zargony

  • cc set to Zargony.
  • version set to edge.

11/08/07 08:28:14 changed by mikel

  • status changed from new to closed.
  • version changed from edge to 1.2.3.
  • resolution set to duplicate.

I am going to handle this over at tmail.rubyforge.org. See above ticket for fix.

Mikel