Recent Posts

Pages: [1] 2 3 ... 10
1
Pending Issues / Re: PHP8.3 and Roundcube1.6.7. SMTP error
« Last post by google on Today at 06:37:56 PM »
Hello! What version of runcubetail do you have installed?

There are two options to fix everything:
- download the current version of rundcubemail (at the date of the post it is 1.6.7)
- change the line in the installer/chesk.php file (this is approximately line 115) to define('MIN_PHP_VERSION', '8.3.0'), which will force roundcubemail to work with PHP 8.3
2
Pending Issues / Re: PHP8.3 and Roundcube1.6.7. SMTP error
« Last post by MikeJaquish on Today at 05:29:10 PM »
Whoops.
I searched and didn't see this post.  So I posted my own thread on it.

I would love to run PHP 8.3, but Roundcube tells me I have to run PHP 8.1.

I feel your pain.

Mike J
3
Pending Issues / PHP 8.2+ version?
« Last post by MikeJaquish on Today at 05:27:24 PM »
I just installed Roundcube for email on a little forum I am starting with Xenforo software. 
Xenforo software keeps telling me to upgrade PHP version to at least 8.2.

Roundcube requires PHP 8.1.

Is there an update to later version of PHP in the works?  I like what I see with the email, and would prefer to continue to use it.

Thanks,
Mike J
4
Theme Releases / Re: Elastic2022
« Last post by Seb1k on Today at 05:39:51 AM »
+ Added PWA support

5
Pending Issues / Re: Cloudflare 524 Error with Roudcube
« Last post by MagdAlmuntaser on May 31, 2024, 05:49:13 AM »
2024-05-23
Fixed case HB-7582: Add initial support for Outlook/Win32 timezones in cpdavd.
Fixed case HB-7589: Fix bug where postgres got uninstalled automatically as a dependency of CCS even if other things relied on it.
Fixed case RE-383: Fix debian dep for cpanel-roundcube-plugins-cpanel
Fixed case RE-331: cpanel-system-python27 on Ubuntu keeps failing on check_cpanel_pkgs
Fixed case RE-301: cPanel installs sometime end with missing packages
Fixed case HB-7504: Disabling DAV in Service Manager isn’t disabling the Calendar and Contacts feature

i think cpanel fixed the problem ..
6
Pending Issues / Re: New Email Sound?
« Last post by SKaero on May 30, 2024, 04:13:30 PM »
You'll need to enable the "newmail_notifier" plugin that comes with Roundcube. To do that edit the <RC root>/config/config.inc.php and add "newmail_notifier" to the plugin array. You'll also need to copy <RC root>plugins/newmail_notifier/config.inc.php.dist to <RC root>plugins/newmail_notifier/config.inc.php and set "newmail_notifier_sound" to true.
7
Pending Issues / Re: New Email Sound?
« Last post by Lexus501 on May 30, 2024, 03:18:09 PM »
Also, please don't get too technical, I'm an old retired farmer.  ;)
8
Pending Issues / New Email Sound?
« Last post by Lexus501 on May 30, 2024, 03:15:50 PM »
I would like to enable a sound when a new email arrives. I've "surfed" with no luck. Hope someone here can help?
Thanks: Dave
9
Issues & Bugs / Increase line spacing between lines of the same paragraph
« Last post by themistoklis on May 28, 2024, 04:31:43 AM »
Hi! I can't find the way to increase line spacing between lines of the same paragraph.
Could I have your help?
Thanks in advance
10
Pending Issues / Re: Duplicate Emails in Inbox?
« Last post by endurance0000 on May 27, 2024, 04:24:49 AM »
// Disables saving sent messages in Sent folder (like gmail) (Default: false)
// Note: useful when SMTP server stores sent mail in user mailbox
$config['no_save_sent_messages'] = false;
Pages: [1] 2 3 ... 10