[MacRuby-devel] Basic delayed email method

Cliff Rosson cliff.rosson at gmail.com
Fri Oct 19 15:12:39 PDT 2012


Hi Everyone,

I am fairly new to macruby and am having trouble finding some basic
documentation to help me out. I would like to write a simple app that sends
a delayed email based on Time from mac mail.

I am thinking of something like this,

time = Time.now + 3600
while true
  case time
  when Time.now
    #Send email
  end
end

Being able to respond to certain emails or send an email from a draft would
be a huge benefit. Can anyone point me in the write direction to accomplish
this? I am decently proficient in ruby but don't know where to start with
MacRuby.

Thanks everyone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20121019/199c2f9a/attachment.html>


More information about the MacRuby-devel mailing list