hello,
i'm new to roundcube, but i think it's a very promising project. but i
really do miss a plugin which implements server-side support for
gnupg/pgp encryption/decryption. searching in forum, wiki, trac, lists
etc, I already found a lot of discussions regarding this issue.[1,2,3,4]
many people even promised to work on this feature. some suggested to
wait for the plugin api before implementing gpg/pgp support. if i got it
right, the plugin api is available in the svn repository now.
everyone cc'ed in this mail stated somewhere that s/he either plans to
or already did work on gpg/pgp support in roundcube.
maybe i find the time to work on this feature within the next months.
but before i start, please tell me: do you have any code (maybe already
using the plugin api from svn) that i could use?
my plan is to develop _serverside_ support, so both public and private
key will need to be stored on the host that runs roundcube. but in the
case that you're the admin of this host anyway this is not a problem at
all. second,i don't want to take a usb-stick with me all the time, so
serverside gpg encryption is the only option here.
and i plan to use the gnupg php library[5] instead of a gnupg library as
i guess that more systems do have the gpgme library installed than the
gnupg binary.
greetings,
jonas
[1] http://trac.roundcube.net/ticket/1440396
[2] http://lists.roundcube.net/mail-archive/dev/2008-01/0000033.html
[3] http://lists.roundcube.net/mail-archive/dev/2006-02/0000229.html
[4] http://www.roundcubeforum.net/requests/491-gpg-pgp-support.html
[5] http://www.php.net/manual/en/function.gnupg-sign.php
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is the japanese updated translation.
---
Taka
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/XD/csjvKmhN/japanese.tar.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,
I developped for my own needs, and for curiosity about roundcube
internals an "automatic addressbook" plugin.
As thunderbird or gmail does, this plugin collects the recipients of
outgoing mails and store them into a dedicated addressbook.
IMHO, the most usefull effect of this behaviour is that each email
address you typed once is then avaible for autocompletion.
I still have design issues with the plugin :
- any alternative idea to the install script ?
- in the install script, I wasn't able to catch errors with
MDB2::isError() (always returns false).
It's my first contact with rc code, with mdb2... and I'm far from being
a php guru (neither a php lover to be honnest...), so feel realy free to
send me any comment about code or design.
I would also need your help to add translations and database backends
(just a single sql statement to "translate" in
install/<yourdb>.initial.sql folder).
At the moment, only sqlite is supported as I don't use other DB systems.
I don't know if you consider such a plugin interesting for svn
integration, but I hope so :-).
Regards,
Jocelyn
P.S: As Roland Liebl suggested, a global addressbook mixing smoothly
collected and "normal" contacts can be a good thing, but I wanted to
keep things "light".
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/kk/JPWVR4At/automatic_addressboo.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 there
I'd like to get some facts and figures about how and where you people use
Roundcube and what number of users access their mails via Roundcube. We
already have a list of hosters who offer
http://trac.roundcube.net/wiki/RoundCube but this might not be complete and
it lacks any numbers.
We often get requests about this topic and I'd like to give some proven
answers about the power of Roundcube when used in large-scale environments.
So please post some details about how you use Roundcube including:
- Number of users (max)
- Average of concurrent users
- Number of hosts serving Roundcube
- Database backend software
- IMAP backend software
- Other webmail software which is offered as alternative
Please also note if you would be willing to share your experience about the
integration of Roundcube in your environment with people who ask us for help.
Thanks a lot!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
You're guys a good webmasters. I'm working on messages list menu and got
a few problems. I've prepared it in two versions, vertical and horizontal:
http://194.150.197.210/rc-dev/listmenu.htmlhttp://194.150.197.210/rc-dev/listmenu-v.html
1. I'm not sure which is better (vertical one is maybe too high?)
2. Save button in FF3 (3.0.15) hasn't got left,right,bottom border. It
becomes visible on mouse over.
3. If horizontal variant is better, how to make the height of all
<fieldset>'s to be the same (of course not in pixels, height:150px is
working, but something like 100% of the menu div would be better)?
4. Not tested with IE.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Currently we have possibility to cache messages in browser. However this
feature is problematic. See http://trac.roundcube.net/ticket/1486281.
There're also other issues related to javascript commands included into
(cached) page. Because of that we're using such complicated procedure
for ETag generation:
$etag = md5($MESSAGE->uid.$mbox_name.session_id()
.intval($MESSAGE->headers->mdn_sent)
.intval($MESSAGE->is_safe)
.(!empty($MESSAGE->attachments) ? intval($CONFIG['inline_images'])
: '')
.intval($PRINT_MODE)
.$_SESSION['sort_col'].$_SESSION['sort_order']
.$IMAP->messagecount($mbox_name, 'ALL', true)
);
It relies on messagescount, sorting, session_id, etc. It means, I think,
cache is used rarely. Maybe we shouldn't allow caching messages at all?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi All
I have updated the squirrelmail_usercopy plugin to support copying
userpreference and addressbook from squirrelmail database.
Added some fields in config. Driver should be set to 'sql' to use the
database backend.
Please test and apply.
Regards
Johannes
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U4/zpMH3lf7/config.inc.php.disthttp://detached.gigo.com/rc/U4/zpMH3lf7/squirrelmail_usercop.new
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/