1 === 0.0.0 === |
1 === 0.0.0 === |
|
2 2008-04-21 Pascal Volk <neverseen@users.sourceforge.net> |
|
3 |
|
4 * create_tables.pgsql (table users): |
|
5 Replaced column 'disabled' with columns smpt, pop3, imap and managesieve |
|
6 * create_tables.pgsql (view dovecot_password): |
|
7 updated view, added service columns smpt, pop3, imap and managesieve |
|
8 * update_tables_0.3.x-0.4.py: |
|
9 Updated to consider the points above mentioned |
|
10 * vmm.cfg: |
|
11 Added section »services« with options: smtp, pop3, imap and managesieve |
|
12 * update_config_0.3.x-0.4.py: |
|
13 * VirtualMailManager/Config.py: |
|
14 Updated, to add new section »services« |
|
15 * VirtualMailManager/Account.py (Account._switchState(), Account.enable(), |
|
16 Account.disable(), Account.save(), Account.getInfo()): |
|
17 * VirtualMailManager/VirtualMailManager.py (VirtualMailManager.user_add(), |
|
18 VirtualMailManager.user_disable(), VirtualMailManager.user_enable()): |
|
19 * vmm (usage(), user_disable(), user_enable()): |
|
20 Modified, to fit new database structure |
|
21 * UPGRADE: |
|
22 * INSTALL: |
|
23 Updated information |
|
24 * update_tables_0.4-dev_r24.py: |
|
25 Added temporary to the repository |
|
26 |
2 2008-04-18 Pascal Volk <neverseen@users.sourceforge.net> |
27 2008-04-18 Pascal Volk <neverseen@users.sourceforge.net> |
3 |
28 |
4 * VirtualMailManager/Account.py: Implemented getAccountByID() |
29 * VirtualMailManager/Account.py: Implemented getAccountByID() |
5 * VirtualMailManager/VirtualMailManager.py (VirtualMailManager): |
30 * VirtualMailManager/VirtualMailManager.py (VirtualMailManager): |
6 * vmm: Implemented user_byID() |
31 * vmm: Implemented user_byID() |