Hello,
I try to write in English.
Since a few days I'm using CubeMail.
In Germany many Users uses an AW: instead of Re: in the subject of an
Reply-Mail.
Answering an Reply-Mail (starting with AW:) results in Re: AW: ..
That doesn't look good.
For this case I've added an line in the
program/steps/mail/compose.inc
starting at line 893:
// create a reply-subject
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
// NEW begin
if (preg_match('/^aw:/i', $MESSAGE->subject))
{$MESSAGE->subject[0] = 'R'; $MESSAGE->subject[1] = 'e';} // AW: = Re:
// NEW end
if (preg_match('/^re:/i', $MESSAGE->subject))
$subject = $MESSAGE->subject;
else
$subject = 'Re: '.$MESSAGE->subject;
}
---cut---
Please add this function to future versions.
Best regards from Germany
Ulli (Heist)
--
http://heist.hobby-site.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
New European Portuguese (pt_PT) translation for Managesieve plugin.
Hope that has everything correct.
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HN/jgtehmxx/pt_PT.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I would like to know if it is possible to strip the '@domain.tld' part
from a certain group of users?
What I would like to achieve is that one group of users can login with
just username (with the aid of username_domain) AND that another group
(the system users) must use the local domain but that has to be stripped
otherwise pam auth will fail!
When I force the 'priviledged users to use their domain all is nice and
dandy ofcause. Then systemusers just give their username.
Any smart ideas?
TIA
Egbert Jan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
With the latest svn version I can't send messages - nothing happens
when I click the 'Send' button.
I see the following in Opera's JS console (maybe it helps):
JavaScript -
https://xxxx.psw.ro/?_task=mail&_id=8232749224c7ba450a39d6&_action=compose
Uncaught exception: TypeError: Cannot convert
'ed.plugins.spellchecker' to object
Error thrown at line 2850, column 6 in <anonymous function:
stop_spellchecking>():
if (ed.plugins.spellchecker.active)
called from line 2799, column 4 in <anonymous function:
check_compose_input>():
this.stop_spellchecking();
called from line 850, column 8 in <anonymous function:
command>(command, props, obj):
if (!this.check_compose_input())
called from line 1, column 0 in <anonymous function>(event):
return rcmail.command('send','',this)
I managed to solve it by commenting 2 lines in program/js/app.js
2848 var ed;
2849 if (window.tinyMCE && (ed =
tinyMCE.get(this.env.composebody))) {
2850 // if (ed.plugins.spellchecker.active)
2851 // ed.execCommand('mceSpellCheck');
2852 }
Any thoughts about it?
Thanks!
--
Arthur Titeica
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello all
hello roundcube network
hello A.L.E.C and others developer
the managesieve plugin does not work anymore since the switch to
dovecot 2.0.0
the sieve language work into roundcube
must write the rules by hand
many return are welcome
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm having a problem in that emails from eBay are showing the logo on
top, but no body. I pulled up the print page, and viewed the source,
and it seemed to be stripping off the main content. Is this a known
issue? It would be nice if the user could have the option to "View As
Text".
I did find this message on the mailing list, but it's from 2006:
http://www.mail-archive.com/dev@lists.roundcube.net/msg01069.html
I'm still using 0.4-beta, unfortunately, because rcube-vacation does
not format it's page correctly.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
my rc installation provide service for some domains, so users must login
with full email address instead username, to prevent errors I simply
changed in labels.inc this line:
$labels['username'] = 'E-mail';
I do not want edit create a skin for each domain... exists a better way
to get the same result? RC can provide something in config?
TIA
Alessandro
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, list,
I tried to make the SASL SMTP authentication in roundcube works. I am
using mysql to handle virtual user/domain.
So at first I set in the main.inc.php as following:
/// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '%p';/
Then the SASL failed. maillog shows:
Aug 23 13:32:25 gamma postfix/smtpd[3884]: warning:
gamma.foo.com[127.0.0.1]: SASL LOGIN authentication failed:
authentication failure
I went to check mysql query log and found that %u only pass the user
portion to the query
After googling aroune I changed this line to:
/$rcmail_config['smtp_user'] = '%u@%d';/
Now it seems works. mail log shows:
/Aug 23 13:29:59 gamma postfix/smtpd[3838]: BB2B82D70088:
client=gamma.foo.com[127.0.0.1], sasl_method=LOGIN,
sasl_username=someuser@foo.com@%d/
And this time mysql got correct query in the WHERE clause.
But why is there always a %d at the end in the maillog? Should I use
other instead '%u@%d'?
Please help. Thanks.
--
Jian Gao
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
HI...
I need to know where RC store users preferences...
I installed RC on other server, but when my users make logged on, they
can't see theirs signatures...
How can I deal this???
Thanks
Gilberto Nunes
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
i am new to roundcube and use it for a couple of friends i host for. so far, i like it a lot. However, i do have a problem: i have several contact groups with 30-300 addresses. roundcube shows 40 adresses in the standard view and says correctly "1-40 of 300". When i click the forward button next to this, however, i jump into the complete addressbook instead of advancing to the next page of group addresses. As a result, i can only see (and manipulate) the first 40 addresses.
Is this a bug? If so, is there a ticket and/or a way around it?
roundcubemail 0.4 running on debian lenny LAMP, tested w/ Chrome and Firefox on Mac.
TIA
Matthias
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e