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/
Hi everyone
We just scheduled the next release (0.4-beta) for the 21st of April.
While the global IMAP folders will probably not make it into this
release we'd like you to extensively test the new threaded message
listing and the address groups features in SVN trunk.
Also all translators are kindly requested to check the status of their
localization files at http://translator.roundcube.net/ and submit the
update files to this mailing list as usual.
Many thanks!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
Sometimes I getting "No messages found" where a folder have messages 1 or
more (if a click again I see the messagelist).This is more frequent on imap
servers under extremely high load but not limited to.
While debugging I see the webserver (I have one server dedicated to
roundcube) sending a FIN packet to the imap server after some seconds
waiting SORT command.
The cause can be the 10 seconds timeout inside rcube_imap_generic ?
What ALEC and Thomas think about increase this to 25 seconds ?
Tks.
--
Emerson Pinter
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TS/jJ3i0Psa/disclaimer.txt
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,
In r3575 static functions were added to the password plugin for handling
the processing of the username into local and domain parts. Before this was
just done by splitting on the '@'. There are a few other plugins which use
a similar feature. Would it be worth adding these functions to the core so
all plugins can use the same ones?
I think it would be better from a user's point of view if they all behaved
the same and a single set of functions in the core would be an easy way to
do this.
Thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have a couple of patches to make roundcube work with Apaches
authentication stuff, esp. Kerberos authentication.
This cannot be done with a plug-in alone as in the general case there is
no password roundcube could use to authentication against an
imap/pop/smtp/ldap server, so most of the patches implement SASL proxy
authentication.
If you are interested, is it ok to post these patches on the list and if
so should I post one at a time or all at once ?
Ciao
Andi
_______________________________________________
List info: http://lists.roundcube.net/dev/
The attachment contains the updated Ukrainian translation (labels.inc file).
--
Best Regards,
Volodymyr M. Kononenko,
Ukraine, ITS NTUU "KPI"
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pd/FLCIqEbV/labels.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 all, all these plugins create a calendar instance by: Now I have
to insert before parent::__contstruct ... $rcmail =
rcmail::get_instance();
$rcmail->config->set('db_table_contacts',
$rcmail->config->get('db_table_collected_contacts')); Otherwise it will use
the default contacts table. Is this a bug or intended behavior? Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear subscribers
A new major release is now available for deep testing. With this version we
fixed over 50 bugs and added new features like threaded message listing and
contact groups support as well as many little improvements that make e-mail
reading with Roundcube an even better experience.
While it's still called a beta release we consider it to be stable enough
for productive environments. However the new features may have some minor
issues which we are happy to hear about.
Download the 0.4-beta version now from http://roundcube.net/download
A complete list of changes can be found as usual at
http://trac.roundcube.net/wiki/Changelog
Attention: Please note that the database schema has changed. Therefore you
should carefully read the UGRADING instructions and make sure you apply the
according SQL statements from SQL/*.update.sql to your database. Run
bin/update.sh to see what needs to be done.
Have fun!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Sun, 25 Apr 2010 16:16:00 +0200, fakessh <fakessh(a)fakessh.eu> wrote:
> On Sun, 25 Apr 2010 00:38:17 +0200, fakessh <fakessh(a)fakessh.eu> wrote:
>> On Sat, 24 Apr 2010 06:00:55 +0200, fakessh <fakessh(a)fakessh.eu> wrote:
>>> On Thu, 22 Apr 2010 17:58:43 +0200, fakessh <fakessh(a)fakessh.eu>
wrote:
>>>> On Thu, 22 Apr 2010 13:15:42 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
>>>>> fakessh wrote:
>>>>>
>>>>>> [root@r13151 ~]# diff --text -u
>> /home/ftpchrootshell/fakessh/sasl.txt
>>>
>>>>>
>>>>> BTW, http://trac.roundcube.net/ticket/1486647 ;)
>>
>>
>> pecl pam suffers from a known bug that prevents the proper use of
driver
>> pam
>> that is right
>>
>> http://pecl.php.net/bugs/bug.php?id=16995
>>
after further research it is necessary to type ctrl D.
how to write in this code
_______________________________________________
List info: http://lists.roundcube.net/dev/