Settings

Mailaccounts

_['user']; $mailboxes = Mailbox::getMailboxesByUserId($user->getUserId()); // TODO: MVC ?> '; echo ''; echo ''; // TODO: alternative inputs echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Hostname Port Protocol SSL Allow invalid cert Username Password
' . getEditableLink('hostname', 'text', $mailbox->getId(), 'Click to edit', $mailbox->getHostname()) . '' . getEditableLink('port', 'text', $mailbox->getId(), 'Click to edit', $mailbox->getPort()) . '' . getEditableLink('protocol', 'select', $mailbox->getId(), 'Click to edit', $mailbox->getProtocol()) . '' . getEditableLink('use-ssl', 'select', $mailbox->getId(), 'Click to edit', $mailbox->getUseSsl()) . '' . getEditableLink('no-valid-cert', 'select', $mailbox->getId(), 'Click to edit', $mailbox->getNoValidCert()) . '' . getEditableLink('username', 'text', $mailbox->getId(), 'Click to edit', $mailbox->getUsername()) . '' . getEditableLink('password', 'password', $mailbox->getId(), 'Click to edit', 'Click to change') . '