Skip to content

Commit

Permalink
Merge pull request #1277 from Bienvenumoringa/promote-jmap-in-the-UI
Browse files Browse the repository at this point in the history
refactor(other): promote JMAP & EWS in the UI
  • Loading branch information
Shadow243 authored Nov 29, 2024
2 parents 46f4c78 + a47c2dd commit 4ebdcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nux/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ protected function output() {
class Hm_Output_nux_help extends Hm_Output_Module {
protected function output() {
return '<div class="nux_help mt-3 col-lg-6 col-md-12 col-sm-12"><div class="card"><div class="card-body"><div class="card_title"><h4>'.$this->trans('Help').'</h4></div>'.
$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 aggregator client. You can use it to access your E-mail accounts from any server or service that offers any of the main protocols: IMAP/SMTP, Exchange Web Services (EWS) or the newest protocol: JMAP (RFC8621).').' '.
'</div></div></div>';
}
}
Expand Down

0 comments on commit 4ebdcfe

Please sign in to comment.