Re: [SM-USERS] Bug Report

2011-04-06 Thread Paul Lesniewski
On Sat, Apr 2, 2011 at 9:51 AM, vern lucas  wrote:
> I subscribe to the squirrelmail-users mailing list.
>  [ ]  True - No need to CC me when replying
>  [ x]  False - Please CC me when replying
>
> This bug occurs when I ...
>  ... view a particular message
>  ... use a specific plugin/function
>  .x.. try to do/view/use  i e-mail myself pictures from another website
>   and the word bug appears above the message. it won't let me open my
> picture.

You probably need to contact your service provider.  See:

http://squirrelmail.org/support/enduser.php

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Problem with german umlauts in LDAP based directory search

2011-04-06 Thread Ralf Hildebrandt
Searching for a "common name" without umlaut works like a charm, but
whenever I'm using a Umlaut (e.g. searching for the notorious
"Müller"), I'm not getting any results.

At the same time, the LDAP server is logging:
Apr  6 13:12:40 ernie slapd[3649]: conn=2775 op=1 SRCH base="" scope=2 deref=0 
filter="(&(objectClass=person)(?cn=*m\FCller*))"

My squirrelmail is set to UTF8, german.

Switching to ENGLISH as language suddenly yields:

Apr  6 13:21:42 ernie slapd[3649]: conn=3155 op=1 SRCH base="" scope=2 deref=0 
filter="(&(objectClass=person)(cn=*m\C3\BCller*))"

and alas, results are being returned! 

How can I keep my "German" language, yet perform the LDAP queries
correctly?

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Problem with german umlauts in LDAP based directory search

2011-04-06 Thread Tomas Kuliavas
2011.04.06 14:24 Ralf Hildebrandt rašė:
> Searching for a "common name" without umlaut works like a charm, but
> whenever I'm using a Umlaut (e.g. searching for the notorious
> "Müller"), I'm not getting any results.
>
> At the same time, the LDAP server is logging:
> Apr  6 13:12:40 ernie slapd[3649]: conn=2775 op=1 SRCH base="" scope=2
> deref=0 filter="(&(objectClass=person)(?cn=*m\FCller*))"
>
> My squirrelmail is set to UTF8, german.
>
> Switching to ENGLISH as language suddenly yields:
>
> Apr  6 13:21:42 ernie slapd[3649]: conn=3155 op=1 SRCH base="" scope=2
> deref=0 filter="(&(objectClass=person)(cn=*m\C3\BCller*))"
>
> and alas, results are being returned!
>
> How can I keep my "German" language, yet perform the LDAP queries
> correctly?

Your setup is set to German, but not to utf-8. As configuration
documentation says $default_charset applies only to US English.

You should convert translation to iso-8859-15 or utf-8, if you want to
find euro in your ldap directory.

You might be able to find Müller, if ldap address book class is updated to
do conversion from iso-8859-1 to utf-8. It is possible that
$default_charset global value is not defined correctly or your
SquirrelMail version is outdated. SquirrelMail should override configured
$default_charset value with charset from translation, but it looks like it
is not done in your case.

Can you really find notorious Müller in your LDAP? CIA and Mossad have
been looking for Heinrich for decades. :)

-- 
Tomas


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Translation of messages of a plugin

2011-04-06 Thread eva
Hello,

After trying a few things on the documentation, still not translating. I am
sorry if I am asking about obvious things, but I dont know what else to try
and I am stuck.

I have followed the steps here:

http://squirrelmail.org/wiki/HelpTranslating

where it says "Translating plugins".

I have changed a tested it, putting a string in the msgstr parameter, as the
documentation suggests,.. but no luck.

I restarted Apache, but still the same.

If anyone has done this before, it could be very helpful.

Thank you.

On 6 April 2011 08:41, eva  wrote:

> Thanks for the reply,
>
> yes, I already had a look to those links, but I wasnt sure if that was the
> right way to do it.
>
> Ok, so I'll work on that.
>
> -Eva
>
> On 6 April 2011 00:58, Paul Lesniewski  wrote:
>
>> On Tue, Apr 5, 2011 at 1:31 AM, eva  wrote:
>> > Hello,
>> > I have my Squirrelmail translated into Spanish, but I don't know how to
>> > translate the messages of my plugins (ie restrict_senders). Do I have
>> > togenerate my own translation?
>>
>> Yes, unless it's already been translated.  Where to put the translated
>> plugin file depends on the plugin.  IIRC, Restrict Senders needs its
>> translated file under the main squirrelmail/locales directory.
>>
>> You might want to start here
>>
>> http://squirrelmail.org/docs/translator/translator.html
>> http://squirrelmail.org/wiki/HelpTranslating
>>
>> Both links are found with quick and easy web searches.
>>
>> --
>> Paul Lesniewski
>> SquirrelMail Team
>> Please support Open Source Software by donating to SquirrelMail!
>> http://squirrelmail.org/donate_paul_lesniewski.php
>>
>>
>> --
>> Xperia(TM) PLAY
>> It's a major breakthrough. An authentic gaming
>> smartphone on the nation's most reliable network.
>> And it wants your games.
>> http://p.sf.net/sfu/verizon-sfdev
>> -
>> squirrelmail-users mailing list
>> Posting guidelines: http://squirrelmail.org/postingguidelines
>> List address: squirrelmail-users@lists.sourceforge.net
>> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
>> List info (subscribe/unsubscribe/change options):
>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>>
>
>
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users