Hi,
I’ve attached updated Swedish localizations of labels.inc and messages.inc.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Cq/P0q3DP9T/sv_SE.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
The new spellcheck before send is nice!
Could it be modified to
only check your newly added response on replies-- instead of the entire
thread?
Also, can you make it check the subject?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello folks,
We just published a new bugfix release that fixes two important issues
in the IMAP communication which prevented sent messages from being
saved in version 0.5.2.
It's recommended to update all productive installations of Roundcube
with this new release. See http://trac.roundcube.net/wiki/Changelog
for details.
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I've completed translation of the program/localization/hu_HU.
The attached files are made with the translation tool.
Best regards,
Sandor
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rH/dAj+r3zS/hu_HU.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
Dear technical
After searching for a solution so they can read the email without problems
from different samrtphone (iphone, ipad, etc. ..), I developed a small
solution basing on the previous.
I refer to Tricket # 1484680, which appears open a ticket asking for a
solution to the current version.
A larger question, I would join the development team Roundcube, and I've
been working with this application since version 0.2 and I find it amazing
the work they are doing and I can contribute something in their development.
Yours sincerely
Barbara Vergara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dx/3TKk15kd/rc_iphone.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
Hello,
i've found the on last release of the stable 0.5.2 there is a file
corrupted.
The file is program/include/rcmail.php
As you can see, that file is marked as:
$Id: rcmail.php 4626 2011-03-31 12:32:44Z alec $
But in the trac/svn, on the changeset 4626, that file is different.
http://trac.roundcube.net/browser/trunk/roundcubemail/program/include/rcmai…
In the specific two line of code 1077-1078 are shifted to the lines
1196-1197.
That lines was:
if (is_object($this->imap))
$this->imap->close();
That should be inside the "shutdown" function, but instead is inside the
"encrypt"function.
I haven't checked if there is any other file with this problem, but i
hope not.
Best Regards,
--
Andrea Ruisi
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Translation update for European Portuguese (pt_PT).
- labels.inc
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Cx/xsdr9vNv/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
Hello
Until now the only SASL mechanisms that were available for SMTP
authentication were the one Net-SMTP provided. I just had a patch
accepted in Net-SMTP SVN so that new mechanisms can be added on the fly.
One do this by calling the new method:
$conn->setAuthMethod('METHOD_NAME', array($object, $method));
or, without using object programming:
$conn->setAuthMethod('METHOD_NAME', $callback);
In order to use that in RouncCube, we need a new hook so that plugins
have the opportunity to register their method using
Net_SMTP::setAuthMethod()
Here is the patch that does just that:
http://ftp.espci.fr/shadow/manu/rcube.diff
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu(a)netbsd.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80