0); $is_mailbox = ($account['password'] != NULL || $id == 0); $numforwards = max(count($account['forwards']), 1); output(" "); $form = "
E-Mail-Adresse: @ ".domainselect($account['domain'])."
"; $password_message = ''; $password_value = ''; if ($is_mailbox and ($account['password'] != '')) { $password_message = 'Passwort für Abruf: {$password_message}
"; $form.= " "; $quota = config('vmail_basequota'); if ($is_mailbox and $account['quota']) { $quota = $account['quota']; } $form .= " "; $quota_notify = ($account['quota_threshold'] >= 0) ? ' checked="checked" ' : ''; $quota_threshold = ($account['quota_threshold'] >= 0) ? $account['quota_threshold'] : ''; $form .= " "; $form .= "
".
" ".
html_datepicker("ar_valid_from", strtotime($startdate))."
".
" ".
html_datepicker("ar_valid_until", strtotime($enddate))."
".
"
".
" ".
"
". html_select('ar_quote', array("none" => 'nicht in Antwort einschließen', "inline" => 'zitieren (max. 50 Zeilen)', "attach" => 'vollständig als Anhang beifügen'), $quote)."
"; $ar_from_default_checked = ($ar['fromname'] == NULL) ? ' checked="checked"' : ''; $ar_from_custom_checked = ($ar['fromname'] != NULL) ? ' checked="checked"' : ''; $fromname = $ar['fromname']; $form .= "
".
" ".
"
Weiterleiten an
Spam-Mails an diese Adresse ".html_select('spamfilter_action_'.$num, array("none" => 'nicht filtern', "tag" => 'markieren und zustellen', "delete" => 'nicht zustellen'), $account['forwards'][$i]['spamfilter'])."
Weiterleiten an
Spam-Mails an diese Adresse ".html_select('spamfilter_action_1', array("none" => 'nicht filtern', "tag" => 'markieren und zustellen', "delete" => 'nicht zustellen'), "none")."
[ mehr Empfänger ]
'.internal_link('vmail', 'Abbrechen').'
'; output(html_form('vmail_edit_mailbox', 'save', 'action=edit'.($id != 0 ? '&id='.$id : ''), $form)); ?>