Skip to content
forked from mailman/mailman

[RSoC] An incoming mail processing microframework in Ruby

License

Notifications You must be signed in to change notification settings

halorgium/mailman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailman

Mailman is an incoming mail processing microframework (with POP3 and Maildir support), that works with Rails "out of the box".

require 'mailman'
Mailman::Application.new do
  to 'ticket-%id%@example.org' do

    Ticket.find(params[:id]).add_reply(message)
  end
end

See the {file:USER_GUIDE.md} for more information.

Installation

gem install mailman

Thanks

This project is sponsored by the Ruby Summer of Code, and my mentor is Steven Soroka.

Copyright

Copyright (c) 2010 Jonathan Rudenberg. See LICENSE for details.

About

[RSoC] An incoming mail processing microframework in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%