i think it's related to this ticket http://trac.roundcube.net/ticket/1487833
can you try svn trunk 4609 and 4603 ... if the problem exists from version 4609
and if no problem in 4603.
Thx lacri
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello
I would like to implement a new SASL authentication method for SMTP. It does
not seems easy to do with current code, as no plugin hook is there for that.
As I understand, I would need to subclass Net_SMTP and implement a new auth()
method. Unfortunately, as the class is written, I would end up duplicating
most of the method's code.
I am bound to the conclusion that I have to do a contribution to Net_SMTP
first. I suspect it will end up with some kind of sasl_auth_register() rmethod
that will allow the inclusion of a new authentication method. Anyone can
confirm this is The Best Way?
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu(a)netbsd.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
There is a previous ticket (#1487096) indirectly dealing with the issue
of squirrelmail contacts with multiple email addresses in
squirrelmail_usercopy. As background, squirrelmail allows a contact to
have a comma-separated list of addresses as its address field. #1487096
addressed the issue of imports failing for email fields longer than 128
characters (which occurs virtually only when there are multiple
addresses). This was resolved by simply having squirrelmail_usercopy
import only the first address and drop the rest silently.
This is certainly not an ideal solution and is not at all satisfactory
in our usage, where many users use multiple-address squirrelmail
contacts to easily mail class/project lists and will be very frustrated
if these lists disappear in the upcoming migration to roundcube.
I have prepared a modification that will detect contacts having multiple
email addresses and instead import them as multiple contacts (one per
address) and then automatically place them in a roundcube group. This is
the functionality that our users have requested and is, I think, useful
to all roundcube users. As such I am sending a patch to you.
As you can see, it will check if the email field from squirrelmail
contains a semicolon or comma (there seems to be some slight
inconsistency on which character is used, so it is best, I think, to
just work on both), and if there is it creates a group by the name of
the squirrelmail contact, and then inserts a contact for each individual
address (with only email address, no name info), and adds that contact
to the group created before.
Thanks,
--
Jesse B. Crawford (jeanluc)
Systems Programmer
Tech Computer Center
New Mexico Tech
jeanluc(a)nmt.edu
http://nmt.edu/~jeanluc
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Bq/WXT7xgUb/squirrelmail_multipl.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
Dear all, please check the attached labels.inc and messages.inc
translations for Bahasa Indonesia.
Yours Sincerely,
Sabda
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ts/wzJNaSUT/labels.inchttp://detached.gigo.com/rc/ts/wzJNaSUT/messages.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. Please update Azerbaijani in RC.
labels.inc and messages.inc
Thank you.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1x/qsn0lP3d/RC.rar
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
See subject...
diff /tmp/messages.inc roundcubemail-0.5.1/program/localization/de_DE/messages.inc
28,29c27,28
< $messages['errorreadonly'] = 'Die Aktion kann nicht ausgeführt werden. Der Ordner ist schreibgeschützt.';
< $messages['errornoperm'] = 'Die Aktion kann nicht ausgeführt werden. Zugriff verweigert.';
---
> $messages['errorreadonly'] = 'Die Aktion nicht ausgeführt werden. Der Ordner ist schreibgeschützt.';
> $messages['errornoperm'] = 'Die Aktion nicht ausgeführt werden. Zugriff verweigert.';
121c120
< $messages['smtpdsnerror'] = 'SMTP-Fehler: Empfangsbestätigungen werden nicht unterstützt';
---
> $messages['smtpdsnerror'] = 'SMTP-Fehler: Empfangsbestätigung werden nicht unterstützt';
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R1/hjrw4tGP/messages.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