Am I correct in understanding that neither of the two vacation plugins
has managesieve capabilities yet?
(Why are there two, is one the old original and the other the best/current
branch?)
I'd like to work on this (tho I'm more a sysadmin, less an OO php
developer -- our users are always complaining about how hard it is to
set up the autoresponder via the filters ;)
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hey guys,
I'm having a problem with passing a variable from the php to the javascript.
I'm currently doing the following in php to call the js:
$this->include_script ('test.js');
where test.js holds the following:
function test(test) { alert("test: " + test); }
What I want to do is to, from the php, call my test() function with a
variable that's sent from the php. I figured so much that include_script()
only sends my test.js file to the init for inclusion and that it probably
isn't suitable for my needs.
I'm not doing anything particular than trying to understand the development
depths of the project so that I some day may be able to write usable
plugins.
Could somebody please give me a helping hand in passing the variable $test
from php to my test() function in the included javascript?
Thanks in advance!
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I have improved my extended address book patch to include a "Groups" tab,
this lists all the groups a contact is in (limited by address book) and
allows users to add or remove the contact from a group by ticking a box
(like the folder subscriptions). I'm not 100% sure about the group
management stuff so if any one has any better ideas on how to do it please
let me know.
I have also extended the support for alternative email addresses to allow
any number of email address to be added. This is only for the default SQL
address book.
Like before there is no need for any SQL changes.
Complete list of changes:
*) Add "date_only" config option to specify the format when displaying a
contacts birthday
*) Add more fields based on vCard; alt email, address, telephone etc
*) Move auto_complete function into address book class to allow different
for searching of custom fields (like those in the vCard)
*) Add new blankcontact.html template file
*) Add support for multiple email address
*) Add "Groups" management tab
The extended address book patch also incorporates the patch from this ticket
http://trac.roundcube.net/ticket/1486851.
It's been tested with the default SQL address book, I'm not sure how well it
will get on with LDAP as I don't have access to an LDAP address book at the
moment, if any one would like to help me test it that would be appreciated.
Screenshot and patch attached.
Phil
http://www.tehinterweb.co.uk/roundcube
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fm/Xq5dOtaO/addressbook.jpghttp://detached.gigo.com/rc/fm/Xq5dOtaO/rc_addressbook.r3814.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello;
I have identified what appears to be a long-standing issue with the way
Roundcube generated message IDs.
Recent versions, at least, use the code
'Message-ID' => sprintf('<%s@%s>', md5(uniqid('rcmail'.rand(),true)),
$RCMAIL->config->mail_domain($_SESSION['imap_host'])),
in program/steps/mail/func.inc to generate the Message-ID string.
In probably 99% of installations, this results in a message ID in the form
nnnnnnnnnnnnnnnn@localhost . This *may* technically be RFC2822-compliant,
depending on how you interpret the RFC. Compliance is a moot point,
however, because several anti-spam applications - including SpamAssassin
and ASSP - do not view nnnnnnnnnnnnnnnn@localhost as a valid, legitimate
message ID, and will score such messages as spam as a result.
This is not particularly desirable.
My suggestion would be to change program/steps/mail/func.inc to not
include the imap_host setting, but to either:
1, use the canonical hostname of the server, i.e. hostname.domain.tld, as
the right-hand side of the Message-ID (most desirable option);
2, use the FQDN that Roundcube was loaded under, i.e. webmail.domain.tld,
and use that as the right-hand side of the Message-ID (less desirable
option, but still very strictly RFC compliant); or
3, query and use the PTR record for the IP the server is running on (which
may be something non-unique such as customer.noc.tld) and use that as the
right-hand side of the Message-ID (least desirable, as would incur at
least one DNS lookup, and probably other annoying overhead).
Hopefully this shouldn't be too difficult to amend.
-Mike Gilday
Redpin.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
Please find attached the updated labels.inc and messages.inc files for
the European Portuguese translation (pt_PT).
I've also made quite a few changes to strings that were already
translated in order to use a more correct Portuguese and/or to use
terminology that is more familiar to the average user. Hope that is OK.
Should any of the other Portuguese users/translators not agree with the
proposed updates, please say so.
Regards,
--
Miguel Gouveia
NetFolio - Alojamento Web e Domínios
http://www.netfolio.pt
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/FS/j5f9sEpy/labels.inchttp://detached.gigo.com/rc/FS/j5f9sEpy/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear Roundcube users
After the big new features in 0.4-beta this final release now completes the
unfinished work and fixes bugs related to the new threaded message listing
and address groups features. We also cleaned up the user interface and
tried to make all UI elements more consistent.
With this release the skins have been excluded from the GPL license terms
(see README file). This allows you to choose whatever license you want for
your custom skins and even opens the door for creating commercial skins.
We recommend to update all existing Roundcube installations with this
release. Get it from http://roundcube.net/download, a complete list of
changes can be found here: http://trac.roundcube.net/wiki/Changelog
We'd also like to call the translators again to review and update the
localization files of the 67 languages Roundcube currently has translations
for. Please visit http://translator.roundcube.net and check the
completeness status of your language. As you can see, some are only 50%
complete.
Have fun,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Congrats on the 0.4 release. Looks to be a winner so far. We've been running 3838 or something in production for a while and havent heard any complaints yet. Should be moving to 3880 today or tomorrow.
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi
I've just update the missing lines in portuguese brazilian translation.
Thanks
Robson F. Ramaldes
!DSPAM:4c5d4ebc87811377819472!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pQ/ABJX4RYz/labels.inchttp://detached.gigo.com/rc/pQ/ABJX4RYz/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello,
i'm new to roundcube, but i think it's a very promising project. but i
really do miss a plugin which implements server-side support for
gnupg/pgp encryption/decryption. searching in forum, wiki, trac, lists
etc, I already found a lot of discussions regarding this issue.[1,2,3,4]
many people even promised to work on this feature. some suggested to
wait for the plugin api before implementing gpg/pgp support. if i got it
right, the plugin api is available in the svn repository now.
everyone cc'ed in this mail stated somewhere that s/he either plans to
or already did work on gpg/pgp support in roundcube.
maybe i find the time to work on this feature within the next months.
but before i start, please tell me: do you have any code (maybe already
using the plugin api from svn) that i could use?
my plan is to develop _serverside_ support, so both public and private
key will need to be stored on the host that runs roundcube. but in the
case that you're the admin of this host anyway this is not a problem at
all. second,i don't want to take a usb-stick with me all the time, so
serverside gpg encryption is the only option here.
and i plan to use the gnupg php library[5] instead of a gnupg library as
i guess that more systems do have the gpgme library installed than the
gnupg binary.
greetings,
jonas
[1] http://trac.roundcube.net/ticket/1440396
[2] http://lists.roundcube.net/mail-archive/dev/2008-01/0000033.html
[3] http://lists.roundcube.net/mail-archive/dev/2006-02/0000229.html
[4] http://www.roundcubeforum.net/requests/491-gpg-pgp-support.html
[5] http://www.php.net/manual/en/function.gnupg-sign.php
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
I've attached the updates for Bahasa Indonesia localization for lables.inc
and messages.inc.
Regards,
Putu Arya Sabda Wijaya
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/JJ/NtmXpj1g/labels.inchttp://detached.gigo.com/rc/JJ/NtmXpj1g/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I’ve attached an updated Swedish localization of labels.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/CT/gke3hJY+/sv_SE.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
I use Roundcube at work where I leave my session open several hours,
sometimes days when I set my laptop to standby mode in the night. It
happens that in the meanwhile I check my mail (access the same mailbox)
from home using Thunderbird. After returnning to work, the session is
still active but Roundcube does not recognize the update on the mailbox
which I have done from Thunderbird. To update the displayed mails I have
to open another folder and browse back to the primary folder afterwards.
This behaviour seems to be a bug for me. Or is it just an accepted
problem because of a rare use case?
Regards
Stefan
_______________________________________________
List info: http://lists.roundcube.net/dev/
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I see when you define a button from a plugin, you can give it a command:
$this->add_button(array(
'command' => 'plugin.markasjunk',
'imagepas' => $skin_path.'/junk_pas.png',
'imageact' => $skin_path.'/junk_act.png',
'title' => 'markasjunk.buttontitle'), 'toolbar');
}
And register a PHP callback to handle that command:
$this->register_action('plugin.markasjunk', array($this,
'request_action'));
I want to define some buttons that execute javascript in the browser,
instead of creating HTTP request to the server to run a PHP callback.
Is there a way that I can register a command name (for example
'plugin.move_to_next_message') along with javascript code to be run
for that command? I could always modify program/js/app.js to add a
new command, but if there is a hook to do this, I'd prefer to do that.
Thanks!
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to add some buttons to the message listing toolbar and the
message view toolbar, but I want them to be conditional based on the
mailbox.
I've been looking at some existing plugins for guidance.
I see in the "markasjunk" plugin:
function init()
{
...
$rcmail = rcmail::get_instance();
if ($rcmail->action == '' || $rcmail->action == 'show') {
...
$this->add_button(array(
'command' => 'plugin.markasjunk',
'imagepas' => $skin_path.'/junk_pas.png',
'imageact' => $skin_path.'/junk_act.png',
'title' => 'markasjunk.buttontitle'), 'toolbar');
}
}
My problem is that the current mailbox does not appear to be
available at this step. And if I did conditionally print this button
based on mailbox, when the user clicks to a different mailbox
roundcube displays the new data without a page reload, so the button
would need to be hidden/shown with JavaScript.
My guess is that I should always print the button, but then modify
some JavaScript code to update the display CSS property based on what
mailbox we are in. Is there a standard hook for doing this? Or a
location where other code does this which would be a logical place to
add? I see that buttons are grayed based on if a message is selected
or not.
Thanks,
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi
Updated galician translation
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/V7/uxMs5ECs/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Attached.
regards,
Ossama
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/PX/9Y8URcKl/roundcube-ar.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/