Hello,
I am currently working on the patch to have a button to toggle preview
mode on or off.
I am interested in the icon for that button.
Where can I get the original icon set which was used in RC?
--
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had posted this on the RoundCube forums as well, but someone pointed out to me this (the mailing list) would be a better place for requesting new features.
If this isn't the proper place to request new features, please let me know (and accept my apologies).
I'm guessing that in most cases, RC is creating the wrong default
identity for new users since it either uses
$rcmail_config['default_host'] or virtusertable. In both cases the
chances this actually creates a usable identity are slim. For several
reasons.
So my request is to force a user to create a new identity the first
time he logs in, or at least have him confirm the identity created by
RC.
The way it is now not only utterly confuses a lot of users, but poses a
serious security risk as well because if a user doesn't change his
identity, it exposes information you really don't want exposed
(especially when a mail domain is a virtual domain with virtual users. RC will actually expose the real
server name and a real username -and this is a serious security risk).
Thanks in advance.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This patch is to fix timeout at login with roundcube (blank page) when
using NGINX as imap server.
NGINX (http://nginx.net/) is IMAP front-end which can be used to balance
request to different backend.
NGIX returns "* BAD internal server error" when it can not validate the
username and password during the LOGIN stage (it is its wilcard error
answer).
As the string starts with "*", iil_ReadReply will discard the line, when
it should not when it is an answer to the "a001 login" request.
I include an svn diff of the change I have added to our local copy to
avoid this issue.
This is perhaps not the cleanest patch possible to the issue but prevent
this timeout to occur.
Regards,
Thomas Mangin
Technical Director
--
Exa Networks Limited - http://www.exa-networks.co.uk/
Company No. 04922037 - VAT no. 829 1565 09
27-29 Mill Field Road, BD16 1PY, UK
Phone: +44 (0) 845 145 1234 - Fax: +44 (0) 1274 567646
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U8/6aQiB9Lj/nginx-fix.txt
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,
There's no 'Edit as new message' button anywhere, will roundcube -svn
version add this feature?
Thanks very much.
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
0.2-beta is a great upgrade. While leafing through the new config
options available in main.inc.php, it occurred to me that the upgrade
process could be simpler yet. If I can avoid making changes to the
shipped main.inc.php, then when upgrading I can always replace it with
the new version as shipped (taking care to see what's new, of course).
This is easy, if the shipped main.inc.php ends like so:
--- /usr/pkg/share/examples/roundcube/main.inc.php.dist 2008-09-21
23:24:14.000000000 -0400
+++ /etc/roundcube/main.inc.php 2008-09-24 15:00:31.000000000 -0400
@@ -377,5 +377,7 @@
// Display attached images below the message body
$rcmail_config['inline_images'] = TRUE;
+include_once('main-local.inc.php');
+
// end of config file
?>
Then, if the sysadmin creates main-local.inc.php, any settings it
contains will override the defaults, and main.inc.php can be treated
as read-only if the sysadmin so desires. And for some uses, at least,
that makes it easier to compare the old and new main.inc.php to see
which new settings are available.
(Same idea applies to db.inc.php.)
I can't say I've noticed any sort of performance hit as a result of
this, and I'd be surprised if there were much of one, but my
environment isn't terribly high-load and I haven't profiled anything.
With this change, working in the way I'm talking about is entirely
optional; nobody has to change how they do things unless they want to.
Would this change be acceptable in RoundCube?
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
you will find actualized Czech translation included.
Sincerely,
Ondrej Zara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/AG/MY99s1+2/roundcube-cz.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,
Please consider integrating the patch in ticket #1485267
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had updated the zh_TW localization for 2.0-beta by myself. :)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mq/685wRDGp/zh_TW.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/
PEAR's Mime packages development currently looks stopped. My proposition
is to create our own classes, of course by copy&paste from them, but
this is needed if we want to fix following issues:
- non-ascii attachment names (basename's utf issue)
- big memory consumption of attachments handling
- rfc2047 for name, rfc2231 for filename
- internationalised domain names
- other that I forgot
I volunteer to do that switch.
--
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/