Hello all,
my name is Henrique Meira, from Brazil.
I would like to work in this project.
Right now, I would like to know if exist any work about filter messages,
and whether there are need of any help or not.
Translations to portuguese (brazilian) are showed with some characters
truncated, such as 'ç' (cedilha), I think so that problem is charset
definition.
A problem: I try to install RoundCube in a machine with Apache 2, PHP
4.2.2, and I get some errors of fail on try load files, such as …
[View More]include/*,
but the package put this directory (include) into a sub-directory of
program directory, so, index.php file never will be found any include
files... nobody have this problem?
Last point: are there any possibility of the RoundCube to work on PHP 4.2.2 ?
best regards,
henrique.
[View Less]
RoundCube developers and users,
seems it's time for a refresher crash course in how to work with the
RoundCube Dev mailing list list-manager.
* To subscribe to RoundCube Dev: Send a message with 'subscribe' in both
subject and body to dev+subscribe(a)lists.roundcube.net and follow the
directions in the confirmation message.
* To unsubscribe from RoundCube Dev: Send a message with 'unsubscribe'
in both subject and body to dev+unsubscribe(a)lists.roundcube.net and
follow the directions in …
[View More]the confirmation message.
* DO NOT SEND SUBSCRIPTION/UNSUBSCRIPTION REQUEST TO THE LIST ADDRESS!
* To change your subscription preferences: Send a message with 'options'
in both subject and body to: dev+options(a)lists.roundcube.net and follow
the link in the reply message. Available subscription options are:
- Set Reply-To: This will add a Reply-To: header field to the messages
you receive from the list, directing replies back to the list instead of
the message originator. Messages with a Reply-To: header field already
present will not have it replaced.
- Tag Subject: Add a [RoundCube Dev] tag to all Subject: header fields.
Some people find this useful to (automatically of visually) sort mailing
list messages.
- Suspend Mailing: Stop sending list messages to this address. Use this
if you want to temporarily halt your subscription (like when going on
holiday) or if you want to be able to post from several addresses
without having list messages sent to all of them.
* If you have any trouble interacting with the list, you can always
e-mail postmaster(a)maildialog.com. This address is unfiltered.
Bob (list-mom)
[View Less]
I think I originally switched because the authentication being used by
MySQL wasn't supported by the old mysql library. You could switch the
authentication scheme, but since I have all my stuff running on mysqli,
phpbb, joomla, and mambo before that, I didn't see any reason to stop
using it. Roundcube made it very easy through its DB abstraction.
Also, Roundcube uses mysql and not mysqli for MySQL be default. I
didn't know if anybody else had tried it yet.
Adam
-----Original Message-----…
[View More]
From: Joshua Layne [mailto:joshua@willowisp.net]
Sent: Wednesday, October 26, 2005 1:36 PM
To: RoundCube Dev
Subject: Re: RoundCube with mysqli
Is there any particular reason that we are using the mysqli driver? I
know that with PHP 5.0.3, the 'mysql' driver works fine against a MySQL
4.1.10+ db - they fixed the backwards compatibility issue. I don't know
about php4, and I suppose for those people who are on php5 (<5.0.3) they
might need it...
This wasn't particularly highly publicized, so not everyone is
necessarily aware of it.
I guess if the db abstraction is handling it, it doesn't matter.
j.
On Wed, 26 Oct 2005 12:36:23 -0400, "Adam D. Oliver"
<Adam.Oliver(a)fblaw.com> wrote:
> I'm running the 20051021 build on PHP 5 and MySQLi. Working fine so
> far. I do not have a lot of people to test it. I had to make the
> following changes.
>
> Insert the following after the mysql case ending on line 174 of
> rcube_db.inc
>
> case 'mysqli':
> return mysqli_insert_id($this->db_handle->connection);
>
> In db.inc.php make this change to line 21
>
> $rcmail_config['db_dsnw'] = 'mysqli://user:pass@localhost/dbname';
>
> If you have chrooted mysql and have to use TCP like me then remember
to
> change the host accordingly.
>
> $rcmail_config['db_dsnw'] = 'mysqli://user:pass@127.0.0.1/dbname';
>
>
> If this was already posted by somebody then never mind. :-)
>
> Adam
[View Less]
I'm running the 20051021 build on PHP 5 and MySQLi. Working fine so
far. I do not have a lot of people to test it. I had to make the
following changes.
Insert the following after the mysql case ending on line 174 of
rcube_db.inc
case 'mysqli':
return mysqli_insert_id($this->db_handle->connection);
In db.inc.php make this change to line 21
$rcmail_config['db_dsnw'] = 'mysqli://user:pass@localhost/dbname';
If you have chrooted mysql and have to use TCP like me then remember to
…
[View More]change the host accordingly.
$rcmail_config['db_dsnw'] = 'mysqli://user:pass@127.0.0.1/dbname';
If this was already posted by somebody then never mind. :-)
Adam
[View Less]
Hi list
A few days ago i tried RoundCubeMail for the first time and must say.
GREAT JOB! It is easy to handle and exactly what i was looking for.
I tried to send a few test mail's, and everything works fine except the
oldest computer problem since other languages than English were used.
If i send some special characters like æøå ÆØÅ they are scrambled during
send. The header is fine, it's only the body.
Does someone already know how to fix the problem? What can i do to fix it?
Dennis
--…
[View More]
Airconditioners and computers have one thing in common:
Once you open windows everything fails.
--
Firefox - Safer, Faster, Better
http://www.mozilla.org/products/firefox/
[View Less]
Change the message status of a readed email to unreaded email.
leroma (:)
zoeirapura.cjb.net (:)
Devo, não pago. Nego enquanto puder.
http://kevan.org/brain.cgi?zoeirapura
_______________________________________________________
Promoção Yahoo! Acesso Grátis: a cada hora navegada você
acumula cupons e concorre a mais de 500 prêmios! Participe!
http://yahoo.fbiz.com.br/
LOL?
80000 Mails?
Nice job :-P
-----Original Message-----
From: Walter Francis [mailto:wally@theblackmoor.net]
Sent: Wednesday, October 26, 2005 4:26 PM
To: dev(a)lists.roundcube.net
Subject: Re: Slow startup question
On Wed, 26 Oct 2005 16:04:22 +0200, Thomas Bruederli
<roundcube(a)gmail.com> wrote:
> Actually RoundCube does not "count" messages but ask the server for
the
> number of messages. This is called twice: ALL and UNREAD. These
requests
> to the server take some …
[View More]time and we already has requests to skip this
on
> login and do it in the background.
>
> Unsubscribing should help because only subscribed folders are listed
and
> requested for message count.
>
> Don't know why the CVS version runs slower than the latest build...
Yes, unsubscribing from my larger 'archive' folders did the trick, it's
very fast to login now, as I probably have perhaps 15,000 messages in my
'current' folders vs 80,000ish in my archive folders.
It *seemed* it was slower in the 102505 CVS than the 102105 release, but
might have been my imagination.
Cheers
[View Less]