Ladies and Gentleman,
I want to know what you think about changing the actual exhibition time
(3 seconds) of message boxes (through display_message() js function).
I think that we can set a timeout based on the amount of words displayed
instead of a generic time that can be faster than some users can read.
Studies [1] shows that the medium reading speed for comprehension is 3-6
words per second. Considering the reaction time, screen readability, difference
between different kind and size of displayed messages (varies with the
language
too), 3 seconds can't be enough in some situations.
We can improve the usability and accessibility for the users by changing
display
time to something more complacent.
It can be provided by a simple/light patch in app.js that I can do, but
first I want
your opinion.
My proposal:
- Exhibition time for short messages (under 5 words): 3500ms
- Time increase rate for each word (after the fifth word): 400ms (1.2sec
every 3 words)
[1] http://en.wikipedia.org/wiki/Reading_%28process%29#Reading_rate
--
Victor Benincasa
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
We've been evaluating a number of different webmail interfaces to replace or
augment our old system developed by a now-departed student. So far we've
been very pleased with Roundcube, but ran into a few things during our tests
that we would like to see fixed or enhanced.
To that end, I've got a few small patches coming, the first of which is
included below. If it would be preferred that I open tickets and attach the
patches to there, I'd be glad to do that instead.
Anyway, we have an LDAP directory with over 45,000 entries in it that we'd
like to use as a backend for the new_user_identity plugin. For various
reasons, we'd like to prevent it from being visible to users. Attached is a
short patch that adds a 'hidden' flag to directory configuration entries.
Regards,
-Brandon
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QR/xReQ2g7V/hidden-ldap.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello friends,
when I enable the cache and i logon, the new messages only appear if i click
in E-mail button, can someone help? I'm use version 3.0 . Thank's
--
----------------------------------------------------------------
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/dev/
Hi all,
since I install the 0.3 stable read mailbox was very slow. The sended
folder have 3000 messages and I must wait 80 sec with 20 records per page.
My inbox have 700 messages and I wait 3 seconds (this is ok... I am on
google imap).
Have u changed something? I need some configuration?
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi list,
I have used the password plugin within a directadmin installation, but
initially the plugin doesn't work for me because i use SSL.
So i had to modify the plugin, adding a switch to choose or not the ssl
support, you can find the diff from 0.3-stable attached
HTH
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8Y/qmS7GQWe/directadmin-ssl.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Heya,
I have patched the current additional message plugin with separated
config file located in plugins directory instead of editing main.inc.php
config file.
The patch is attached...
regards, Jernej
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/d9/XdSec5AQ/additional_message_h.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Eric,
Hi all,
> i forgott the video here is the missing file
> sorry i have this only as wmv.
>
> *Detachments* -The following attachments have been detached and are
> available for viewing.
>
> * http://detached.gigo.com/rc/wR/wBRA9pUu/07122007-1.wmv
I'm pretty sure that I'm able to reproduce this on ALL recent roundcube
versions (at least from 0.3-beta) WITHOUT thread patch applied.
How to reproduce (I tried to nail it down to the simplest case that
shows error):
1) Open folder that contains a bit more messages then could be shown on
a single page (f.e. 41 message with 40 rows limit).
2) Select and delete any number of messages, but not one and not all.
You may do it with either method (mouse or keyboard).
3) Try to select all messages on a page after remaining messages are
loaded to list. Artifact is shown. You are unable to select one of
messages (which has duplicate in another row).
Thus, I'd say that bug shown in Eric's video is not related to a
threaded-view patch and is a separate long-standing issue.
Hope this will help to fix this.
Should I open a ticket in trac? Or someone can find erroneous code quite
quickly?
Eric, would you try to check it again on a clean RC installation without
threading patch?
Vladislav.
BTW, deleted message rows are not removed from a DOM model, they only
switched to a hidden state. I'm not sure if this is an expected
behavior. Can they ever be removed from the inside of JS?
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello.
I really like Roundcube webmail.
The idea of plugins in 0.3 version is also great.
I've made 2 plugins for roundcube to manage Postfixadmin database - one
for editing vacation, another for forwarding (changing password works
fine with the Chenage Passord plugin.
How can I make my plugins available to the public, put them on the
Roundcubbe website?
--
Paweł Muszyński
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey Sandro,
for next time, a so called diff improves visibility for changes, e.g.
rcube_imap.php (your edits) and rcube_imap.php.orig (non edited)
diff -up rcube_imap.php.orig rcube_imap.php
Cheers,
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
I have activate the console command in the imap.inc file but there is any
console file in logs folder.
Any idea?
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
I decided to try the new version of roundcube. It works well. Many bugs
have been fixed, but if I choose contact and i click button "Compose
mail to", i get an error "No contacts found". with some contacts it
works fine.
Can anyone help me?
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I updated Japanese translation.
By the way, I can't use RoundCube Translator for Japanese and many languages.
I think that translator/localization/index.inc is old.
Please fix this.
--
@YMC Corporation / URL: http://www.ymc.ne.jp/
Kazuhiko Iwama / Tel: 083-228-1193 Fax: 083-228-1194
_________________/ Mail: iwama(a)ymc.ne.jp
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TR/PmCJ9J59/roundcubemail-0.3-st.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
Attached is a plugin to make posible that a roundcube user
has its own SMTP parameters (Host, Port, User, Pass).
Realy, there is
two plugins
custom_smtp -> responsible for the tab and form to mantain a
per user SMTP parameters
custom_smtp_hook -> necesary to make this
changes on sending emails
Hope this will be usefull for anyone.
Karim.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8H/cECcsaa/custom_smtp.tar.bz2http://detached.gigo.com/rc/8H/cECcsaa/custom_smtp.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Attached you will find the Swedish localization of the archive plug-in
for Roundcube.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/kn/vIXwphhk/archive-sv_SE.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Roundcube users
We're proud to announce the stable release of version 0.3 with the
long-awaited plugin API. Now the doors are finally open to extend
Roundcube's functionality and the integration in other web-based systems
got much easier. The package includes a default set of useful plugins as
well as some sample code. An introduction to plugin development can be
found on our wiki [1].
This release also includes some more bug fixes especially fixes and
improvements of the LDAP support. Get all the details from the Changelog [2].
Together with this release we pimped our website with a fresh and sexy
screen design created by Micha Krautwasser, a very talented designer at
bueroflint.com. Many thanks man!
As usual you can download the new release from our (gorgeous) website [3].
Have fun!
Thomas
[1] http://trac.roundcube.net/wiki/Doc_Plugins
[2] http://trac.roundcube.net/wiki/Changelog
[3] http://roundcube.net/downloads
_______________________________________________
List info: http://lists.roundcube.net/dev/
LDAP being used is AD. name_field is 'displayName'.
If I specify name_field as 'displayname', then it properly displays
names in the list (for search results), but it won't show the display
name in the contact details.
If I specify name_field as 'displayName', then it displays empty (but
clickable) fields in the list, but the display name shows up properly in
the contact details.
By dumping variables, I can see that the same is happening for
firstname_field (givenName in LDAP), but that isn't a big deal since
that isn't used in the listing, only in the details.
Any thoughts?
Kyle
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello list,
Sorry for posting this post here, not to trac, but I didn't find register page in trac-system.
I have noticed, that "fileinto" action in managesieve plugin save it's argument in utf7-imap encoding, but RFC requires utf8. This envolves some problem, you may see discussion here http://dovecot.org/list/dovecot/2009-July/041690.html
Here is patch, which fixes this for version 0.3-rc1. I'm not php-programmer, so this might be done in more intelligent way, but this should be fixed:
--- lib/rcube_sieve.php.orig 2009-09-04 09:39:59.000000000 +0300
+++ lib/rcube_sieve.php 2009-09-04 09:38:32.000000000 +0300
@@ -326,7 +326,7 @@
{
case 'fileinto':
$extension = 'fileinto';
- $script .= "\tfileinto \"" . $this->_escape_string($action['target']) . "\";\n";
+ $script .= "\tfileinto \"" . $this->_utf7imap_to_utf8($this->_escape_string($action['target'])) . "\";\n";
break;
case 'redirect':
$script .= "\tredirect \"" . $this->_escape_string($action['target']) . "\";\n";
@@ -499,7 +499,7 @@
}
elseif(preg_match('/^fileinto/', $content))
{
- $result[] = array('type' => 'fileinto', 'target' => $this->_parse_string($m[sizeof($m)-1]));
+ $result[] = array('type' => 'fileinto', 'target' => $this->_utf8_to_utf7imap($this->_parse_string($m[sizeof($m)-1])));
}
elseif(preg_match('/^redirect/', $content))
{
@@ -722,6 +722,29 @@
return '["' . implode('","', $list) . '"]';
}
+
+ /**
+ * Convert string value from utf8 to utf7-imap encoding
+ *
+ * @param string Text
+ */
+
+ private function _utf8_to_utf7imap($content)
+ {
+ return mb_convert_encoding("$content","UTF7-IMAP","UTF8");
+ }
+
+ /**
+ * Convert string value from utf7-imap to utf8 encoding
+ *
+ * @param string Text
+ */
+
+ private function _utf7imap_to_utf8($content)
+ {
+ return mb_convert_encoding("$content","UTF8","UTF7-IMAP");
+ }
+
}
?>
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
if I active a plugin of an address book I get the same contatcs in all
contacs group. I can see only the contacts of the plug in the address book
of the plugin and in the address book of the default personal contacts.
I'm making some errors or is a bug?
Another thing... It's possible to configure a plugin address book to read
a view instead of a table?
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi friends,
there are already adapting to the plugin to create groups of contacts to
version 3.0 ?
--
----------------------------------------------------------------
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/dev/
Hi all,
I get the following error if I click contacts list with
automatic_addressbook plugin and nothing appen:
[02-Sep-2009 19:41:46] PHP Catchable fatal error: Object of class
rcube_user could not be converted to string in
C:\roundcube\program\lib\MDB2.php on line 1672
With example_addressbook plugins also the personal list get the same value
of plugins list
Trunk is 2908
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
it's possible make visible to all users some concats? like support
contacts etc.
Naturally inserting the contacts only one.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Alec and Vladislav,
i can reproduce the deleting bug on a Standard RC current SVN-trunk ...
i think the bug depends on many factors and is more largely than I
thoug.
Now I am completely confused two identical installations on one
installation i cannot reproduce on the next installation comes
the bug sporadically, delete after second third.
drlrn> Message: 3
drlrn> Date: Mon, 31 Aug 2009 18:53:30 +0200
drlrn> From: "A.L.E.C" <alec(a)alec.pl>
drlrn> Subject: Re: [RCD] Multiple message deletion bug (Was: [PATCH] Theaded
drlrn> view mode)
drlrn> To: dev(a)lists.roundcube.net
drlrn> Message-ID: <4A9C000A.8070002(a)alec.pl>
drlrn> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
drlrn> Vladislav Bogdanov wrote:
>> How to reproduce (I tried to nail it down to the simplest case that
>> shows error):
>> 1) Open folder that contains a bit more messages then could be shown on
>> a single page (f.e. 41 message with 40 rows limit).
>> 2) Select and delete any number of messages, but not one and not all.
>> You may do it with either method (mouse or keyboard).
>> 3) Try to select all messages on a page after remaining messages are
>> loaded to list. Artifact is shown. You are unable to select one of
>> messages (which has duplicate in another row).
drlrn> I'm unable to reproduce this with current svn-trunk version. I'm also
drlrn> unable to view this video file, so it's all that I can say.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Jocelyn,
sounds like great i will test this thanks.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Vladislav and all lurkers,
I have found the Bug !!!!!!!
in rcube_imap.php private function _list_headers
if ($this->sort_field != 'default' &&
$this->get_capability('sort') && ($msg_index = iil_C_Sort($this->conn, $mailbox, $this->sort_field, $this->skip_deleted ? 'UNDELETED' : '')))
{
// nothing more to do
} else {
$a_index = iil_C_FetchHeaderIndex($this->conn, $mailbox, "1:*", ($this->sort_field == 'default') ? '' : $this->sort_field, $this->skip_deleted);
if (empty($a_index))
return array();
asort($a_index); // ASC
$msg_index = array_keys($a_index);
}
remove the line asort($a_index); // ASC
after this will works fine.
I think the Problem are the sorting of the new in messagelist pushed messages !!
I have long time testet and debug and now i think thats the solution.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Chris and Vladislav
thx for your work show the attached image ...
The green and yellow Messages are the same after deleting 4 Messages
When i delete 4 Messages and the next 4 loads in the message list the
4 reloaded Messages are exists already in the message list the already
exists Messages can't select or click this issue comes from threading patch testet with my
patched installation clean RC0.3 snapshot and the snapshot from atomice.com this issue is only
by the versions with threading it threading display enabled or disabled or preview is
enabled or disabled is all the same after deleting some messages to four times
some messages shows twice in messagelist i have testet with some browsers IE Firefox Opera and chrome
on Windows XP and Gentoo and i have testet with an courier, cyrus and exim by all installations
i have this issue with threading. I hope you find a solution
Thx Lacri
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/jY/gdVQUrR4/threaded_bug.jpg
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I was just installing roundcube and noticed the force_https option,
after enabling it I observed it was always assuming that the HTTPS port
used is the default tcp port 443.
My server has only one public ip address which forces me to use several
'custom' HTTPS ports, so this asked for an option to specify the HTTPS
port used on the server, I've quickly implemented it and created a patch
(see attachment) for the 0.3RC1 release.
Maybe you would like to include this patch in future versions, or
not :), it's up to you, just thought I should share this.
Gr,
Lex
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bB/KQ9wWuRP/https_port.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
I just "finished" an alpha release of a plugin to manage remote IMAP accounts. Please review! Notice: It depends on my "settings" plugin (http://myroundcube.googlecode.com).
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dx/5hUf1ma7/accounts.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Thomas and Vladislav,
i have in my RC the quotadisplay moved in bottom of folderlist
i think this is perfekt i have enough space in the footer for
thread, folder and message list command links.
i send yours an E-Mail with login Data to see my solution,
@Vladislav you can see and test with the login data the threading problem
with showing messages twice after delete.
best Eric
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1W/9F3ak858/vcard.vcf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Vladislav,
i think this is independently
from thread or thread leading messages
i have the same bug when threading is disabled
and the bug is only in the with threads
patched RC not in the standard RC. And when
because of this then the bug would not be sporadic.
one two times is all ok and then sporadic comes
the bug and messages shows twice.
I have spend mass time on this and I do not find
the reason or solution.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
(bug dropped in my mailbox)
After sending an e-mail RoundCube attempts to append the e-mail to the
Sent folder.
RoundCube (actually, the Iloha library) does not handle the response to
the APPEND command correctly, resulting in a properly sent e-mail, and a
client timing out.
Example conversation:
> a APPEND "Drafts" (\Seen) {555145}
< a NO [OVERQUOTA] Quota exceeded (mailbox for user is full)
RoundCube reads the response line but doesn't parse it.
Attached patch at least fixes the not-parsing-and-client-hanging part,
logging the actual response line to the error log. But a proper error
message to the user would be better.
Does anybody have any idea if IMAP errors are standardized, and if so,
how would I get the message from program/lib/imap.inc back to
program/steps/mail/sendmail.inc, to show the user a proper message?
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7d/tCH2Il93/imap-append-error-ha.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm just subscribed, so first thanks to all devs for all efforts on
making RC really great.
I noticed that threaded view support is planned for 0.4-beta1, so
I attach a reworked patch for a threaded mailbox view mode. It is not
fully perfect, but is a good (re)starting point for that anyway.
Changes comparing to roundcubemail-threading-20090706.patch from
http://www.atomice.com/blog/?page_id=34:
1. Ported to 0.3-SVN-r2863
2. Implemented auto expand of threads with unread messages only.
3. Added GUI configuration option for autoexpand control (on, off, unread).
4. Autoexpansion works in both static and JS message lists.
5. Automatically change between 'unread children' and message icons in a
list (in parent message rows) when child message is marked read/unread.
6. Count messages, not threads in a message view pane.
7. Fixed navigation in a message view pane when threading is enabled.
8. Fixed setting folders with non-ASCII named to threaded mode.
9. Fixed incorrectly displayed rows (children of collapsed row) after
multi-level expand/collapse. Simplified expand logic.
10. Fixed expand indicator is not changing when expanding/collapsing
with keyboard.
11. Fixed plus key on a numeric keypad is not working (at least on linux
Fedora 11 + Firefox 3.5.2).
12. Added support for whole thread expand/collapse with
clicking/pressing hotkeys while holding the Control key.
13. Save expand state in env everywhere (after keypresses too).
14. Added russian translation.
15. Fixed indentation and braces style in JS to comply with RC coding style.
Known issues:
1. Messages from a threaded folder are sorted not in a thread-aware
order but rather in a natural order when browsing with GUI controls at
the bottom of a message view pane. This is probably a minor issue
because it is more convenient anyway to browse through threaded
discussions with a preview pane enabled. Maybe we need to explicitly
enable a preview pane for a threaded folders.
2. Last selected message is neither focused nor centered in a list when
returning to a list from a message view pane. I think it is minor issue too.
This patch (and original one too) is sometimes too intrusive, so it
needs to be checked at least twice just not to break things.
Thanks for your time,
comments are welcome.
Best,
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/X6/LiAx90cn/roundcubemail-SVN-28.patchhttp://detached.gigo.com/rc/X6/LiAx90cn/unread_children.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello!
I'm sending the updated slovenian translation of managesieve and
password plugins.
I named the files incorrectly the last time, si.SI instead of sl.SI.
Please delete those files and commit the ones in the attachment.
Thanks.
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/FU/3GKw654x/managesieve_passwd_s.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
before I release my __forward_as_attachment__ plugin any code review is appreciated!
Sandro, thanks again for the images.
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a3/u3MrjBJm/forward_as_attachmen.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all
I have configured the password plugin and I have created the file
it_IT.inc under localization, you can find it attached if you want to
include it in the main distribution
I have a problem, after i change the password i get the green box with
the success message, but also another message with a "SERVICE NOT
AVAILABLE" error with code 500, in the middle of the page.
Seems to me that the IMAP server is refusing the connection, and the
only thing that can be broken is the password, so i suppose the error is
in the password update in $_SESSION, but i couldn't make it work
For me the solution is to add the line
header("Location: index.php?_task=logout");
in password.php, on line 96, that force the user to re autenticate, but
this is very dirty in my opinion
Can anyone point me to a solution or give me some tip to accomplish the
task?
Thanks
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/YD/TiwiIPYm/it_IT.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello, can someone help to get suitable icons for a "forward as
attachment" plugin. The icons (_act.png, _pas.png) should look like the
default forward icon overlapped by a small clip. Many thanks to any
volunteer! Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
The following pertains only to message deleting with the config option
'display_next' set to true.
When I hold the delete/backspace key down with a message selected for
a couple seconds and messages are loaded from the next page, some will
come back more than once.
For example, say this is my message list:
uid = 1
uid = 2
uid = 3
uid = 4
uid = 5
... now if i delete the first three by holding the delete key down for
a second, my message list might look like this:
uid = 4
uid = 5
uid = 6
uid = 6
uid = 7
This also brings up the question as to how fast messages should be
deleted while holding the delete or backspace key down, in my tests it
must be 15-25 messages per second which is quicker than my reflexes
are able to accurately stop deleting at a certain point.
What do you guys think? Would it be best to set a timer so we can only
delete 'x message per second' or maybe wait until the previous message
has been deleted and the new message has come from the next page
before deleting another?...
Thanks!
Ryan Ostrander
_______________________________________________
List info: http://lists.roundcube.net/dev/
ok I Upped my system with PHP 5.2.9. But now I have issues with Fileinfo. Yes may it should be asked at Centos etc I know,
but maybe users here can help me faster.php -v
PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP 5.2.9 (cli) (built: Mar 10 2009 16:42:52)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
For now I removed the Fileinfo package.
What is done with this package by RoundCube?And most important...how can I fix this issue?Thanks!
_______________________________________________
List info: http://lists.roundcube.net/dev/
search.inc.patch is for program/steps/addressbook/search.inc
This patch is a workaround for what appears to be a PHP bug that
prevents the setting of multi-dimension associative arrays in $_SESSION
(more specifically, the value of $_SESSION['search'][$search_request]).
The bug causes issues with multiple LDAP searches, and "Contact not
found" error messages.
rcube_ldap.php.patch is for program/include/rcube_ldap.php
This patch allows the user to specify multiple base DN values for
searching. It will not affect users that only have a 'base_dn' value
specified. With this patch, the main.inc.php file can include
'search_base_dn' => array()
in an LDAP configuration. This can be helpful for people dealing with a
poorly implemented LDAP structure.
This patch also returns empty results for searches conducted with only
the default filter (as is done when the LDAP address book is first
selected). These essentially empty searches will return inconsistent
results anyway.
Finally, this patch will check for both case-sensitive and all lowercase
fieldmap values to ensure consistent results are displayed in search
lists and contact details.
Both patches were made against 0.3 RC1.
Kyle
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/PB/tUxKCfdd/search.inc.patchhttp://detached.gigo.com/rc/PB/tUxKCfdd/rcube_ldap.php.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs,
I'm working on a plugin which allows the Admin to configure the TinyMCE toolbar
without hacking in editor.js. It also allows to enable/disable features domain/user based.
The reasons why I need this plugin are:
#1 Editor width is too large when RoundCube is embedded in frameset.
#2 I'd like to restrict some features (media, spellchecker) domein/user based
I don't get it working without patching two files:
#1 ,/program/include/main.inc
... see function rcube_html_editor
#2 ./porgram/js/editor.js
... see function rcmail_editor_init
Attached files are based on trunk r2852. Hope you will commit them to trunk.
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4C/jhUOCkvG/program.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Thu, 06 Aug 2009 12:34:30 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
> Julien Vehent wrote:
>
>> OK, so to use STARTTLS with roundcube, the postfix server must be
>> configured with the option smtpd_enforce_tls = yes, right ?
>
> No, it is must not. As I see in the code, STARTTLS is called when
> authentication
> is requested (when smtp_user and smtp_pass options in Roundcube config
are
> set) and
> (from Net_SMTP):
>
> version_compare(PHP_VERSION, '5.1.0', '>=')
> && extension_loaded('openssl')
> && isset($this->_esmtp['STARTTLS'])
> && strncasecmp($this->host, 'ssl://', 6) != 0
OK, It confirms what I read in the postfix doc, that the server must not
enforce STARTTLS (RFC 2487).
So, I have the following roundcube configuration :
------
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'ssl://localhost';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '%p';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
------
The following postfix configuration :
------
# TLS server options
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_security_level = may
smtpd_tls_key_file = [keyfile]
smtpd_tls_cert_file = [pemcert]
smtpd_tls_CAfile = [cafile]
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_tls_ask_ccert = yes
smtpd_tls_req_ccert = no
------
and the following trace when I try to send an email from roundcube to my
gmail account :
http://www.linuxwall.info/files/starttlsroundcubetrace.pcap.txt
Postfix sends its banner in packet '12:43:23.225014' and then roundcube
ACK it and does nothing more. It doesn't send any more data.
My understanding is that roundcube should then announce itself through a
'EHLO' command, and postfix would returns its capabilities.
But instead, postfix then announce that the command has not been
recognized (but what command ? ack number didn't change between
'12:43:23.209554' and '12:43:23.225096' so no data have been
transmitted...)
It's weird, and I don't know how to debug it further...
The only thing I'm sure of, is that this postfix configuration works fine
with thunderbird in TLS mode.
Julien
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have CentOS 5.3 running with only BASE repo. So it runs with PHP 5.1.6.
And at the moment I am not going to upgrade tp 5.2 with an other repo.Anyway, I installed RoundCube, changed check.php so it installed with 5.1.6.
And so far it runs fine. Only problem I had, was the check mail/frefresh page issue.
Fixed that with the RECENT / UNSEEN replacement.So why is PHP 5.2 needed? What goes wrong with 5.1.6? Thanks
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, friends
I adapted the patch to group of contacts in version 3.0 and the biggest
problem is to convert the changes in program/steps/mail/compose.inc as you
can see in http://trac.roundcube
.net/attachment/ticket/1485657/contact_groups.diff could tell me how can set
these variables ? would be in autocomplete.inc? canyou help me for alter the
patch ?
--
----------------------------------------------------------------
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/dev/