please review the following patch.
i find this information very useful and maybe it would be wise to make
$_SERVER['SERVER_NAME'] the default setting.
(at least, we're doing it for our deployments)
> --- main.inc.php (revision 2771)
> +++ main.inc.php (working copy)
> @@ -219,7 +219,7 @@
> // must be greater than 'keep_alive'/60
> $rcmail_config['session_lifetime'] = 10;
>
> -// session domain: .example.org
> +// session domain: .example.org or $_SERVER['SERVER_NAME']
> $rcmail_config['session_domain'] = '';
>
> // Backend to use for session storage. Can either be 'db' (default) or 'memcache'
cheers,
raoul
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
hi!
i have one imap account with currently 2018 folders and
all in all over 200.00 emails (increasing daily).
i'm using dovecot 1.2.15-7 from debian squeeze.
in rc 0.6 beta r5281, firefox 7.0 almost crashes and is unresponsive
most of the time.
this does not happen with rc 0.5.
however, in both rc 0.5 and 0.6 beta r5281, i have to wait a long
time when clicking settings/folders.
so my first guess is that this issue is related to the great
amount of folders we're using. maybe fetching an initial
unread count per folder?
btw. under Settings/Mailbox View, "Check all folders for new messages"
is off!
do you have any idea what that might be?
thanks,
raoul
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
Here are the newest (100%) Hungarian languages files:
labels.inc
messages.inc
Best regards,
Gabor Veliczky
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8R/BzsmkXRx/Hungarian_language_f.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/
BT/aba52c80
Hi *,
in my company we are about to switching from desktop client to
Roundcube. I've no problem at all with Roundcube, except when talking
about users with multiple imap accounts.
Now, following the Plugin Repository page and the ticket #1484075 I
installed a plugin to achieve this and it works very well, with one big
"problem": how it works.
Let me explain: the plugin works with session info, replacing them when
the user choose a different account from the drop-down list (and
consequently the browser refresh the page), like logout->autologon. I
know that's the only way to do this switch with a plugin, and this is
not a criticism to this useful code, but it's a workaround.
So I think that Roundcube needs to change how it's structured to allow N
server connections. And we can also use an abstraction layer in order to
allow people to write "server plugin" to retrieve e-mails (I'm thinking
about the bad IMAP implementation of Google, or POP3 leave-on-the-server
- useful when you don't have IMAP, or other protocols - like MS
Exchange).
I know that it sounds like trasform Roundcube into a complex webapp
instead of a simple webmail, but I think that it's the only way to be a
valid alternative to others webmail products.
I've hacked a bit of Roundcube code to build a custom version that
allows switching IMAP connections like the plugin above, but also shows
the folder list and take that updated with unreaded message count, like
a real desktop software (there is no really multiple connections, my
code switch between IMAPs account like the plugin mentioned when the
user click on a folder).
The problem is that I've added hooks and a bit of code outside the
plugin (there is no other way), so it's very ugly and non-portable
solution.
I can help with programming, so if you think that RC core can be
modified to allow multiple account, I can write down some code.
Enrico
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Q2/oZkn1AKO/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
Hi,
I've got some questions concerning the new extended addressbook:
1. uid as RDN
----------------------
My LDAP setup requires uid as RDN. Therefore I added
'LDAP_rdn' => 'uid',
'required_fields' => array("mail", "cn", "sn", "uid"),
'search_fields' => array('mail', 'cn', 'sn', 'givenName','uid'),
to the configuration. How can I make this field visible in the user
interface?
My current workaround is
'organization' => 'uid'
But this is not very intuitive. Especially since this field is not
automatically visible when adding a new contact.
Also adding addresses from E-Mails does not work this way.
2. Work adress
----------------------
How can I have two sets of address fields (home and work address) like
with the personal addressbook (SQL)?
I tried it with
'street:main' => 'street',
'zipcode:main' => 'postalCode',
'locality:main' => 'l',
'region:main' => 'st',
'country:main' => 'co',
'street:work' => 'workStreet',
'zipcode:work' => 'workPostalCode',
'locality:work' => 'workLocalityName',
'region:work' => 'workStateOrProvinceName',
'country:work' => 'workFriendlyCountryName',
but I get only the first set as home address and can't add another
address block.
Thanks,
Manfred
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello
Please update your repository with updated translations files
(included in attachment).
Let's see how it goes, then I will finish it completely...
Thanks
Best regards,
George Machitidze
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8s/ksy3hlcw/messages.inchttp://detached.gigo.com/rc/8s/ksy3hlcw/labels.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
Hi Ahmed
Due lack of developer power we'll not be able to add plenty of
additional features to Roundcube anytime soon. Furthermore it's our
goal to keep things simple and to provide a functional mail client
that does its job right rather than being a multi-purpose
can-do-everything tool. The functions you're mentioning also involve
some sophisticated server-side logic and Roundcube aims to be a
"client" software.
However, if you're looking for a free and stable groupware solution
you should have a look at the Kolab project at http://kolab.org. It's
a collaboration server package providing rich features for groups or
businesses all based on open source components. There are also paid
services available for installation, configuration, maintenance and
support. And the best thing: Kolab will have Roundcube on top in
future versions.
Regards,
Thomas
On Wed, Oct 19, 2011 at 21:17, Ahmed Sabry <ahmed(a)hcc.com.eg> wrote:
> Dear all,
>
> I really amazed with your outstanding job, the thing is I am wondering if
> you are thinking to have a paid version for business users? I am wondering
> if you can add more advanced features like the ones included in Google
> Apps., http://domains.live.com , and outlook. I agree you already rocking
> the world! but If you add those features and even made them a paid software
> (not monthly, just a one-off fee and unrestricted by the number of
> users/emails ) you will be way beyond the imagination, moreover you would be
> more usable and known than Google Apps.and http://domains.live.com
> Last but not least, much appreciate your work and always tuned for more
> --
>
>
> Best Regards,
>
> Ahmed Sabry
> General Director and Founder of HosterZ.Net and HCC Ltd.
> Email : support(a)hosterz.net | ahmed(a)hcc.com.eg
> Website: www.HosterZ.Net | www.hcc.com.eg
> Tel. : +20 (10) 8 6666 38 "Egypt"
> +1 (781) 3430 715 "United States & Canada"
> +44 (70) 5464 2662 "United Kingdom"
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
So, I've been modifying the cmd_learn driver in markasjunk2 to also
restore messages to their original content and save them in the user's
inbox, the way that the sa_detach driver does.
It was seeing rcube_message->attachments as a zero-length array even on
messages with the paperclip icon; I traced this back to roughly line 432
of rcube_message.php ($Id: rcube_message.php 5261 2011-09-21 12:22:40Z
alec $):
// list as attachment as well
if (!empty($mail_part->filename))
$this->attachments[] = $mail_part;
If the message part is a text/plain type (which it shouldn't be, but it
is, and I'll fix that too in a bit, $%&#! spamassassin), and the message
part does not have a filename, then it doesn't get added to the
attachments array.
So there are two ways for me to fix this: I can either have the
cmd_learn driver code first check rcube_message->attachments, and if
that's a zero-length array, then also check rcube_message->parts, or I
can eliminate the filename check from this part of rcube_message.php.
Which approach is more correct? Or is there another way to do this?
Thanks,
- R.
--
[__ Robert Sheldon
[__ Founder, No Problem
[__ Information technology support and services
[__ (530) 575-0278
[__ "You must be the change you wish to see in the world." -- Mahatma
Gandhi
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80