Recent Posts

Pages: [1] 2 3 ... 10
1
Theme Releases / Re: Elastic2022
« Last post by JohnDoh on Today at 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.
2
Theme Releases / Re: Elastic2022
« Last post by druckmusik on Today at 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?
3
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
4
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


5
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...
6
API Based Plugins / Re: Alter config in startup
« Last post by SKaero on May 17, 2024, 01:30:17 PM »
7
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??
8
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!
9
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

10
General Discussion / Re: Not using managesieve_host from managesieve.inc.php
« Last post by JohnDoh on May 16, 2024, 02:50:12 PM »
my guess is a permissions issue on the config file. you asked for a place to debug try this function https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_plugin.php#L149 which loads config files for plugins.
Pages: [1] 2 3 ... 10