diff --git a/modules/nux/modules.php b/modules/nux/modules.php index 1024905138..35821430e6 100644 --- a/modules/nux/modules.php +++ b/modules/nux/modules.php @@ -364,7 +364,7 @@ public function process() continue; } } - } + } if (! empty($server['smtp']['server'])) { if (!$this->module_is_supported('smtp')) { $errors[] = 'SMTP module is not enabled'; @@ -541,7 +541,7 @@ protected function output() { class Hm_Output_nux_help extends Hm_Output_Module { protected function output() { return '

'.$this->trans('Help').'

'. - $this->trans('Cypht is a webmail program. You can use it to access your E-mail accounts from any service that offers IMAP, or SMTP access - which most do.').' '. + $this->trans('Cypht is a webmail program. You can use it to access your E-mail accounts from any service that offers IMAP, or SMTP access - which most do. And Cypht also supports the newest protocol: JMAP (RFC8621).').' '. '
'; } } @@ -563,6 +563,8 @@ protected function output() { $res .= ''.$this->trans('Add an E-mail Account').''; $res .= '