date = comment.created_at
from = comment.diary_entry.subscribers.find(recipient[2])
to = comment.user
token = recipient[3]
elsif recipient = ARGV[0].match(/^m-(\d+)-(.*)$/)
message = Message.find(recipient[1])
date = comment.created_at
from = comment.diary_entry.subscribers.find(recipient[2])
to = comment.user
token = recipient[3]
elsif recipient = ARGV[0].match(/^m-(\d+)-(.*)$/)
message = Message.find(recipient[1])
.encode(:universal_newline => true)
.encode(:crlf_newline => true))
message = Message.from_mail(mail, from, to)
message.save!
.encode(:universal_newline => true)
.encode(:crlf_newline => true))
message = Message.from_mail(mail, from, to)
message.save!