Dear RoundCube users
The first service update for RoundCube Webmail 0.1-stable is now
available. It contains important bug fixes and updates of some
incomplete localization files. We recommend to update all
installations of 0.1-stable. Download the package from
https://sourceforge.net/project/downloading.php?group_id=139281&filename=ro…
and read the UPGRADING instructions to find out how to update.
Note: this update is still compatible with PHP 4 but future releases
will only run on PHP 5.
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
With roundcube 0.2-alpha, I get "Invalid host" when trying to login. I
think that the culprit is autoselect_host function. If my default_host
is empty, autoselect_host uses default_host:
$default_host = $this->config->get('default_host');
$host = !empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host;
I think that it should be :
$default_host = $this->config->get('default_host');
$host = empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host;
This works then if default_host is empty. This also works if it only
contains one host. However, it does not work if I have an array. I don't
really understand why the rest of the code tries to match user domain
since default_host is a non-associative array.
Any hint?
--
# Basic IBM dingbats, some of which will never have a purpose clear
# to mankind
2.4.0 linux/drivers/char/cp437.uni
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
after instaled roundcube everything runs ok.
but after change my another php app, the roundcube interface appears with
strangers chars, like image attached.
Winch charset configs roundcube works and where can i change only for
roundcube whatever roundcube expects?
Sorry by my terrible english.
Regards.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/by/I9G5ec3r/roundcube.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Bonjour,
je comprend pas je recois et j'envoi plusieur message via roundcube mais sur
il y a rien sur la BDD.
comprend pas ?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Firstly I appreciate your work in roundcube this is a very impressive opensource webmail on internet.
I have already deployed roundcube to some of our clients.
What I am checking is that how roundcube looks for email subject on the first page.
Would you please tell me how roundcube works on sorting subject ?
I have an email account with 20,000 mails insdie inbox (IMAP), finding that roundcube seems sorts all emails and turns the subjects out according to the paging order.
What IMAP commands that roundcube is using for this purpose?
I would think it may be "SORT (DATE) UTF-8 ALL", find the message id according to the paging order, and FETCH the subjects in order.
If this is true, the server loading may be great for many mails.
Thanks
Patrick
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
opening an email with roundcube it contains such a japanese chars:
ਾ䴼呅⁁潣瑮湥㵴䴢䡓䵔⁌⸶〰㘮〰⸱㠱㘰∳渠浡㵥䕇䕎䅒佔㹒⼼䕈䑁ਾ䈼䑏⁙整瑸⌽〰〰〰戠䍧汯牯⌽晦晦晦ਾ䐼噉椠㵤摩坏剁灥祬敔瑸㈹㐴‷楤㵲瑬㹲㰊䥄⁖楤
㵲瑬㹲䘼乏⁔慦散䄽楲污挠汯牯⌽〰〰〰猠穩㵥㸲潉栠慦瑴湵朠物楳畳潰瑲污档畳潤畣敭瑮污ꣃ猠浥牢畴瑴䭏⸮㰮䘯乏㹔⼼䥄㹖㰊䥄⁖楤㵲
瑬㹲䘼乏⁔慦散
etc. etc.
but whatchig the same mail with Outlook it is show correctly.
also the source of the mail contains right text.
Somebody can tell me something about this?
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just started to use RoundCube, and I'm very impressed. In fact there
are
very few of features of my old mail reader that I miss. These are...
- automatically wrapping lines (ie. inserting linefeeds) when composing
messages
- having the option to compose messages in a new window so that I can
lookup
other messages at the same time
- being able to collapse and expand the hierarchy of folders and
automatically
expand a parent folder when dragging a message over it
- automatically expiring messages of a certain age from a folder.
Many thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/users/
Hil all,
recently i discover that when i forward an email, From and To info are
blank.
For example:
-------- Original Message --------
Subject: bla bla bla bla...
Date: Sun, 15 Jun 2008 16:12:27 +0100 (BST)
From:
To:
Any idea about this?
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm using the very latest svn snapshot of Roundcube. I can send
emails with emoticons, but when I read the email they show up as a
broken link no matter what computer or browser I'm using. It used to
work fine.
Just an FYI.
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have written a patchset for RoundCube, to integrate PostfixAdmin's functions:
password change, vacation, forwarding - and also to copy user's full name from
postfixadmin's db when creating the default identity.
You can get my code here: http://nejc.skoberne.net/rcpfa .
Please send bug reports and feature requests to my e-mail.
Thanks,
Nejc
_______________________________________________
List info: http://lists.roundcube.net/users/