]> gitweb.michael.orlitzky.com - mailshears.git/shortlog
mailshears.git
2013-03-18 Michael OrlitzkyWhitespace/comment cleanup.
2013-03-18 Michael OrlitzkyAdd another totally-untested plugin: davical.
2013-03-18 Michael OrlitzkyAdd explicit "self." in one place.
2013-03-18 Michael OrlitzkyAdd AgenDAV plugin, totally untested.
2013-03-18 Michael OrlitzkyFix a comment.
2012-07-16 Michael OrlitzkyAdd the domain/account name to NonexistentDomain/Accoun...
2012-04-19 Michael OrlitzkyAdd the example configuration file.
2012-04-19 Michael OrlitzkyGet the new YAML-based configuration working, and updat...
2012-04-19 Michael OrlitzkyFix another call to the (removed) Configuration module.
2012-04-19 Michael OrlitzkyUpdate the rest of the code to use the new Configuratio...
2012-04-19 Michael OrlitzkyAdd a Configuration class which loads a user YAML file...
2012-04-19 Michael OrlitzkyRemove the default configuration module.
2012-04-19 Michael OrlitzkySwitch from constants to variables in the Configuration...
2012-04-16 Michael OrlitzkyAdd a README file.
2012-04-16 Michael OrlitzkyReorder the default config file to make more sense.
2012-04-16 Michael OrlitzkyUpdate the homepage in the gemspec file.
2012-04-09 Michael OrlitzkyBe silent if the user does not have a configuration...
2012-04-09 Michael OrlitzkyLoad the default configuration file in lib/mailshears.rb.
2012-04-09 Michael OrlitzkyRestructure the lib directory to avoid name collisions.
2012-04-09 Michael OrlitzkyAdd the GPL3 'LICENSE' file.
2012-04-08 Michael OrlitzkyRename 'src' to 'lib' to match every other Ruby project...
2012-01-14 Michael OrlitzkyUpdate the RoundcubeDb plugin for v0.7.
2011-07-08 Michael OrlitzkyDelete accounts before domains.
2011-02-03 Michael OrlitzkyGet the domain/account descriptions before deleting...
2011-02-03 Michael OrlitzkyHandle the case where an account's domain has already...
2011-01-06 Michael OrlitzkyMake describe_domain work (for DovecotMailstore) even...
2011-01-04 Michael OrlitzkyMake describe_account work (for DovecotMailstore) even...
2010-12-26 Michael OrlitzkyAdd the roundcube_db plugin.
2010-12-26 Michael OrlitzkyEnable the roundcube_db plugin (in the config file...
2010-12-26 Michael OrlitzkyUpdate the PostfixadminDb class to use the newer 'pg...
2010-12-26 Michael OrlitzkyFix a bug in the header output.
2010-12-26 Michael OrlitzkyGeneralize the plugin mechanism with a Plugin module...
2010-12-26 Michael OrlitzkyChange the way the plugins are included (by file name...
2010-12-26 Michael OrlitzkyConvert DovecotMailstore to a plugin, and generalize...
2010-12-26 Michael OrlitzkyAdd a PLUGINS configuration option.
2010-12-26 Michael OrlitzkyRemove the default initializer for the Mailstore class.
2010-12-25 Michael OrlitzkyActually remove directories when I_MEAN_BUSINESS =...
2010-09-01 Michael OrlitzkyAdded the I_MEAN_BUSINESS configuration parameter,...
2010-07-14 Michael OrlitzkyAdded error handling to the domain/account path methods.
2010-07-13 Michael OrlitzkyAdded three new error classes: InvalidAccountError...
2010-07-13 Michael OrlitzkyAdded the domain/account path to the output.
2010-07-13 Michael OrlitzkyImplemented get_domain_path and get_account_path in...
2010-07-13 Michael OrlitzkyAdded some more virtual function definitions to the...
2010-07-13 Michael OrlitzkyMissing parenthesis in a comment!
2010-06-13 Michael OrlitzkyOnly enumerate accounts in domains whose folders exist.
2010-06-13 Michael OrlitzkyIgnore the 'ALL' domain.
2010-06-13 Michael OrlitzkyFirst attempt at making mailshears report deleted domai...
2010-06-13 Michael OrlitzkyAdded the get_domains_from_filesystem function to the...
2010-06-13 Michael OrlitzkyAdded the get_domains_from_db() function to the Postfix...
2010-03-20 Michael OrlitzkyUse the 'mailbox' table instead of 'alias'; the alias...
2010-02-13 Michael OrlitzkyFixed an array-nesting bug.
2010-02-11 Michael OrlitzkyPrettied up the output with a header.
2010-02-11 Michael OrlitzkyFlatten the SQL result set so that the array difference...
2010-02-11 Michael OrlitzkyInitial commit.