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/
Hello Alec, could you help me find the reason for this error? already
upgraded mysql and schema to roundcube 3.0-Beta, is because the webmail is
roundrobin and tries to save the same message in cache when accessed on
different servers ?
*[16-Jul-2009 21:24:59 -0300] DB Error: MDB2 Error: constraint violation
Query: _doQuery: [Error message: Could not execute statement] [Last executed
query: EXECUTE
mdb2_statement_mysql_88595133aa17b429c59da5db91de8bc671b0fbb3c USING @0, @1,
@2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message:
Duplicate entry '1110-INBOX.msg-2786' for key 2] in /webhost/
webmail.atarde.com.br/program/include/rcube_mdb2.php on line 621 (GET
/?_task=mail&_mbox=INBOX&_page=1)*
I'm fix the problem about the image in attach alter the mail.css alter:
#messagetoolbar
{
position: absolute;
top: 47px;
left: 200px;
right: 200px;
height: 35px;
white-space: nowrap;
* z-index: 1000;*
/* border: 1px solid #cccccc; */
}
another question:
I'm using a imap proxy and the imap-server accept the request very well but
the consult fin trash , sent-mail and another imap folders is very slow,
another question about this ?
Thanks for the excelent Project.
--
----------------------------------------------------------------
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
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dB/Vy48Fm85/rb.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Thanks a lot for your help and sorry for asking about a known issue...
And I can confirm that the "factory settings" of 64Mb were not enough !
With 128Mb it worked...
That's crazy ! Don't know how PEAR::Mail_mime is developped, but I think
it's not really suited for servers with a lot of users ;-)
Thanks a lot for your help and next time I won't search only in the
mailing-list ;-))
Denis
William Ngo a écrit :
> Hi,
>
> This is actually a known issue, as noted
> here: http://trac.roundcube.net/ticket/1484660
>
> In our experience, we've had to set the memory_limit as high as 15 times
> the attachment file size to avoid running into this error.
>
> Will
_______________________________________________
List info: http://lists.roundcube.net/users/