Is there a way to select all contacts? And put people in groups?
Cheers
=
Valenti International Matchmaker
Valenti provides matchmaking services for upscale professionals with a desire for a committed relationship. Quality singles of all ages residing in North America as well as internationally.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=f0a37bc7f2ea6887fa44877…
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I install roundcubemail-trunk-r860-20071008.tgz and i cant "copy" a part of
message with Internet Explorer. With Mozilla Firefox yes.
Thanks.
Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all is there a wysiwyg or rich text editor?
cheers
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a trouble with the headers when I try to reply (or read) a
message. I have the e-mail server on a different machine that roundcube.
Consequently, I mark this option true:
> $rcmail_config['enable_caching'] = TRUE;
Imagine that I have my cache clean in the database. When I reply (or
read) the first messages that I have, there is no problem with the
headers in the reply screen. But, when I trash the messages and I have
new mail in the roundcube the headers are corrects in the main screen,
but when I reply (or read) this new messages all the headers in the
reply (or read) screen are the headers of the firsts messages.
Initially I have the option that I mention before false:
> $rcmail_config['enable_caching'] = FALSE;
But this causes the caducity of the user's session and don't permit
later login the user again until the user delete the cookies on his
navigator.
Does someone any idea to solve this problem?
Thank's in advance.
--
......................................................................
__
/ / Roger Castells
C E / S / C A Tècnic en microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) • 08034 Barcelona
T. 93 205 6464 • F. 93 205 6979 • rcastells(a)cesca.es
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
i tried to answer someone the other day about something they posted to the
list, and my reply bounce due to a local sendmail configuration error. i
have fixed that error and am just testing, since this list is the only
manifestation i stumbled upon. sorry for the OT post. my reply is not
relevant any longer, thus this test.
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems yesterday's code workaround didn't work with the older messages for
some reason, albeit it did work with all of my attempts. So I discarded it and
I had to come out with another try. And here it is.
This seems to do the trick right now (program/steps/mail/compose.inc):
$MESSAGE['headers'] = &$IMAP->get_headers( $msg_uid );
$MESSAGE['structure'] = &$IMAP->get_structure($msg_uid);
if ( empty ($MESSAGE['headers']) || $MESSAGE['headers']->from == '' ) {
while ( list ( $key , $val ) = each ($MESSAGE['structure']->headers ) ) {
$MESSAGE['headers']->${key} = $val;
}
}
It's getting rather frustrating.
I'll let you know in case I can ever manage to trace this back to the
primitive functions.
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all, what do I need to do so that a user only has to put their username in to the login box and not the full email. user(a)thesite.com and password cut down to user and password.
Cheers :)
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
I've done a little poking around can't find an solution to my problem. I
was hoping someone on the list might be able to help.
I've just done the upgrade from beta2 to rc1. But when I attempt to
access the RC site I get this error in my RC log:
PHP Fatal error: Call to undefined function: strip_quotes() in
/var/www/htdocs/roundcube/index.php on line 93
Does anyone have any suggestions for me?
Thanks in advance.
--
Jason Murray
IMBA Durham Region Rep - www.imba.org/canada
DMBA President - www.durhammountainbiking.ca
TORBG Executive - www.torbg.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Following up in my list of misadventures with a Domino IMAP server (for the
record, "* OK Domino IMAP4 Server Release 6.5.5FP3"), I noticed that when
preparing for a reply, RC wouldn't auto-fill the To and Subject fields from
the original message. Also the header line looked something like:
On , wrote:
It's not the first time that I had to tweak RC to make it drive around what I
can only conclude to be weirdness in the Domino server, mostly effecting the
IMAP function get_headers(). In this particular case I managed to make
everything appear again by changing the following line in
program/steps/mail/compose.inc, from
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid);
to
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid , $_GET['_mbox'] , false );
I am using 0.1-rc1 at this point. To be very honest I am afraid to upgrade it
because I'd have to scout around and re-introduce my changes. I'd rather wait
for the owners of the Domino server to announce an upgrade on their part...
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just tried to install the RC1 of roundcube. But I've encountered
some strange Problems:
Steps to reproduce:
-I try to login.
-I take teh correct logininformations
-Login
-> get back to login-Screen, ith blank fields
There is no warning in the log-directory. (It is writeable and i know it
works.)
I get a new row in the session-table (mysql)
I get a user in the users-table
I found a some topics with this Problem in the Forum, but I didn't find
any solve.
Any Ideas?
Regards,
Christian
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/