After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog [1].
Please forgive us, if the feature you're requested is not available yet or the bug you're reported has not been fixed in this release. The project is still under heavy development but nobody is working on it full-time. Because of that, things will probably take more time than you expect but until you don't get an answer on your requests, they are bot rejected or ignored.
I'd like to thank all the developers, translators and posters who keep this project up and I'm looking forward to announce more good news in the future.
Have fun!
[1] http://sourceforge.net/project/shownotes.php?group_id=139281&release_id=...
Hi Thomas,
Congratulation!! I tried instantly. Correct "From" was not able to be set up by e-mail transmission. I have not checked this problem yet.
----+----1----+----2----+----3----+----4----+----5----+----6----+----7 Tadashi Jokagi mailto:elf2000@users.sourceforge.net Jabber:elf@jabber.jp mailto:elf2000@users.sourceforge.net Yokukitana II http://elf.no-ip.org/ blog>http://blog.poyo.jp/ wiki>http://wiki.poyo.jp/ Serendipity Japanese http://oss.poyo.jp/s9y-ja/ Jaws Japanese http://oss.poyo.jp/jaws-ja/
As I tried to change the language of RC the save button changed that screen to selected language, but later on the language was back to default. As I checked the DB for personal settings there wasn't anything about language. I first tried it on upgraded system and then with clean install and both had the same behaviour.
Another problem which propably isn't RC related is that .htaccess line which sets UTF8 as default charset isn't working. If I change the whole apache to use UTF8 it works fine (breaking some other sites) but with this parameter in .htaccess (or in the virtual config) has no effect. View source shows "<meta http-equiv="content-type" content="text/html; charset=UTF-8" />, but is disregarded by IE and Firefox (Win/Linux).. Any ideas here?
Thanks, Kari
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers. This and some charset issues are now fixed. I updated the beta-release package in the download section. Because many files are involved in this bugfix, I did not create a patch file but I rather suggest to download the beta-version again and replace index.php and all contents of the program folder.
Regards, Thomas
Tadashi Jokagi wrote:
Hi Thomas,
Congratulation!! I tried instantly. Correct "From" was not able to be set up by e-mail transmission. I have not checked this problem yet.
Regards,
Hi,
Since I updated to the new beta version I only get a blank page! I tried it with IE and Firefox.
-----Ursprüngliche Nachricht----- Von: Thomas Bruederli [mailto:roundcube@gmail.com] Gesendet: Dienstag, 21. Februar 2006 00:51 An: RoundCube Dev Cc: users@lists.roundcube.net Betreff: Re: RoundCube Webmail 0.1 Beta released
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers. This and some charset issues are now fixed. I updated the beta-release package in the download section. Because many files are involved in this bugfix, I did not create a patch file but I rather suggest to download the beta-version again and replace index.php and all contents of the program folder.
Regards, Thomas
Tadashi Jokagi wrote:
Hi Thomas,
Congratulation!! I tried instantly. Correct "From" was not able to be set up by e-mail transmission. I have not checked this problem yet.
Regards,
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thomas Bruederli wrote:
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers.
Confirmed fixed from my end.
Chris
Chris Horry KG4TSM "In theory there is no difference between zerbey@wibble.co.uk theory and practice. In practice there is." http://www.wibble.co.uk -- Yogi Berra
I downloaded and updated today (replaced index.php and all of the program directory) and I'm seeing issues when sending to Gmail accounts. Gmail can't decipher who the message is from because every piece of the header from the 'Date' field down is listed in part of the message. MIME encodings get displayed in the message body as well, meaning attachments are displayed in the body as base64 encoded ascii.
--Ben
Chris Horry wrote:
Thomas Bruederli wrote:
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers.
Confirmed fixed from my end.
Chris
-- Chris Horry KG4TSM "In theory there is no difference between zerbey@wibble.co.uk theory and practice. In practice there is." http://www.wibble.co.uk -- Yogi Berra
This has to do with the headers delimiter. This can be changed in config/main.inc.php from "\r\n" to "\n" only. It depends on the server where RC runs which style is appropriate and I didn't find a way to choose the right delimiter automatically.
Regards, Thomas
Ben Nelson wrote:
I downloaded and updated today (replaced index.php and all of the program directory) and I'm seeing issues when sending to Gmail accounts. Gmail can't decipher who the message is from because every piece of the header from the 'Date' field down is listed in part of the message. MIME encodings get displayed in the message body as well, meaning attachments are displayed in the body as base64 encoded ascii.
--Ben
Chris Horry wrote:
Thomas Bruederli wrote:
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers.
Confirmed fixed from my end.
Chris
-- Chris Horry KG4TSM "In theory there is no difference between zerbey@wibble.co.uk theory and practice. In practice there is." http://www.wibble.co.uk -- Yogi Berra
Hi,
On 20 févr. 06, at 15:03, Kari Päivärinta wrote:
Another problem which propably isn't RC related is that .htaccess line which sets UTF8 as default charset isn't working. If I change the whole apache to use UTF8 it works fine (breaking some other sites) but with this parameter in .htaccess (or in the virtual config) has no effect. View source shows "<meta http-equiv="content-type" content="text/html; charset=UTF-8" />, but is disregarded by IE and Firefox (Win/Linux).. Any ideas here?
I can report that I have this problem also (and didn't find a bug exactly related to this issue among all the encoding ones I found).
Here could be a workaround, though:
add in main.inc.php:
$rcmail_config['charset'] = 'utf-8';
(it will ensure that the correct meta is added)
replace the lines 119-120 in program/include/rcube_shared.inc with
if (!empty($this->charset)) { header("Content-Type: text/html; charset=$this->charset"); $__page_header = '<meta http-equiv="content-type"
content="text/html; charset='.$this->charset.'" />'."\n";; }
(just ensuring there is always an http header with the charset sent to the browser)
Note: I'm not sure it's the best way to do it, though, and I'm still investigating some other encoding problems I found with the new beta release.
Regards,
-l
Hello Thomas,
Sunday, February 19, 2006, 10:09:42 PM, you wrote:
After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog [1].
Please forgive us, if the feature you're requested is not available yet or the bug you're reported has not been fixed in this release. The project is still under heavy development but nobody is working on it full-time. Because of that, things will probably take more time than you expect but until you don't get an answer on your requests, they are bot rejected or ignored.
I'd like to thank all the developers, translators and posters who keep this project up and I'm looking forward to announce more good news in the future.
Have fun!
[1] http://sourceforge.net/project/shownotes.php?group_id=139281&release_id=...
Can i get changes in language files, so i can update Bosnian translation, i didnt get email about update, and i think you did mention that you will send these changes...
Thnx
On 20 Feb 2006, at 23:51, Thomas Bruederli wrote:
Hi again,
As usual, the latest release contained some nasty bugs. Sending mails using PHP's mail() function completely ignored the message headers.
This and some charset issues are now fixed. I updated the beta-release package in the download section. Because many files are involved in
this bugfix, I did not create a patch file but I rather suggest to download the beta-version again and replace index.php and all contents of the program folder.
The version I downloaded yesterday (2/3/06) included the sendmail
patch but I think the language-selection patch had not been applied.
?
best,
will