module MailManager

Constants

VERSION

Public Class Methods

init(root) click to toggle source

Call this method to start using MailManager. Give it the full path to your Mailman installation. It will return an instance of MailManager::Base.

# File lib/mailmanager.rb, line 37
def self.init(root)
  self.root = root
  Base.instance
end