You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
(TODO: generating random passwords - when this is done, MailboxHandler
can replace create-mailbox.php)
- initStruct():
- make 'username' a 'mail' field (doesn't really change anything at
the moment)
- make 'maildir' editable on $new
- init(): minor cleanup
- validate_new_id(): error out early if check_email() fails
- beforestore():
- convert quota from MB to bytes - previously in setmore()
- on $new, create mailbox alias
- storemore(): run mailbox_postcreation(), send_welcome_mail() and
create_mailbox_subfolders() on $new
- add send_welcome_mail()
- _field_quota(): return true on success (otherwise it's interpreted
as invalid value)
- add _missing_local_part(), _missing_domain() and _missing_maildir()
to fill those fields on $new
- remove add() because all the code moved to the functions mentioned
above.
Known regression: this breaks CLI create mailbox for now
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1425 a1433add-5e2c-0410-b055-b7f2511e0802
|
13 years ago | |
|---|---|---|
| .. | ||
| AdminHandler.php | 14 years ago | |
| AliasHandler.php | 13 years ago | |
| AliasdomainHandler.php | 13 years ago | |
| Config.php | 14 years ago | |
| DomainHandler.php | 14 years ago | |
| Lang.php | 14 years ago | |
| MailboxHandler.php | 13 years ago | |
| PFAHandler.php | 13 years ago | |
| VacationHandler.php | 14 years ago | |