Mon, 26 Jul 2010 19:10:51 +0000 |
Pascal Volk |
VMM/constants: Replaced the constants subpackage by a module.
v0.6.x
|
file |
diff |
annotate
|
Thu, 22 Jul 2010 21:20:52 +0000 |
Pascal Volk |
VMM/Config: Added boolean option mailbox.subscribe.
v0.6.x
|
file |
diff |
annotate
|
Thu, 22 Jul 2010 16:18:38 +0000 |
Pascal Volk |
VMM/Config: Return mailbox.{folders,root} settings as Unicode.
v0.6.x
|
file |
diff |
annotate
|
Wed, 21 Jul 2010 21:53:39 +0000 |
Pascal Volk |
VMM/Config: Added function check_mailbox_format().
v0.6.x
|
file |
diff |
annotate
|
Tue, 20 Jul 2010 16:25:31 +0000 |
Pascal Volk |
VMM/Config: Added mailbox.root setting.
v0.6.x
|
file |
diff |
annotate
|
Mon, 10 May 2010 09:06:57 +0000 |
Pascal Volk |
VMM/password: adapted Blowfish/SHA-256/SHA-512 crypt() to recent
v0.6.x
|
file |
diff |
annotate
|
Sun, 09 May 2010 06:20:52 +0000 |
Pascal Volk |
VMM/…: re-indented long queries and error messages.
v0.6.x
|
file |
diff |
annotate
|
Tue, 04 May 2010 00:01:35 +0000 |
Pascal Volk |
VMM/password: moved the 'scheme check' code from pwhash() to the
v0.6.x
|
file |
diff |
annotate
|
Mon, 03 May 2010 20:38:36 +0000 |
Pascal Volk |
VMM/Config: removed the default value of misc.dovecot_version.
v0.6.x
|
file |
diff |
annotate
|
Mon, 03 May 2010 08:25:26 +0000 |
Pascal Volk |
VMM/password: Added support Blowfish/SHA-256/SHA-512 crypt().
v0.6.x
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 00:01:15 +0000 |
Pascal Volk |
VMM/{Config,Handler}: moved Config.install() to Handler.cfg_install().
v0.6.x
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 09:00:02 +0000 |
Pascal Volk |
VMM/Config: Added method Config.install() -> global cfg_dget().
v0.6.x
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 05:28:36 +0000 |
Pascal Volk |
configuration: Dropped setting misc.gid_mail.
v0.6.x
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 04:51:14 +0000 |
Pascal Volk |
Use the complete Dovecot version, not only the concatenated major
v0.6.x
|
file |
diff |
annotate
|
Sat, 24 Apr 2010 02:49:45 +0000 |
Pascal Volk |
VMM: moved some non-init functions to the new common module.
v0.6.x
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 20:23:18 +0000 |
Pascal Volk |
vmm.cfg: renamed maildir.folders to mailbox.folders. maildir.name
v0.6.x
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 02:35:25 +0000 |
Pascal Volk |
Moved VirtualMailManager/Exceptions to VirtualMailManager/errors.
v0.6.x
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 17:56:08 +0000 |
Pascal Volk |
PEP-8-ified the work of the last days.
v0.6.x
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 10:44:13 +0000 |
Pascal Volk |
VMM/Config: LazyConfig.getboolean(), convert the value in our getboolean.
v0.6.x
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 10:20:46 +0000 |
Pascal Volk |
VMM{/Config}: reduced docstrings. Added doc to the repository.
v0.6.x
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 03:14:12 +0000 |
Pascal Volk |
VMM/Config: moved Config.sections() to class LazyConfig.
v0.6.x
|
file |
diff |
annotate
|
Sat, 20 Feb 2010 17:20:52 +0000 |
Pascal Volk |
VMM/Config: renamed LazyConfig's get_boolean() to getboolean().
v0.6.x
|
file |
diff |
annotate
|
Sat, 13 Feb 2010 03:20:42 +0000 |
Pascal Volk |
VMM/{,cli/}Config: fixed imports. Small code cleanups and cosmetic.
v0.6.x
|
file |
diff |
annotate
|
Fri, 12 Feb 2010 04:15:18 +0000 |
Pascal Volk |
VMM/Config: LazyConfigOption.__init__() cast 'default' to 'cls'.
v0.6.x
|
file |
diff |
annotate
|
Thu, 11 Feb 2010 07:20:49 +0000 |
Pascal Volk |
VMM/Config: attributes of class LazyConfigOption are read-only now.
v0.6.x
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 04:09:17 +0000 |
Pascal Volk |
VMM/Handler: __init__ accepts now a config_type ('default'||'cli').
v0.6.x
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 02:11:55 +0000 |
Pascal Volk |
VMM/{,cli/Cli}Config: Moved interactive stuff to new CliConfig class.
v0.6.x
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 20:13:32 +0000 |
Pascal Volk |
VMM/*: Moved some methods from classes to modules __init__.
v0.6.x
|
file |
diff |
annotate
|
Mon, 01 Feb 2010 18:46:17 +0000 |
Pascal Volk |
VMM/Config: dropped option config.done
v0.6.x
|
file |
diff |
annotate
|
Fri, 29 Jan 2010 23:56:45 +0000 |
Pascal Volk |
po: Quick refresh - for documentation purpose.
v0.6.x
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 09:06:05 +0000 |
Pascal Volk |
VMM/VMM: allow configure subcommand also with missing settings.
v0.6.x
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 06:40:38 +0000 |
Pascal Volk |
VMM/Config: reworked configuration handling.
v0.6.x
|
file |
diff |
annotate
|
Fri, 22 Jan 2010 04:31:38 +0000 |
Pascal Volk |
branch merge
v0.6.x
|
file |
diff |
annotate
|
Fri, 22 Jan 2010 04:22:59 +0000 |
Pascal Volk |
VMM/Config: Fixed error handling of missing sections in vmm.cfg.
|
file |
diff |
annotate
|
Fri, 22 Jan 2010 04:00:48 +0000 |
Pascal Volk |
VMM/Config: Fixed error handling of missing sections in vmm.cfg.
v0.6.x
|
file |
diff |
annotate
|
Thu, 14 Jan 2010 06:18:34 +0000 |
Pascal Volk |
vmm.cfg: a few re-renamed configuration options.
v0.6.x
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 00:08:44 +0000 |
Pascal Volk |
vmm.cfg: dealt with the most overdue section/option renaming.
v0.6.x
|
file |
diff |
annotate
|
Sat, 02 Jan 2010 15:45:12 +0000 |
Pascal Volk |
Updated copyright notices to include the year 2010.
|
file |
diff |
annotate
|
Wed, 02 Sep 2009 06:08:53 +0000 |
Pascal Volk |
Reorganized module import.
|
file |
diff |
annotate
|
Mon, 31 Aug 2009 04:58:45 +0000 |
Pascal Volk |
Reorganized imports, eliminated a potential UnicodeEncodeError.
|
file |
diff |
annotate
|
Tue, 25 Aug 2009 11:08:00 +0000 |
Pascal Volk |
Replaced angle quotes by quotation marks.
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 17:42:22 +0000 |
Pascal Volk |
Converted VirtualMailManager and Postconf to new-style classes.
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 02:00:25 +0000 |
Pascal Volk |
Comments updated.
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 06:31:14 +0000 |
Pascal Volk |
Config: renamed services.managesieve to services.sieve,
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 04:56:13 +0000 |
Pascal Volk |
Hopefully the final UnicodeDecodeError fix for the Config class
|
file |
diff |
annotate
|
Sun, 09 Aug 2009 03:57:15 +0000 |
Pascal Volk |
VMM.Config: replaced the last non encoded print statement.
|
file |
diff |
annotate
|
Sun, 09 Aug 2009 00:37:56 +0000 |
Pascal Volk |
Removed svn keywords, more POSIX compliant shell scripts
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 02:16:34 +0000 |
Pascal Volk |
* 'VirtualMailManager/Config.py'
|
file |
diff |
annotate
|
Tue, 23 Dec 2008 19:39:54 +0000 |
Pascal Volk |
* 'VirtualMailManager/Config.py'
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 22:23:26 +0000 |
Pascal Volk |
* 'VirtualMailManager/VirtualMailManager.py'
|
file |
diff |
annotate
|
Tue, 16 Sep 2008 05:55:54 +0000 |
Pascal Volk |
* 'VirtualMailManager/ext/Postconf.py'
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 05:30:17 +0000 |
Pascal Volk |
* 'VirtualMailManager/EmailAddress.py'
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 20:42:41 +0000 |
Pascal Volk |
* 'VirtualMailManager/VirtualMailManager.py'
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 04:52:32 +0000 |
Pascal Volk |
* 'VirtualMailManager/VirtualMailManager.py'
|
file |
diff |
annotate
|
Fri, 22 Aug 2008 03:07:53 +0000 |
Pascal Volk |
* 'VirtualMailManager/DomainAlias.py'
|
file |
diff |
annotate
|
Wed, 20 Aug 2008 02:22:43 +0000 |
Pascal Volk |
* Switched from pygettext to xgettext -> small adjustments to these files:
|
file |
diff |
annotate
|