Hi,
I just installed Roundcube yesterday and am rather impressed. Nice work.
I have a question regarding how to interleave replies, especially those
in HTML coming from GMail.
When I hit reply, there is a blue line that runs to the end of the
message. If I interleave my replies in the original, there doesn't appear
to be a way to determine who is replying to what. What I was hoping was
that Roundcube's editor would drop the blue line where I am entering text
to indicate new comments. Instead, my replies are included with the last
reply. As a result, there is no way to determine who is replying to what..
I looked at the generated HTML and I could rewrite it each time but I am
wondering if this was intended or a known issue ?
When replying in text, it works better, however, previous replies are
treated as only one layer of replies. That is instead of adding ">>" for a
reply to a reply, it simply enters ">"..
Thanks
J
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have problem with iframe. I have installed a CMS and I have integrated
roundcubemail into a frame.
So to protect an account from unauthorized access, I have modified the
code (index.php) :
<?php
...
$referer = $_SERVER["HTTP_REFERER"];
$url = parse_url($referer);
$url = $url['scheme']."://".$url['host'].dirname($url['path'])."/";
$namesess = sprintf("UV%u", crc32($url));
session_name($namesess);
session_start();
if (isset($_SESSION['SESS_NICKNAME'])) {
...
// if we arrive here, something went wrong
raise_error(array(
'code' => 404,
'type' => 'php',
'line' => __LINE__,
'file' => __FILE__,
'message' => "Invalid request"), true, true);
}
else {
echo "Error";
exit();
}
?>
}
The login dialog box display correctly.
The problem is: when I click on the authentication button with a correct
login info it display "Error".
How to fix it ?
Sorry for my english ! I'm french.
Thx so much
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to make the header columns (e.g. From, Subject) resizable?
Barring that, how can I change their width in the PHP or CSS/skin source?
Thanks,
Raul
_______________________________________________
List info: http://lists.roundcube.net/users/
I just copied the unzipped roundcubemail directory to my webspace.
This shows up wenn I go to: www.myurl.com/roundcubemail/installer
Fatal error: Undefined class name 'rcube_install' in
/var/www/web120034/html/rcm/installer/index.php on line 20
what does this mean?
take care, hublot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm interested in forcing SSL for users at a new rouncube install. I've
tried an entry in the .htaccess file but it's not working. I see
something in the roundcube config file but I'm not sure how to
implement it that way.
My site will serve the login page if you type https://(my url) so I know
that is working.
Any help appreciated.
Chas
P.s. The url www.roundcubeforum.net does not seem to work, is the forum
still active?
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
I' ve got roundcube 0.1 ant i would like upgrade with the 0.2.
how do I make?
_______________________________________________
List info: http://lists.roundcube.net/users/
When I receive email from certain people (mainly people with email accounts at hotmail.com) I end up getting a blank email with no body text. The only way that I can see the body of the text is to hit the forward or reply buttons to get into the compose email editor. The text shows up just fine there. In the roundcube viewer (preview pane) there is no text except for the signature section that hotmail.com adds on to each email. I am thinking that this is a HTML formatted message and for some reason the HTML portion is not displaying.
I also tested to see if the text was just the same color as the background (by performing a "Select All" to highlight it), but it is not there. Any ideas?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BTW, I just got off the phone with a user that had checked her e-mail
via RoundCube from a Wii. She said it works great, but it is almost
impossible to type using the Wii controller, so she phoned me instead.
I know a user here has used a Playstation to do the same thing, but
that wasn't surprising for me since I we had done some testing on the
Playstation for web sites we develop .
No feedback to me on interface quirks using Playstation or Wii.
Way to go web standards, and congrats to the RoundCube team !
( WebTV die, die )
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
I have looked for a way to do this and can not figure it out...I am sure there is a simple easy answer:
When I forward certain messages I like to remove the table containing the Subject/Date/From/To information. I have figured out how to delete the text, but I can not seem to delete the table that contained that text. Is there a way in the editor to do this without changing the message to plain text? I can select certain areas of the table to resize it, but but not delete the entire table itself. Any quick pointers? Sorry if this is a dumb question...I must simply be missing it...
_______________________________________________
List info: http://lists.roundcube.net/users/