Hi All,
I remember seeing an issue on the list for a problem with downloading attachments on RC 0.3.1 with IE7 over HTTPS. The problem doesn't occur when using HTTP. Safari and Firefox have no issues. I've searched the list (with and without google) but can't seem to find any matches on RC 0.3.1 and IE7 with attachments over HTTPS.
Can someone please point me to the right direction?
Thanks in advance,
Br,
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi, please add this new georgian files
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9e/qJQghoMy/ka_GE.7z
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 sending a slovene translation of labels.inc and messages.inc again.
I've made 2 typos in the string names.
Please commit the corrections.
Thanks,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ch/kB7we3vf/sl_SI.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/
Hello all of you
If you login to RC with the same email adress, but with an other
Servername, RC creates a new user. That means, you'll lose your settings
and your contact information and the other informations, that are
related to a user (cache, pluginsettings). The database also stores some
redundant datas. I'm wondering if there a reason, why the it makes sense
to create multiple account for the same emailadresse. I don't see the
advantage.
If the name of the email server changes, your account settings are gone.
At the moment there is no way to map this accounts. And the user don't
understand the diffence if the entered mail.mydomain.com or mydomain.com
and afterwards his contact are gone.
Thanks
Dominic Lüchinger
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there
I'd like to get some facts and figures about how and where you people use
Roundcube and what number of users access their mails via Roundcube. We
already have a list of hosters who offer
http://trac.roundcube.net/wiki/RoundCube but this might not be complete and
it lacks any numbers.
We often get requests about this topic and I'd like to give some proven
answers about the power of Roundcube when used in large-scale environments.
So please post some details about how you use Roundcube including:
- Number of users (max)
- Average of concurrent users
- Number of hosts serving Roundcube
- Database backend software
- IMAP backend software
- Other webmail software which is offered as alternative
Please also note if you would be willing to share your experience about the
integration of Roundcube in your environment with people who ask us for help.
Thanks a lot!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
This mailing list (hosted at gigo.com) will see delays Dec 22 through Dec
23, as gigo.com goes through a hardware upgrade. During this time posts to
lists may be delayed by as much as 24 hours. My intent is to keep this down
to a few hours or less.
The administrators of the mailing lists have my contact info. End users may
check the status of the server by visiting http://status.gigo.com .
-Jason Fesler
postmaster@ various domains, including the list you're reading this on.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
from what I understood, there is not much interest in supporting the
configuration of an SMTP server as part of an identity in roundcube.
That's perfectly fine thanks to the plugin system, which can make use of
the smtp_connect hook. But to use it, this hook needs to tell the plugin
what the current identity is, e.g. by passing $from. This approach is a)
sort of obvious and b) has been shown to work here
<http://nixbioinf.org/cgit/cgit.cgi/roundcubemail-0.3.1_multismtp/>.
Attached patch (wrt the trunk) does just that. It simply introduces an
optional argument to connect; it's a stripped down version of above
patch, moving as much as possible into a future (trivial) plugin.
The patch might also fix a general problem where an smtp object exists,
but because smtp_init() was called with $connect == false there is no
SMTP connection. I know roundcube doesn't do it, but it's theoretically
possible - so it should either test for the smtp object being connected
or remove the $connect parameter from smtp_init() altogether.
Please don't take that patch as is - I did not test it at all, it's a
mere suggestion to sketch a possible implementation. I obviously expect
no acknowledgment for it :-)
Cheers, Axel.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ht/Z9BeoZc3/connect_alias.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
The more I use RC the more I like it...
When the message has an rfc/822 attachment, the only option is to
"download" the message and then see it as a text document, or use some
other program. I really dont care much one way or another, but for some,
not being able to see this message could be seen as a problem.
Could this message be retrieved and shown in a new window?
Could the user be presented with options to see and download?
I have not gotten into the guts (yet) to see how this could be
implemented, but since we already download a message and "display" it to
the user, I don't think this could be much of a problem.
--
Jorge
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
Updated Croatian translation is attached.
Best regards,
Svebor Prstačić
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Sj/TDpahJxO/lang.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/
I have been using the latest version and have the following comments:
1.- There should be a toggle-preview button. Going back and forth to the
settings page to toggle the checkbox is just annoying.
2.- The selection boxes which are currently at the bottom of the message
window should probably be at the top in order to reduce the distance one
has to drag the mouse between selecting all and using one of the top
buttons to perform an action.
Browsing through the code,
#1 can be as simple as adding a button to the "messagetoolbar", the nice
image I leave to the image gurus...
#2 can be done by placing the <div id="listcontrols"> inside the <div
id="messagetoolbar">
--
Jorge
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello all
i want to share some modifications i made to roundcube code in order to
get quota work .. i made this because i manage a computer with apache
(only) and other with smtp and imap (only) and i want the user may be
able to see his/her quota
i saw in the code (thanks to Roland Liebl for show me the file) that
quota are retrieved via imap .. i don't have quotas via imap but in
filesystem and my scenario is a little complex .. well, this changes
modify some configuration variables and part of the code to process the
quota
[config/main.inc.php]
$rcmail_config['quota'] = array(
'backend' => 'cmd',
'program' => '/usr/bin/ssh
-i /usr/local/www/apache22/data/sitios/roundcubemail031/config/ssh_reporte reporte(a)madara.ipigto.rimed.cu /usr/bin/quota',
'program_parameters' => '-f /srv -v',
'zero_as_unlimited' => TRUE);
[program/steps/mail/func.inc]
function rcmail_quota_content($quota=NULL, $attrib=NULL)
{
global $CONFIG, $IMAP, $COMM_PATH, $RCMAIL;
$display = isset($_SESSION['quota_display']) ? $_SESSION['quota_display'] : '';
$quota = array(
'total' => 0,
'used' => 0,
'percent' => 0,
);
switch ($CONFIG['quota']['backend']) {
case 'imap':
if (empty($quota)) {
if (!$IMAP->get_capability('QUOTA'))
return rcube_label('unknown');
else
$quota = $IMAP->get_quota();
}
break;
case 'cmd':
$user = split("@", $RCMAIL->user->get_username());
exec($CONFIG['quota']['program'] ." ". $CONFIG['quota']['program_parameters'] ." ". $user[0], $result);
list($quota_fs, $quota['used'], $quota_sl, $quota['total']) = preg_split('/ /', trim($result[2]));
if (substr($quota['used'], -1) == '*') { $quota['used'] = substr($quota['used'], 0, -1); }
$quota['percent'] = (($quota['used'] * 100) / $quota['total']);
break;
default:
return rcube_label('unknown');
break;
}
if ($quota && !($quota['total']==0 && $CONFIG['quota']['zero_as_unlimited']))
{
$quota_result = sprintf('%s / %s (%.0f%%)',
show_bytes($quota['used'] * 1024), show_bytes($quota['total'] * 1024),
$quota['percent']);
if ($display == 'image') {
$quota_result = array(
'percent' => $quota['percent'],
'title' => $quota_result,
);
if ($attrib['width'])
$quota_result['width'] = $attrib['width'];
if ($attrib['height'])
$quota_result['height'] = $attrib['height'];
}
}
else
return rcube_label('unlimited');
return $quota_result;
}
i want to ask to roundcube developers to adopt this modifications in
order to strengthen the quota retrieval system .. the complete
configuration may be as follow:
[config/main.inc.php]
// Quota Retrieval System
$rcmail_config['quota'] = array(
'backend' => 'imap',
'zero_as_unlimited' => TRUE);
$rcmail_config['quota'] = array(
'backend' => 'cmd',
'program' => '/usr/bin/quota',
'program_parameters' => '-f /filesystem -v',
'zero_as_unlimited' => TRUE);
well, that's all
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello all
i want to ask to roundcube developers to consider add this feature: show
smtp error description when the user send a mail and smtp server returns
an error
would be a good idea if the behavior of this feature can be defined by a
configuration (main) variable .. the variable may be named:
// Set if the SMTP Error Description should be displayed
$rcmail_config['show_smtp_error_description'] = true|false;
// Show the SMTP Error Description via 'alert()' function?
$rcmail_config['show_smtp_error_description_alert'] = true|false;
i ask this because i manage a smtp server that returns some errors to
users due to some conditions but roundcube doesn't show the error
description and i don't know how to modify the code in order to achieve
this
well, that's all
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all
I am working on a customised skin based on the roundcube default skin from version 0.3.1.
How can I change the background color of a selected/hovered item in the "toolbarmenu" of "markmessagemenu" and "messagemenu"?
I replaced all background-color entries in all css files where #CC3333 was used and I have empties the browsers cache. But the items on the toolbarmenu still appear with a red background. I am using Firefox 3.
Thanks for any hints.
Christian
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hq/wPsaunkw/toolbar-background.jpg
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,
Can some one post the list of all available template objects which can be
used on template hooks.
Thank You,
Chamila
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi
Here is a partial translation of the labels text. Hope it is useful.
/Thomas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/A5/xjlPPxq5/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/
Hi all,
I'm lost if it comes to design icons which fits default roundcube icon set.
I would need two icons for the default toolbar (22x22 .png and .gif)
(*) webcalendar plugin
(*) nabble plugin
"Webcalendar" is an interface to Calendar plugin.
"Nabble" are embedable apps (http://n3.nabble.com/) which I have integrated by a plugin.
At the moment I use icons which may conflict to copyrights and they does not fit at all. Any help is very appreciated!
Regards,
R.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gp/WvIksuR1/calendar.pnghttp://detached.gigo.com/rc/Gp/WvIksuR1/nabble.gif
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 all,
I am wondering how to generate the file: program/js/app.js from
program/js/app.js.src?
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Jorge Valdes - jvaldes(a)intercom.com.sv
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Roundcube folks
Attached are a couple of updates to the Danish translations of Roundcube
GUI.
Thank you very much for you work so far!
Best
Rasmus Wehner
Denmark
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dk/KuLUVokD/labels.inchttp://detached.gigo.com/rc/Dk/KuLUVokD/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/
You're guys a good webmasters. I'm working on messages list menu and got
a few problems. I've prepared it in two versions, vertical and horizontal:
http://194.150.197.210/rc-dev/listmenu.htmlhttp://194.150.197.210/rc-dev/listmenu-v.html
1. I'm not sure which is better (vertical one is maybe too high?)
2. Save button in FF3 (3.0.15) hasn't got left,right,bottom border. It
becomes visible on mouse over.
3. If horizontal variant is better, how to make the height of all
<fieldset>'s to be the same (of course not in pixels, height:150px is
working, but something like 100% of the menu div would be better)?
4. Not tested with IE.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
If message e.g. delivery report contains message/rfc822 parts, we are
displaying its bodies below the message main body. Thunderbird is doing
the same with one difference, it'd display them also on attachments
list. Should we do this the same?
Sample message attached in this related ticket
http://trac.roundcube.net/ticket/1486246
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Currently we have possibility to cache messages in browser. However this
feature is problematic. See http://trac.roundcube.net/ticket/1486281.
There're also other issues related to javascript commands included into
(cached) page. Because of that we're using such complicated procedure
for ETag generation:
$etag = md5($MESSAGE->uid.$mbox_name.session_id()
.intval($MESSAGE->headers->mdn_sent)
.intval($MESSAGE->is_safe)
.(!empty($MESSAGE->attachments) ? intval($CONFIG['inline_images'])
: '')
.intval($PRINT_MODE)
.$_SESSION['sort_col'].$_SESSION['sort_order']
.$IMAP->messagecount($mbox_name, 'ALL', true)
);
It relies on messagescount, sorting, session_id, etc. It means, I think,
cache is used rarely. Maybe we shouldn't allow caching messages at all?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm new to roundcube and I'm customizing it for my university project.
I've created a plugin to add a tab for blacklist in the settingstab. But the
problem is the HTML content is not displaying properly in side the tab. I
have attached the code here with. Is my approach is not correct? How can I
do it efficiantly?(I have analyed the seetings and moruserinfo plugins to
get an idea)
<?php
class moreblacklist extends rcube_plugin
{
public $task = 'settings';
function init(){
$rcmail = rcmail::get_instance();
$this->register_handler('
plugin.blacklist_sections', array($this, 'blacklist_sections'));
$this->register_action('plugin.blacklist', array($this, 'blacklist'));
$this->add_hook('list_prefs_sections', array($this, 'blacklist_link'));
$this->add_hook('user_preferences', array($this, 'prefs_table'));
$skin = $rcmail->config->get('skin');
$_skin = get_input_value('_skin', RCUBE_INPUT_POST);
if($_skin != "")
$skin = $_skin;
// abort if there are no css adjustments
if(!file_exists('plugins/moreblacklist/skins/' . $skin .
'/settings.css')){
if(!file_exists('plugins/moreblacklist/skins/default/settings.css'))
return;
else
$skin = "default";
}
$nav_hooks = (array)$rcmail->config->get('settingsnav');
$nav = array();
foreach($nav_hooks as $key => $val)
$nav['settingsnav'][] = $val;
$rcmail->config->merge($nav);
$this->include_stylesheet('skins/' . $skin . '/settings.css');
$browser = new rcube_browser();
if($browser->ie){
if($browser->ver < 8)
$this->include_stylesheet('skins/' . $skin . '/iehacks.css');
if($browser->ver < 7)
$this->include_stylesheet('skins/' . $skin . '/ie6hacks.css');
}
$this->add_hook('template_object_userprefs', array($this, 'userprefs'));
$this->add_texts('localization/');
$rcmail->output->add_label('moreblacklist.blacklist');
}
function blacklist()
{
$rcmail = rcmail::get_instance();
$rcmail->output->send("moreblacklist.blacklist");
exit;
}
function blacklist_link($args)
{
$temp = array();
$temp['blacklistlink']['id'] = 'blacklistlink';
$temp['blacklistlink']['section'] =
$this->gettext('moreblacklist.blacklist');
$args['list'] = $args['list'] + $temp;
return $args;
}
function blacklist_sections()
{
$this->infohtml("");
}
function prefs_table($args)
{
if ($args['section'] == 'blacklistlink') {
$args['blocks']['main']['options']['blacklistlink']['title'] = "";
$args['blocks']['main']['options']['blacklistlink']['content'] =
$this->blacklist_sections("");
}
return $args;
}
//the content genarated by this code is not displaying
function infohtml()
{
$table = new html_table(array('cols' => 2, 'cellpadding' => 3));
$field_id = 'blackselect';
$table->add('title', html::label($field_id,
Q($this->gettext('blacklist'))));
$imap_host = new html_select(array('name' => '_blacklistinf', 'id' =>
$field_id,
'size' => 20));
$table->add(null, $imap_host->show());
$out .= $table->show();
return $out;
}
function userprefs($p)
{
$rcmail = rcmail::get_instance();
(array)$parts = explode(",",$p['parts']);
foreach($parts as $key => $val)
$parts[$key] = trim($val);
(array)$temparr = explode("<fieldset>",$p['content']);
for($i=1;$i<count($temparr);$i++){
$temparr[$i] = "<div class=\"settingsplugin\" id=\"" . $parts[$i-1] .
"\"><fieldset>" .
str_replace("</fieldset>","</fieldset></div>",$temparr[$i]);
if($_GET['_section'] == "blacklistlink" || $_POST['_section'] ==
"blacklistlink"){
$temparr[$i] = str_replace("<legend />","<legend>" .
$this->gettext('blacklist') . "</legend>",$temparr[$i]);
}
}
$p['content'] = implode($temparr);
return $p;
}
}
?>
I would be greatful if some one could help me on this.
Thanks,
Chamila
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi All
I have updated the squirrelmail_usercopy plugin to support copying
userpreference and addressbook from squirrelmail database.
Added some fields in config. Driver should be set to 'sql' to use the
database backend.
Please test and apply.
Regards
Johannes
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U4/zpMH3lf7/config.inc.php.disthttp://detached.gigo.com/rc/U4/zpMH3lf7/squirrelmail_usercop.new
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/