VirtualMailManager/Handler.py
Wed, 28 Jul 2010 01:03:56 +0000 Pascal Volk VMM//{,cli/}Handler: PEP-8-ified the Handler classes: v0.6.x
Tue, 27 Jul 2010 19:29:44 +0000 Pascal Volk VMM//{,cli/}Handler: Reworked configuration related parts. v0.6.x
Mon, 26 Jul 2010 19:10:51 +0000 Pascal Volk VMM/constants: Replaced the constants subpackage by a module. v0.6.x
Fri, 23 Jul 2010 19:07:30 +0000 Pascal Volk VMM/Handler: Reworked __domDirMake and reamed to __make_domain_dir. v0.6.x
Fri, 23 Jul 2010 02:45:31 +0000 Pascal Volk VMM/mailbox: Added to the repository. v0.6.x
Tue, 18 May 2010 07:00:21 +0000 Pascal Volk VMM/Domain: removed functions ace2idna() and idn2ascii(). v0.6.x
Wed, 12 May 2010 07:40:59 +0000 Pascal Volk VMM/Account: replaced attribute _mid : int by _mail : MailLocation. v0.6.x
Sun, 09 May 2010 06:20:52 +0000 Pascal Volk VMM/ā€¦: re-indented long queries and error messages. v0.6.x
Mon, 03 May 2010 20:00:06 +0000 Pascal Volk VMM/Handler: import the errors before raising them. v0.6.x
Fri, 30 Apr 2010 08:02:03 +0000 Pascal Volk VMM/Handler: code cleanups in the user/alias/relocated info methods. v0.6.x
Fri, 30 Apr 2010 04:42:08 +0000 Pascal Volk VMM/Handler: fixed destination check in Handler.aliasAdd(). v0.6.x
Fri, 30 Apr 2010 03:03:47 +0000 Pascal Volk VMM/Alias: moved the postconf stuff from the Handlers to Alias class. v0.6.x
Fri, 30 Apr 2010 00:01:15 +0000 Pascal Volk VMM/{Config,Handler}: moved Config.install() to Handler.cfg_install(). v0.6.x
Thu, 29 Apr 2010 12:08:43 +0000 Pascal Volk VMM/Handler: removed password hashing related stuff. v0.6.x
Thu, 29 Apr 2010 11:51:12 +0000 Pascal Volk VMM{,/cli}/Handler: adjusted user* methods to the changes in Account. v0.6.x
Wed, 28 Apr 2010 09:00:02 +0000 Pascal Volk VMM/Config: Added method Config.install() -> global cfg_dget(). v0.6.x
Wed, 28 Apr 2010 05:28:36 +0000 Pascal Volk configuration: Dropped setting misc.gid_mail. v0.6.x
Tue, 27 Apr 2010 22:49:46 +0000 Tobias Berling VMM/{Account,common,Handler}: Improved version_hex(). v0.6.x
Sun, 25 Apr 2010 04:51:14 +0000 Pascal Volk Use the complete Dovecot version, not only the concatenated major v0.6.x
Sat, 24 Apr 2010 02:49:45 +0000 Pascal Volk VMM: moved some non-init functions to the new common module. v0.6.x
Tue, 20 Apr 2010 03:04:16 +0000 Pascal Volk merged changes from default(9bf8d97ced88) v0.6.x
Sun, 18 Apr 2010 15:42:46 +0000 Pascal Volk VMM: added 'Configuration' variable and set_configuration(). v0.6.x
Sat, 17 Apr 2010 21:39:00 +0000 Pascal Volk VMM/Handler: renamed some methods and added their missing docstrings: v0.6.x
Fri, 16 Apr 2010 03:58:07 +0000 Pascal Volk VMM: moved functions ace2idna(), check_domainname(), idn2ascii() v0.6.x
Thu, 15 Apr 2010 22:04:33 +0000 Pascal Volk VMM/Handler: Implemented Handler._chk_other_address_types(). v0.6.x
Tue, 13 Apr 2010 18:11:52 +0000 Pascal Volk VMM/Handler: adjusted Handler.aliasDomain*() methods to changes v0.6.x
Mon, 05 Apr 2010 14:54:53 +0000 Pascal Volk VMM/Handler: small code cleanups and an improved import statement. v0.6.x
Mon, 05 Apr 2010 11:26:54 +0000 Pascal Volk merged changes from default(184970fd7486) v0.6.x
Sun, 04 Apr 2010 22:44:58 +0000 Tobias Berling VMM/Handler: compressed Handler.domainList() and replaced ā€œ%sā€ with '%s' in v0.6.x
Sun, 04 Apr 2010 08:16:46 +0000 Pascal Volk VMM/Domain: reworked Domain class. v0.6.x
Sun, 21 Mar 2010 09:59:05 +0000 Pascal Volk merged changes from default(8c4df3dd2d2c) v0.6.x
Mon, 01 Mar 2010 02:31:03 +0000 Pascal Volk replaced some "for x in list ā€¦" v0.6.x
Sun, 28 Feb 2010 20:51:34 +0000 Pascal Volk VMM/Domain: get_gid() return 0 instead of raising an Exception, v0.6.x
Sat, 27 Feb 2010 21:36:55 +0000 Pascal Volk VMM/Alias: renamed Alias.add_destination() to add_destinations(). v0.6.x
Fri, 26 Feb 2010 02:35:25 +0000 Pascal Volk Moved VirtualMailManager/Exceptions to VirtualMailManager/errors. v0.6.x
Thu, 25 Feb 2010 17:56:08 +0000 Pascal Volk PEP-8-ified the work of the last days. v0.6.x
Mon, 22 Feb 2010 04:26:52 +0000 Pascal Volk VMM: removed unneeded/duplicated regular expression definitions v0.6.x
Wed, 10 Feb 2010 07:38:19 +0000 Pascal Volk VMM/{Relocated,Handler}: reworked Relocated class, adjusted Handler. v0.6.x
Wed, 10 Feb 2010 02:13:35 +0000 Pascal Volk VMM/{Alias,Handler}: reworked Alias class, adjusted Handler class. v0.6.x
Sun, 07 Feb 2010 06:28:35 +0000 Pascal Volk VMM/Handler: fixed a SyntaxError. Oops v0.6.x
Sun, 07 Feb 2010 06:12:48 +0000 Pascal Volk VMM/Handler: __mailDirMake() add warning for skipped mailboxes. v0.6.x
Sun, 07 Feb 2010 03:44:04 +0000 Pascal Volk VMM/{,cli/}Handler: reverted most of cs cf1b5f22dbd2 added a cli handler. v0.6.x
Sat, 06 Feb 2010 04:09:17 +0000 Pascal Volk VMM/Handler: __init__ accepts now a config_type ('default'||'cli'). v0.6.x
Sat, 06 Feb 2010 02:11:55 +0000 Pascal Volk VMM/{,cli/Cli}Config: Moved interactive stuff to new CliConfig class. v0.6.x
Fri, 05 Feb 2010 20:16:44 +0000 Pascal Volk moved VMM/cli/handler to VMM/Handler v0.6.x
less more (0) tip