VirtualMailManager/handler.py
2014-02-02 Pascal Volk Merged changes from default(5716bf441ceb). v0.7.x
2014-01-27 Pascal Volk Updated copyright notices to include the year 2014.
2014-01-27 Pascal Volk VMM/handler: Improved domaininfo subcommand.
2013-02-10 Pascal Volk Dropped pyPgSQL support. v0.7.x
2013-01-13 Pascal Volk VMM: Added option `-n NOTE' to {domain,user}add. v0.7.x
2013-01-09 Pascal Volk VMM: Code cleanup. v0.7.x
2013-01-06 Pascal Volk merged changes from default(d24f094d1cb5) v0.7.x
2013-01-05 Pascal Volk Updated copyright notices to include the year 2013.
2012-12-30 Pascal Volk VMM/*: Post-2to3 fix. Updated some error messages/comments. v0.7.x
2012-11-25 Pascal Volk VMM: Post-2to3 fixes. v0.7.x
2012-11-22 Pascal Volk VMM/handler: Dropped psycopg2 typecaster registration. v0.7.x
2012-11-21 Pascal Volk VMM/handler: Reworked config file permission check. v0.7.x
2012-11-20 Pascal Volk Ran 2to3 from Python 3.2.3. v0.7.x
2012-11-05 Pascal Volk VMM: Partial PEP-308-ification. v0.7.x
2012-11-04 Pascal Volk VMM: Removed module pycompat. v0.7.x
2012-09-27 Pascal Volk VMM: {alias,catchall}delete: Accept multiple destinations.
2012-09-05 Pascal Volk PEP8: Fixed all PEP8 related issues.
2012-09-02 Pascal Volk VMM/handler: Fixed user{quota,services,transport} subcommands.
2012-06-28 Pascal Volk Updated copyright notices to include the year 2012. v0.6.x
2012-06-27 Pascal Volk VMM: The Python 2.4.x compatibility commit. v0.6.x
2012-06-14 Pascal Volk VMM/handler: Restored method Handler.domain_transport(). v0.6.x
2012-04-15 martin f. krafft Provide list{addresses,aliases,users,relocated} subcommands v0.6.x
2012-04-14 martin f. krafft Add note field to Account/Domain and CLI v0.6.x
2012-04-14 martin f. krafft Allow username to take no argument to erase value v0.6.x
2012-04-13 martin f. krafft Change UI to accept 'default' to restore inherited values v0.6.x
2012-04-09 martin f. krafft Add catchall info to domain_info output v0.6.x
2012-04-09 martin f. krafft Fixup catchall_info to return iterator, not self v0.6.x
2012-04-09 martin f. krafft Provide catchall_* methods to the Handler class v0.6.x
2012-04-06 Pascal Volk VMM/handler: Create domain directory with umask 0022. v0.6.x
2011-11-08 Pascal Volk VMM/handler: Added a comment for the Translation Project. v0.6.x
2011-11-05 Pascal Volk VMM/config: Moved some options to section `domain': v0.6.x
2011-11-04 Pascal Volk VMM/domain: Extended/updated Domain.get_info() in order to: v0.6.x
2011-11-02 Pascal Volk VMM/account: Integrated class ServiceSet in class Account. v0.6.x
2011-11-01 Pascal Volk VMM/domain: Integrated class ServiceSet in class Domain. v0.6.x
2011-09-03 Pascal Volk VMM/handler: Handler.alias_delete() also use class DestinationEmailAddress v0.6.x
2011-03-10 Pascal Volk VMM: Deleted a few unused variables. v0.6.x
2011-02-24 Pascal Volk VMM: Updated some messages. (doesn't, isn't) -> (does not, is not) v0.6.x
2011-02-18 Pascal Volk VMM: Solve the default "misc.quota_bytes = '0'" problem where it may occur. v0.6.x
2011-02-10 Pascal Volk VMM/{account,domain,handler}: Added quota limit support. A few v0.6.x
2011-02-02 Pascal Volk VMM:/handler: Fixed typo introduced with the previous commit. v0.6.x
2011-02-02 Pascal Volk VMM/handler: Handler._make_domain_dir(): Check if the domain v0.6.x
2011-01-20 Pascal Volk VMM/{,cli/}handler: Moved the 'address-in-use check' (introduced v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler.relocated_add() check if the target address' v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler._get_{account,alias,relocated}() check v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler.alias_add() and Handler.relocated_add() use v0.6.x
2011-01-14 Pascal Volk Updated copyright notices to include the year 2011. v0.6.x
2010-08-09 Pascal Volk VMM/handler: Added support for psycopg2. v0.6.x
2010-08-07 Pascal Volk VMM/handler: Small code cleanups. v0.6.x
2010-08-05 Pascal Volk VMM/…: Unified messages and removed non-ASCII quotes. v0.6.x
2010-08-04 Pascal Volk VMM/{,cli/}handler: user_add: Check earlier if the account exists. v0.6.x
2010-08-01 Pascal Volk VMM/handler: Updated Handler.user_{disable,enable} methods to v0.6.x
2010-07-30 Pascal Volk VMM/{account,handler}: Account delete, use the boolean keyword force too. v0.6.x
2010-07-30 Pascal Volk VMM/domain: Simplified Domain.delete() related methods and their arguments, v0.6.x
2010-07-30 Pascal Volk VMM/handler: _make_home() Create the domain directory if it v0.6.x
2010-07-30 Pascal Volk VMM/account: Replaced property domain_directory by domain. v0.6.x
2010-07-29 Pascal Volk VMM/handler: Use more common.lisdir() in Handler's methods _chkenv, v0.6.x
2010-07-29 Pascal Volk VMM/handler: Reworked methods _get_disk_usage, _delete_home and v0.6.x
2010-07-28 Pascal Volk VMM/*: Made all modules names lowercase, adjusted imports. v0.6.x
less more (0) tip