Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] modules.php : Modify the text to explain that Cypht supports JMAP (RFC8621) by default. #1277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bienvenumoringa
Copy link
Member

Related task

Modify the text in the help section to explain that Cypht supports the JMAP (RFC8621) protocol in addition to IMAP and SMTP, and make JMAP available by default in standalone Cypht installations or those integrated with Tiki.

image

@@ -80,6 +81,9 @@ public function process() {
if (data_source_available($modules, 'smtp')) {
$smtp_servers = count(Hm_SMTP_List::dump(false));
}
if (data_source_available($modules, 'jmap')) {
$jmap_servers = count(Hm_IMAP_List::dump(false));
Copy link
Member

@Shadow243 Shadow243 Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you will get imap servers too, i mean it will combine imap ad jmap. If soo then we don't need to add an other link for jmap.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the first idea it was already well started, it was rather necessary to apply the filter here: https:/cypht-org/cypht/blob/master/modules/nux/modules.php#L64 without forgetting in this case to do it for this too: https:/cypht-org/cypht/blob/master/modules/nux/modules.php#L75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants