Hello RoundCube users and list lurkers
After getting plenty of feedback for the plugin API [1] which was published
in version 0.3-beta we now released an almost-ready-to-hit-the-road version
of RoundCube. The reason why this not yet a stable release are some
pervasive changes on the IMAP backend in order to improve performance. See
Changelog [2] for details
We'd like our dear users to extensively test this release candidate and
submit errors to our bug tracker [3]. The 0.3-stable release will follow
soon...
You can get 0.3-RC1 from the download section of our website [4].
Best regards,
Thomas
[1] http://trac.roundcube.net/wiki/Doc_Plugins
[2] http://trac.roundcube.net/wiki/Changelog
[3] http://trac.roundcube.net/report
[4] http://roundcube.net/downloads
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi.
My users are experimenting a long delay when try to send an email with RC.
Just a simple email with 3 lines can take 1 minute to be sended, and
the RC and mail server is in my LAN.
How can i check what can cause that delay?
Im using RC v0.2.2
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Can i omit non-unicode characters to avoid the error: Server Error! (OK).
The sent-mail folder from another webmail are with non-unicode characters.
How can omit these characters?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
I just configured my IMAP server to use TLS. I did 'not' disable plain
text login but if the client is configured to check for TLS, it's
available and the connection is made encrypted rather than plain text.
My question is how can I force all IMAP connections to my server to
use TLS rather than plain text from RoundCube?
_______________________________________________
List info: http://lists.roundcube.net/users/
there is plugin that allows me foward email at my address book before I have
to type the initials for the load it?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
How does one delete a user from the databases via PHPmyadmin?
I get the following error...
MySQL said: #1451 - Cannot delete or update a parent row: a foreign key constraint fails (`roundcubemail/cache`, CONSTRAINT `user_id_fk_cache` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`))
And I cannot get around it!!
please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all, and sorry for my english ...
With tle last stable RC and IE 7.0.x (+XP) when i can see a attachments i
can read this :
For PDF and the special windows for this : waiting during a long time, for
nothing.
For save an attachments (PDF, Doc/xls...) except TXT i can read this error :
Internet Exploser do not download "/" from .....
The solution is perhaps this or not (?) (archives from lists.roundcube.net)
:
"
Balazs Horvath wrote:
> Hi,
>
> *attachment type*
> the newly introduced extension based mime-ing does not work, an old code
> fragment got back...:
> https://svn.roundcube.net/trunk/roundcubemail/program/steps/mail/attachment…
> instead of
> 'mimetype' => rc_mime_content_type($filepath,
> $_FILES['_attachments']['type'][$i])
> should be this
> 'mimetype' => rc_mime_content_type($filepath,
> $_FILES['_attachments']['name'][$i], $_FILES['_attachments']['type'][$i])
Fixed in r2724.
>
> *undocumented plugin hook*
> http://trac.roundcube.net/wiki/Plugin_Hooks
> $attachment = $RCMAIL->plugins->exec_hook('upload_attachment', $attachment);
Yes and there are others like save_attachment, get_attachment,
remove_attachment, display_attachment and cleanup_attachments
These hooks are used for core plugins (filesystem_attachments and
database_attachments) which are required to handle the storage of
attachment files. However the upload_attachment hook could be of interest
for other plugins too (e.g. for virus checking) and I've now added it to
the documentation.
Thanks a lot for reporting!
~Thomas"
---------------
But under Linux + Firefox its very cool to use RC - Many thanks a lot.
Best regards
--
----~o00o-----//{ ´°`(_)´°` }\\-----o00o~------
Laurent Archambault
Under Linux
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm planning to install a new version of Roundcube to test it, but I
want to leave the current version for all users while I'm testing the
new one.
Is it possible, or will there be some problem with the mysql database ?
Thanks a lot in advance for any help
Denis
_______________________________________________
List info: http://lists.roundcube.net/users/