Hi,
Ran a diff against 0.7.1 and my install and noticed that
config/mimetypes.php didn't get updated by the install script. Not sure
if this is by design or not, since that file might be modified by the
local installation.
No big deal, just a heads-up for later.
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
In 0.7.0 and 0.7.1, I can't seem to get Roundcube to disable the
forward-as-attachment setting. I tried tracking down the cause but
unfortunately I'm not familiar enough with how Roundcube passes settings
between PHP and Javascript to figure this one out in a reasonable amount
of time.
If I hardcode a "$OUTPUT->set_env('forward_attachment', false);" into
program/steps/mail/show.inc, or comment out the existing code for it, it
doesn't seem to affect the behavior of the JS in the interface. If I
pull up a developer console in the browser and set
rcmail.env.forward_attachment to false, then everything's groovy. It's
set to true somewhere during page/message load, but for the life of me I
can't figure out where or how or why.
Anybody else seeing this? Any hints on tracking this down?
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
Hi,
Does anyone have or recommend a nice walk-through/quick-start
installing, configuring dovecot, and the ideal linux variation to run it
on?
I of course can google it, but there are tons of options, please
if someone can suggest the best, that would be awesome!
We use
hMailserver right now, it's nice, but it's difficult to restore certain
things from backup (like a user folder deleted by accident), and it does
not support threading.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Besides the new skin in 0.8 I'd like to start working on Roundcube
Framework. It means Roundcube will provide a set of classes that can be
used by other projects. Now, rcube_imap_generic class is known as one of
the best IMAP handling classes, but there are people that would like to
use something more abstract i.e. rcube_imap class. This is not simple
now because of its dependencies.
So, here are some steps I want to make:
- create abstract rcube_storage class and build rcube_imap as
rcube_storage implementation (driver) - this is to allow creation of
other drivers, e.g. SQL-based, POP3,
- exclude mime related functions from rcube_imap into new rcube_mime class,
- split main.inc and rcube_shared.inc functions into a few classes:
rcube_converter, rcube_ui, rcube_utils and maybe some into existing classes,
- create rcube_framework class, that can be a parent for rcmail class,
- framework-related changes to existing classes, e.g.
- get rid of $rcmail object usage in classes,
- can we exclude rcube_user class?
- make output/html/template classes optional,
- unify codestyle according to our CS ruleset
--
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, i'm using roundcube 0.7.1, and i want to use the password
plugin,with cpanel, but i've a problem becuase i have to login with
something like:
info+domain.org
and in the actual plugin doesn't split the domain in this case, so i've
added an
"else if", i've attached my patch
let me know
--
Federico Pietta "Darkmagister"
http://www.darkmagister.orghttp://www.webosphone.it
Linux Registered User: #425709
public gpg key: gpg --keyserver pgp.mit.edu --recv-key 65E45DEF
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ds/nGsWtDEY/cpanel___support.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/
BT/aba52c80
Hi,
There has been a patch on the forum for a while to give Roundcube a three
column layout. Using the render page hook this can also be done with a
plugin. The advantage of this is that it can then be an option, users can
pick if they want their preview pane below or on the right of the message
list.
This works fine with the default skin but there is one problem doing it with
the larry skin. The splitter between the message list and the preview pane
is defined in ui.js rather than inline like with default. Attached patch
makes it so that plugins can access the splitter in the larry skin and also
adds a hook so that plugins can change the properties of the splitter before
it is initialised. I'm not sure if it's the best was to change ui.js, if
anyone has any better ideas please let me know.
Is changing ui.js like my patch does or some similar way something the devs
would consider? If not then I don't think there is any point in a plugin
like this, people can just stick to using a patch or a whole different skin.
Why use a patch/plugin rather than a whole different skin? It's only a
couple of changes that are needed to move the preview pane. It seems a
little over the top to make a whole new skin just to move one div. Using a
plugin allows users to have an option about the layout of the screen like in
Outlook or Thunderbird.
Thanks,
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/lB/FrjDO1No/threecol.ziphttp://detached.gigo.com/rc/lB/FrjDO1No/larry_ui_js.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/
BT/aba52c80
You're almost done! Visit the URL below to finish subscribing to dev(a)lists.roundcube.net:
https://fiesta.cc/join_public?e=dev-post-archive-x9123%40gigo.com&l=Tx8xoqk…
If you did not mean to subscribe to dev(a)lists.roundcube.net, or if this was sent in error, please ignore this email. You won't be subscribed to the list.
Hi RC-Dev list,
I'm setting up an LDAP shared address book and while googling for
information I
found this thread in your archives (I wasn't a list member then):
- http://lists.roundcube.net/mail-archive/dev/2011-10/0000015.html
(oct 2011)
- http://lists.roundcube.net/mail-archive/dev/2011-11/0000000.html
(nov 2011)
Please let me add a few comments to this thread. I Hope this is the
right
place to post and that my English is good enough. Forgive me
otherwise.
1. UID or Email as RDN?
-----------------------
When working with small companies and/or workgroups it's quite
frequent to see
several people sharing a single email address, typically something
like
"little_company(a)some_big_isp.tld". This is my everyday experience with
small
companies and small local administrations too (I live in a rural
area).
Using mail as the RDN makes it impossible to add more than one contact
in
such situations, even if you want them because, in spite of a common
work mail
address, different people still have different mobile numbers,
different home
mail addresses, etc.
So, IMO it would probably be better to use a dynamically generated UID
as RDN.
2. RC writing data to the address book
--------------------------------------
How would RC know how to build new UID's compatible with a specific
setup?
IMO the main advantage with LDAP is having mail clients being able to
read a
shared address book. Getting RC writing to the directory doesn't look
that
important to me: suppose you get the feature to work with RC, as an
admin
you are left with the same problem for each other client you may
want/need
to support at your company. Until there is some standard address book
schema
that every client should support, but I don't know of any right now.
So, IMO a much simpler approach is to stick with a dedicated
application to
setup and manage the address book, and look for good read capabilities
of
mail clients. I mean that more flexibility in the way RC can do the
mapping
between LDAP attributes and contact fields is IMO the most important
feature
to focus on.
Personally I use "Contagged" to manage contacts of the LDAP address
book:
- http://www.cosmocode.de/en/opensource/contagged
-
http://www.splitbrain.org/blog/2007-06/27-contagged_the_ldap_address_book
It is a free application from the same developer who wrote DokuWiki:
- http://www.dokuwiki.org
This application does a good job for small companies, and it would be
great
if there was a simple way to make RC read more fields from the address
book,
display tags (Contagged provides tags) as RC "groups", etc.
Please let me know if there is a better or more standard way to get
these
things done: I'm rather new to this LDAP stuff.
Thanks a lot to all RC developers, you do have a great application :-)
Beñat
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello Devs,
I use queryui plugin in various others plugins.
It is a little bit misleading that current date and selected date of
datepicker have the same background color. It would be great, if this
could be changed and merged into 0.7 branch.
Thank you!
Regards,
R.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
We tried to add some translations of password plugin to launchpad but we
couldn't find previously translated items of multiple plugins. So we
uploaded a costum .po file for password plugin translation (Slovenian),
but was taken as labels translation.
Well, it would be nice, if all current translations were uploaded. I'll
try to upload some more .po's in next days.
I'm pasting new translations below.
$messages['passwordshort'] = 'Geslo mora biti dolgo vsaj $length znakov
in vsebovati vsaj eno številko ter eno ločilo.';
$messages['passwordweak'] = 'Geslo mora vsebovati vsaj eno številko in
eno ločilo.';
$messages['passwordforbidden'] = 'Geslo vsebuje nedovoljene znake.';
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80