Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
/ mailman Public archive
forked from mailman/mailman

An incoming mail processing microframework in Ruby

License

Notifications You must be signed in to change notification settings

sprucemedia/mailman

This branch is 3 commits ahead of, 61 commits behind mailman/mailman:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9faf390 · Mar 17, 2014
Aug 9, 2013
Jul 28, 2010
Mar 17, 2014
Mar 13, 2014
Mar 17, 2012
Dec 6, 2013
Jul 27, 2010
Aug 11, 2013
Jul 5, 2013
Aug 7, 2013
Aug 7, 2013
Aug 1, 2011
Dec 7, 2013
Nov 18, 2013

Repository files navigation

Mailman Build Status

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

Compatibility

Tested on Ruby 2.0, 1.9.3, JRuby, and Rubinius.

Thanks

This project was originally sponsored by Ruby Summer of Code (2010), and mentored by Steven Soroka.

Copyright

Copyright (c) 2010-2013 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%