Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
I have upgraded my install of RC from 0.2.1 to the latest stable 0.3.x
and now I notice that when I login to my IMAP account via RC, I show
no new messages even though I know there are 20 new messages on the
server. I don't have any other clients connected to the server like
Thunderbird or Outlook but I do know from checking on the mail server
directly that there are 20 new messages. I click the "Check for new
messages" icon in the web interface and noting new pops in at all. I
know its trying to check because I see the message window flash above
the screen very quickly each time I press the "Check for new messages"
icon. So no new messages flow in. I then open an old message
completely. Then when I go back to my message list window, all my new
messages appear. I don't understand why this is happening? It happens
on my work and home PC which leads me to believe it is a system issue
with RC, not my cached browser.
I did a fresh install from 0.2.1 > 0.3-stable on my server so I don't
think I did anything wrong.
Can someone please help me understand what causes this problem? It's
extremely annoying!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
On Tue, Oct 27, 2009 at 9:31 AM, Michal Drozdziewicz
<michal(a)drozdziewicz.pl> wrote:
> Hi all,
>
> Try "selecting" the inbox folder, even if it's selected. This does trick
> for me. Messages appear in the list.
I will try that but I still think this is a huge functionality bug.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
hope I'm right with my topic on this list.
Go some weird problems with the auto_create_users feature.
On the "first" Login there should be a new user created to the users
table.
But I can't login and the errors log gives me following.
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create new user in /
var/www/ispcp/gui/tools/webmail/program/include/rcube_user.php on line
452 (POST /webmail/?_task=&_action=login)
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create a user
record. Maybe aborted by a plugin? (POST /webmail/?_task=&_action=login)
If I go to the Line 452 and look at the source I see that this
condition returns a false and so the error is pushed:
if ($user_id = $dbh->insert_id('users'))
So in the end I don't get the Insert ID of the created user back.
But the Server does the insert correctly - there are now about 17
entries of the same mail address in the table.
If I try to echo the $dbh->insert_id('users') value, its null.
But if I do the insert manually and do a SELECT LAST_INSERT_ID(); it
works... so I don't really see whats the point?!
Has anyone of you experienced the same?
All other Logs (imap, SQL) dont signalise me that there would be
something wrong.
At the end my Config of MySQL and PHP.
Got PHP 5.3,0, self compiled with:
'./configure' \
'--with-pear=/usr/local/lib/php' \
'--sysconfdir=/etc/php5' \
'--with-config-file-path=/etc/php5' \
'--with-libxml-dir' \
'--with-pcre-regex' \
'--with-mysql' \
'--with-mysqli' \
'--with-zlib' \
'--with-zlib-dir' \
'--with-gd' \
'--with-png-dir' \
'--with-xpm-dir' \
'--enable-gd-native-ttf' \
'--with-gdbm' \
'--enable-ftp' \
'--with-mcrypt' \
'--enable-calendar' \
'--enable-wddx' \
'--with-jpeg-dir' \
'--enable-bcmath' \
'--enable-shmop' \
'--with-pdo-mysql' \
'--with-mhash' \
'--with-openssl' \
'--with-xsl' \
'--with-ldap' \
'--with-ldap-sasl' \
'--enable-dom' \
'--with-curl' \
'--with-iconv' \
'--with-freetype-dir' \
'--with-bz2' \
'--with-gettext' \
'--enable-exif' \
'--enable-mbstring=all' \
'--with-kerberos' \
'--with-sqlite' \
'--enable-zip' \
'--enable-sockets' \
'--enable-shared' \
'--enable-sqlite-utf8' \
'--enable-soap' \
MySQL is 5.0.51a-24+lenny2 - standard debian package
Best regards
Daniel Jäger
_______________________________________________
List info: http://lists.roundcube.net/users/
I've just upgraded from 0.2 to 0.3
I'can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends to the IMAP
server the password not as is but "
crypted(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telent the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/
Estou usando o Gmail e acho que vale a pena conferir. Isto é um
convite para você criar uma conta.
-----------------------------------------------------------------------
Tiago Gomes convidou você para abrir uma conta grátis do Gmail.
Para aceitar esse convite e abrir sua conta, visite
http://mail.google.com/mail/a-cb6ed28a0f-b0447f0e64-ba8cd8f00546bfa3
Uma vez criada a sua conta, Tiago Gomes será notificado do seu novo
endereço de e-mail para que vocês possam manter contato através do
Gmail!
Caso você ainda não tenha ouvido falar do Gmail, trata-se de um novo
serviço de webmail com recurso de pesquisa. O Gmail tem:
- Mais de 2.700 megabytes (dois gigabytes) de armazenamento grátis
- Recurso de pesquisa Google para procurar instantaneamente qualquer mensagem
- Organização automática de mensagens e respostas correspondentes em
forma de "conversas"
- Proteção eficaz contra spam baseada em tecnologia de ponta do Google
- Zero anúncios grandes e inoportunos; só pequenos anúncios em texto e
páginas relacionadas ao conteúdo das suas mensagens
Para saber mais sobre o Gmail antes de se inscrever, visite:
http://mail.google.com/mail/help/intl/pt_BR/benefits.html
Continuamos a trabalhar constantemente para melhorar o Gmail, por
isso, às vezes pediremos seus comentários e sugestões. Esperamos que
você goste do Gmail. E ele vai ficar cada vez melhor.
Obrigado,
A Equipe do Gmail
(Se você clicar nos URLs desta mensagem e eles não funcionarem,
copie-os e cole-os na barra de endereços de seu navegador.)
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using the SVN trunk version (3044) of Roundcube and I am seeing some weird behavior with Roundcube in my IMAP folders. I am not having any performance issues, but I am getting messages out of order. I basically want to have the newest messages at the top of the list and then go backward from there in reverse order by date. (i.e. newest -> oldest). I am seeing that behavior for most messages, but the ones from the past 1/2 month or so are showing up at the end of the list when they should be at the top of the list. I recently moved all my mail (via Thunderbird) from Thunderbird folders to IMAP folders. The dates listed in the date column are all correct, but could the sorting dates have gotten messed up? Any way to check this and correct it?
Thanks for any ideas or assistance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
but when I try to see the address book for roundcube returns the following
error: Internal Server Error
somebody have idea about this ?
sorry my bad english.
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
mas quando tento consultar os catalogo de endereços pelo roundcube retorna o
seguinte erro : erro interno do servidor
somebody have ideia about this ?
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/