0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz 56a8d1c52f MailboxHandler:
- start rewrite based on PFAHandler
- add initStruct(), initMsg(), webformConfig(), validate_new_id(), 
  create_allowed()
- drop old __construct() and view()
- replace $this->username with $this->id
- replace check of old password in change_pw() with $this->login 
 
users/password.php:
- adopt to *Handler syntax

scripts/shells/mailbox.php:
- adopt to *Handler view() syntax
- add TODO - maildir column isn't displayed
  
xmlrpc.php:
- adopt to *Handler syntax

Note: as usual, the changes in xmlrpc.php are untested ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1360 a1433add-5e2c-0410-b055-b7f2511e0802
2012-04-09 15:02:16 +00:00
..
AdminHandler.php AliasHandler now works with edit.php in many cases 2011-12-27 18:13:32 +00:00
AliasdomainHandler.php AliasdomainHandler.php, PFAHandler.php: 2011-12-26 18:27:25 +00:00
AliasHandler.php VacationHandler: 2012-04-09 02:00:10 +00:00
Config.php make Config.php a php5 compatible object; remove strict standards warnings 2011-10-24 22:24:21 +00:00
DomainHandler.php Make $struct in the *Handler classes customizeable 2011-12-20 23:07:34 +00:00
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 2011-10-17 21:47:58 +00:00
MailboxHandler.php MailboxHandler: 2012-04-09 15:02:16 +00:00
PFAHandler.php PFAHandler: 2012-04-08 23:07:22 +00:00
VacationHandler.php VacationHandler: 2012-04-09 02:00:10 +00:00