Skip to content
forked from mailman/mailman

An incoming mail processing microframework in Ruby

License

Notifications You must be signed in to change notification settings

sholden/mailman

This branch is 2 commits ahead of, 184 commits behind mailman/mailman:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a6fc83 · Feb 8, 2012
Jul 28, 2010
Feb 8, 2012
Feb 7, 2012
Aug 1, 2011
Feb 7, 2012
Jul 27, 2010
Aug 6, 2011
Aug 1, 2011
May 13, 2010
Jan 24, 2012
Aug 1, 2011
Aug 19, 2011
Aug 1, 2011

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.run do
  to 'ticket-%id%@example.org' do

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

See the User Guide for more information.

Installation

gem install mailman

Requirement

Works fine with Ruby >= 1.8.7, rubinius and jRuby. Does not work with Ruby 1.8.6.

Gems dependencies

  • mail >= 2.0.3
  • activesupport >= 2.3.4
  • fssm >= 0.1.4
  • maildir >= 0.5.0
  • i18n >= 0.4.1

Continous integration

Build Status

Thanks

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

Contributors

Copyright

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

About

An incoming mail processing microframework in Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%