Hello!
100% at present.
С уважением,
Сергей Дукачёв (Sergey Dukachev) mailto:admin@mfitness.ru
---------------------------
Отдел IT
MFitness
+7 (495) 974 1234 (доб. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/3F/IqBLJJJI/messages.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/
BT/aba52c80
On 22.11.2010 20:22, SeberIT - Erik Smeets wrote:
> S: * LSUB (\Noselect \HasChildren) "." "INBOX"
I think this is the reason. I'm not sure if \Noselect flag for INBOX is
a bug. Try to fix this by commenting out this part of code in function
select() in rcube_imap_generic() file (line c.a.812):
/*
if (is_array($this->data['LIST']) && is_array($opts =
$this->data['LIST'][$mailbox])) {
if (in_array('\\Noselect', $opts)) {
return false;
}
}
*/
Get as to know if this fixes your issue.
--
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi everyone,
We're trying to install RoundCube-0.4.2 and make it work with our couple
IMAP servers. These servers are very different - different ports, different
namespace (user's homedir) and etc.. So after reading the manual
http://trac.roundcube.net/wiki/Howto_Config we've been trying to set up
dynamic configuration for each of our mailservers. However, unsuccessfully.
Maybe anyone could help with this, or at least anyone could report that this
feature is really working?
In my main.inc.php:
<..>
$rcmail_config['default_host'] = array('mydomain1.com', 'mydomain2.com');
<..>
// try to load host-specific configuration
// see http://trac.roundcube.net/wiki/Howto_Config for more details
$rcmail_config['include_host_config'] = array(
'mydomain1.com' => 'domain1.inc.php',
'mydomain2.com' => 'domain2.inc.php',
);
<..>
Simply these few lines above does nothing. I can write both in
domain1.inc.php and domain2.inc.php such content as : <?php die(); ?> , but
roundcube doesn't die - so these files aren't included and aren't merged
with main array.
If I add arrays with different ports, namespaces etc, it still binds to that
one (e.g. port) described in main.inc.php.
I've been tried this feature about half year ago, but it still remains
unfixed.
We're using:
PHP 5.2.12 .
Roundcube 0.4.2 .
Best Regards
Arminas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
I'm currently using Roundcube SVN for one of my domains. Since a few
weeks, I have this annoying issue that the list of mails in my Inbox
disappears after one minute. I assume this has something to do with the
refresh. When selecting any other folder this doesn't happen and list
will always be shown properly.
I am using imapproxyd, but even when disabling this and connecting
directly to imapd, this happens. Also setting imap_force_caps to false
hasn't solved the issue.
I've searched both the mailing list and Trac tickets, but couldn't
find anything regarding this. I vaguely remember issues with empty
lists in Inbox, but thought this were fixed. Has anyone seen this issue
as well? Or does anyone know how to resolve this? Any help appreciated!
Regards,
Erik
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Okay, I didn't get any reply to my previous post (see below). The issue has
now taken on a new element.
I have confirmed what appears to be a race condition with multiple IMAP
connections to UW-IMAP that occurs when a user is logged in to rcmail and
begins to download a large attachment. If the attachment doesn't complete
its download sequence before the next scheduled check (1, 3, or 5 min) for
new mail, the subsequent login to the IMAP Server causes UW-IMAP to kill the
process that is downloading the attachment in favor of the new login
connection. Here is a maillog example:
Sep 15 16:35:08 jwhatley imapd[70218]: Login user=jwhatley host=xxxxx.net
[174.xxx.xxx.xxx]
Sep 15 16:35:08 jwhatley imapd[70167]: Killed (lost mailbox lock)
user=jwhatley host=xxxxx.net [174.xxx.xxx.xxx]
I understand that UW-IMAP is old and that we should consider replacing with
Dovecot or Courier, but I would like to explore the issue before initiating
such a recommendation.
I would really appreciate some feedback on this issue. Someone, perhaps
Alec, could give me some guidance?
More specifically and in the interim, I need to know where in the code to
change the option 1, 3, 5 minute(s) so that I can increase the maximum
available time between checking for new mail. Or, in the alternative, is
there any provision within the code for suspending checks while attachments
are being downloaded?
Thank you all in advance for any assistance you can render.
Regards,
Jake Whatley
From: Jacob Whatley [mailto:jwhatley@rhyton.com]
Sent: Thursday, September 09, 2010 11:34 AM
To: 'dev(a)lists.roundcube.net'
Subject: Revisiting ancient issue - Apache2 100% CPU when competing for
UW-IMAP
I saw that this issue was identified and confirmed in 2008, but I was
wondering if anyone had any further information on preventing 100% CPU
processes in Apache2 when RCM loses the fight between competing connections
to UW-IMAP (having RCM open while Outlook is also open and checking mail).
We have a system in place to kill these resource hogs, but I want to see if
anyone has a better solution, aside from dumping UW-IMAP.
Thanks!
Jacob Whatley
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I've no mockup, but I'll try to explain what changes in folders manager
I'd like to provide.
1. UI: Add folder information/edition/creation frame on the right side
of the list. Remove bottom box for folder creation. Add list options
menu buttons (like in addressbook groups box), where we'll have create,
edit, delete action (and maybe other provided by plugins, e.g. to remove
all messages in a folder)
2. Folders list: Make it slim. It means I'd like to have only folder
name (structured) and subscription checkbox. Drag-and-drop move
supported. Would be nice to have quota indicator here too.
3. Folder frame: Here we'll have all information about a folder:
name, messages count, threading.
The folder frame will provide new possibilities. I'd like to implement
per-folder sorting setting. Maybe list_cols config could be also
per-folder. It will be a good place to implement features like:
- ACL info/management
- displaying of folder size
- other provided by plugins
--
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
-------- Original Message --------
Subject: Updated Hebrew translation
Date: Wed, 10 Nov 2010 22:54:11 +0200
From: Moish <moish(a)mln.co.il>
To: dev(a)lists.roundcube.net
--
Moish
--
Moish
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Px/y1F2VqZE/labels.inchttp://detached.gigo.com/rc/Px/y1F2VqZE/messages.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/
BT/aba52c80
Here is bg_BG messages inc update
--
Bogomil "Bogo" Shopov
Senior (Web) Engineer
Kolab Systems AG
Zürich, Switzerland
e: shopov(a)kolabsys.com
t: +41 43 5016691
w: http://kolabsys.com
pgp: E69A 226A Bogomil "Bogo" Shopov
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xE/X4jLQ4zA/messages.inchttp://detached.gigo.com/rc/xE/X4jLQ4zA/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Can you not do {min,max} in the lookbehind regex? ie, instead of this:
$entity = '(?<!&'
. '[a-zA-Z0-9]{2}' . '|' . '#[0-9]{2}' . '|'
. '[a-zA-Z0-9]{3}' . '|' . '#[0-9]{3}' . '|'
. '[a-zA-Z0-9]{4}' . '|' . '#[0-9]{4}' . '|'
. '[a-zA-Z0-9]{5}' . '|'
. '[a-zA-Z0-9]{6}' . '|'
. '[a-zA-Z0-9]{7}'
. ')';
Do this:
$entity = '(?<!&'
. '[a-zA-Z0-9]{2,7}' . '|' . '#[0-9]{2,4}'
. ')';
Or is that the assertion format restriction you mention in the comment?
-Brad
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80