From 540324ef6b3795e9eb9501e52fc4c870ad6f5b20 Mon Sep 17 00:00:00 2001 From: Bienvenumoringa Date: Tue, 8 Oct 2024 20:50:23 +0200 Subject: [PATCH] [UI] modules.php : Modify the text to explain that Cypht supports JMAP (RFC8621) by default. --- modules/nux/modules.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 .= '