Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Hi,

I updated my mailserver and roundcubemail recently and activated quota to see the disk usage in roundcube. But for this feature I had to disable imapproxy. With imapproxy I didnt get to see the disk usage element! imapproxy was a solution to cache the connections and avoid the pollution of connect/disconnect messages in the journal. I need to bring myself up to date. What is currently the best way to prevent the logging of connect/disconnect messages caused by roundcube?
12
Theme Releases / Re: Elastic2022
« Last post by JohnDoh on May 20, 2024, 03:32:11 AM »
@Seb1k Please consider adding your skin to packagist. The hope is that is makes it both easier for people to find and easier to install/update.

Also since version 1.5 it has been easier for third party skins to handle plugins because the skin folder is now checked when looking for skin information for a plugin.
13
Theme Releases / Re: Elastic2022
« Last post by druckmusik on May 20, 2024, 03:22:07 AM »
After finaly adding the light mode, I did take a look at it.
Like that skin, but just one problem: at least for me, no contact images are displayed.
not in the overview and also not when opening a message.
Bug or did I something wrong?
14
Roundcube Discussion / Re: Copying an email to folders
« Last post by nhdesign on May 19, 2024, 05:16:31 PM »
 Never mind, user error, failed to set the sorting column, not a good way to join a new forum,

  nhdesign
15
Roundcube Discussion / Copying an email to folders
« Last post by nhdesign on May 19, 2024, 12:03:19 PM »

 Hi,

I have deleted emails and now they are in trash.
When I realize days later I want one back in the inbox, when I copy it from trash to the inbox, it does not keep the original received date, it takes the data time of when I copied it back.
How do I keep the original date?

 Thanks,
 nhdesign


16
Theme Releases / Re: Elastic2022
« Last post by Seb1k on May 19, 2024, 09:47:16 AM »
Up !

+ Light mode
+ Bugs corrected
+ Swipe plugin

I think that the roundcube team should look at it to add it to the official release...
17
API Based Plugins / Re: Alter config in startup
« Last post by SKaero on May 17, 2024, 01:30:17 PM »
18
When I add a couple of emails of Blocked Senders, there is a little notification that says something to the effect "already added". SO WHY ARETHE EMAILS STILL COMING INTO MY INBOX? Does Blocked Senders work??
19
API Based Plugins / Alter config in startup
« Last post by dkemens on May 17, 2024, 11:22:52 AM »
Hi all,

I'm building a plugin to alter the product name (captured from a separate system) on startup. Unfortunately, it seems like the template loads before the plugin does it's business. In my template, I have

Code: [Select]
<roundcube:object name="productname">
I've tried altering this to

Code: [Select]
<roundcube:var name="config:product_name">
But it seems to make no difference.

The plugin does this:

Code: [Select]
    public function init()
    {
        $this->add_hook('startup', [$this, 'bootstrap']);
    }

    public function bootstrap($args)
    {
        Brand::init();
        $rcMail = rcmail::get_instance();

        $rcMail->config->set('product_name', Brand::getMeta('siteName'));
    }

I've tried moving the
Code: [Select]
add_hook and all logic inside of an
Code: [Select]
onload() method - but I haven't found any success yet. Anybody have any thoughts/tips?

Thanks!
20
Deutsch / Spam
« Last post by Landhaus Lungau on May 17, 2024, 05:09:39 AM »
Hallo.
Ich habe vor kurzem auf IMap umgestellt um mein Webmail von zwei Geräten mit Outlook nutzen zu können.
Dabei hat sich was mit dem Spamfilter geändert und ich bekomme jetzt sehr viel Spam.

Kann ich das auf Webmail ändern oder muss ich das bei den beiden Outlook-Clienten machen?
Ein Client ist Apple der andere Windows. Auf beiden arbeite ich mit Outlook.

Es kommt wirklich viel durch und ich habe das Gefühl das es gar nicht gefiltert wird.
Manuelle Filter haben mir auch nicht wirklich geholfen.

Danke
Grüße
Klaus Maria

Pages: 1 [2] 3 4 ... 10