Re: [SM-USERS] strange behaviour in reply

2007-12-18 Thread pal
There certainly must be a bug in Squirrelmail. This bug exists in all
versions I have tested inc the latest 1.4.13.

In class/mime/AddressStructure.class.php I have to comment two lines to
get it to work with Full names like Monstad, Pål Normally Full names are
put in "", but not foreign charachters with commas.


  if (!$is_encoded) {
  $personal = '"'.$this->personal.'"';
  }

replaced with

  // if (!$is_encoded) {
  $personal = '"'.$this->personal.'"';
  // }

Any chance this will be fixed in future releases?
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
-
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 UTF-8

2009-08-19 Thread pal



There is a problem with the setting found in functions/i18n.php The Norwegian 
bokmal should not
be set to UTF-8 but to 8859-1:

$languages['nb_NO']['NAME']    = 'Norwegian (Bokmal)';

$languages['nb_NO']['CHARSET'] = 'iso-8859-1';

$languages['nb_NO']['LOCALE']  = array('nb_NO.ISO8859-1', 'nb_NO.ISO8859-1', 
'nb_NO');

$languages['nb']['ALIAS']  = 'nb_NO';

If this is set to UTF-8 the subject gets wrong if it contain letters like
øæå. This hapens if you reply/forward a message with such a subject.

The translations should stich to 8859-1 as well or the bode get disturbed f 
containing
æøå

--

Pål Monstad

 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
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 UTF-8

2009-08-20 Thread pal



> 

> 

> 

> pal-2 wrote:

>>

>>

>>

>>

>> There is a problem with the setting found in functions/i18n.php The

>> Norwegian bokmal should not

>> be set to UTF-8 but to 8859-1:

>>

>> $languages['nb_NO']['NAME']    = 'Norwegian
(Bokmal)';

>>

>> $languages['nb_NO']['CHARSET'] = 'iso-8859-1';

>>

>> $languages['nb_NO']['LOCALE']  = array('nb_NO.ISO8859-1',

>> 'nb_NO.ISO8859-1', 'nb_NO');

>>

>>
$languages['nb']['ALIAS']      =
'nb_NO';

>>

>> If this is set to UTF-8 the subject gets wrong if it contain letters like

>> øæå. This hapens if you reply/forward a message
with such a subject.

>>

>> The translations should stich to 8859-1 as well or the bode get disturbed

>> f containing

>> æøå

>>

>> --

>>

>> PÃ¥l Monstad

> 

> Or you should contact people who send emails with invalid MIME headers and

> them to fix their stuff.

> 

> If interface is running in utf-8, it should be able to convert correctly

> formated iso-8859-1 emails to utf-8.

Thare are some serious problems with UTF-8 i think. When I run the standard SM 
1.14.19/20
things get messed ut, like this reply. øæå have been replaced by som crap in
the body when replying. 

As far as I have figured out this has do do with UTF-8 in some but not all 
locale files. Most
of them are encoded in ISO8859-1 and some in UTF-8. My conclusion is that 
changing all to
iso8859-1 fix the problems.

Things seams to work better if I turn off the html mail options, but still not 
perfect.

--

Pål Monstad

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
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 UTF-8

2009-08-20 Thread pal



> Tomas Kuliavas skrev:

> 

>> Or you should contact people who send emails with invalid MIME headers and

>> them to fix their stuff.

> 

> It doesnt hurt trying, but I guess it would take some time ;-)

> 

> Since translation changed some time ago, I hope not anyone

> gets the idea of changing it back to ISO-8859-1 for the Norwegian

> translation.

> 

> What we noticed when we upgraded Squirrelmail from an ISO-8859-1 to an

> UTF-8 translated version, was some complaints from the users because of

> recent mail written with the old translation showed garbled characters,

> but once these emails where archived or otherwise out of sight, and

> users started sending email in UTF-8 they dont complain any more as the

> email they now see, looks ok.

> 

> However the change from ISO-8859-1 to UTF-8 caused, imho, a larger

> problem with the handling of attachments with filenames containing

> ISO-8859-1 characters being broken. When a users tries to forward such

> an email, all attachments disappear. But thats another story.

> 

>> If interface is running in utf-8, it should be able to convert correctly

>> formated iso-8859-1 emails to utf-8.

> 

> Somehow this doesn't seem to always be the case, even when throwing

> every locale I could think of at the server and otherwise following any

> guidelines I could find for configuring the server.

> 

> --

> Nils Olav Bekken

I can agree to this. Running the default settings switched to Norwegian bokmål 
makes a
lot of trouble. The encoding fails when I e.g. send a mail from SM to my own SM 
address. Try to
run the default SM set to iso-8859-1 in the config-file, then enter øæå in the
subject and øæå in the body text.

All seams to be correct when reading this, but then reply or foreward and 
strange things happen
to the øæå.

I have experienced the same trouble with atatchments as stated by Nils Olav. 
they either
disappear or get messed up.

I'm not capable to speak a techical language here so explaining or troubleshoot 
more is
difficult. If anyone want to test my system I can give you a test account 
oreven access to SSH.
Ask me and I'll give you access (I have to know you from this list of cource).

--

Pål Monstad

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
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] still problems with encoding

2009-09-04 Thread pal



Running the very latest RC2 of squirrelmail with all default setting, only 
switching to nb_NO
language, I get rubbish Norwegian characters in body text.

�

I send this to my self:

This is a test ���

The messige is received OK, but ��� turns into black ??? as soon as I reply
to the message.

Config is set to iso-8859-1 as default. No use of old settings, all clean and 
fresh default
instalation on Centos 5.3.

Please help!! 

--

P�l Monstad

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
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] still problems with encoding

2009-09-04 Thread pal
Forgot one thing: I'm using html-mail plugin. Seams to work OK if I turn the 
plugin off.
--
Pål Monstad

>
>
>
> Running the very latest RC2 of squirrelmail with all default setting, only 
> switching to nb_NO
> language, I get rubbish Norwegian characters in body text.
>
> �
>
> I send this to my self:
>
> This is a test ���
>
> The messige is received OK, but ��� turns into black ??? as soon as I reply
> to the message.
>
> Config is set to iso-8859-1 as default. No use of old settings, all clean and 
> fresh default
> instalation on Centos 5.3.
>
> Please help!!
>
> --
>
> P�l Monstad
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
> 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



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] Bug Report: wrong encoding

2009-09-04 Thread pal



Sorry for not sending this info earlier. The problem is messages (body text) 
with
��� which encodes wrong when I send the message to myself and then
reply/forward� to the message.

--

P�l Monstad





My browser information:

Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2



My web server information:

PHP Version 5.1.6

PHP Extensions (List)

* 0 = libxml

* 1 = xml

* 2 = wddx

* 3 = tokenizer

* 4 = sysvshm

* 5 = sysvsem

* 6 = sysvmsg

* 7 = standard

* 8 = SimpleXML

* 9 = sockets

* 10 = SPL

* 11 = shmop

* 12 = session

* 13 = Reflection

* 14 = pspell

* 15 = posix

* 16 = mime_magic

* 17 = iconv

* 18 = hash

* 19 = gmp

* 20 = gettext

* 21 = ftp

* 22 = exif

* 23 = date

* 24 = curl

* 25 = ctype

* 26 = calendar

* 27 = bz2

* 28 = zlib

* 29 = pcre

* 30 = openssl

* 31 = apache2handler

* 32 = dbase

* 33 = dom

* 34 = gd

* 35 = imap

* 36 = ldap

* 37 = mbstring

* 38 = mcrypt

* 39 = mysql

* 40 = mysqli

* 41 = PDO

* 42 = pdo_mysql

* 43 = pdo_sqlite

* 44 = xmlreader

* 45 = xmlwriter

* 46 = xsl



SquirrelMail-specific information:

Version:  1.4.20 [SVN]

Plugins (List)

* 0 = html_mail

* 1 = bug_report



My IMAP server information:

Server type:  dovecot

Server info:  * OK [HIDDEN] ready.

Capabilities:  IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT 
LITERAL+ IDLE
CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN

Sorry for not sending ths info earlier. 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july-
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] progress on the encoding problem?

2009-09-16 Thread pal
I wonder if there are any progress on the encoding problem I have reported. The 
problem is special
characters like øæå in mails running the very latest RC2, standard version of 
SM with default
settings. The only active plugin is html mail which I suspect being the main 
problem. The problem
is visible when I reply or forward a mail containing special characters.

I have installed the Norwegian nb_NO language pack as well. Some of the files 
in the language pack
are encoded in UTF8 which seams to be part of the problem.

I have already sent a detailed report of my configuration and server setup.
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
-
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] progress on the encoding problem?

2009-09-17 Thread pal
>
>
> pal-2 wrote:
>>
>> I wonder if there are any progress on the encoding problem I have
>> reported. The problem is special
>> characters like øæå in mails running the very latest RC2, standard version
>> of SM with default
>> settings. The only active plugin is html mail which I suspect being the
>> main problem. The problem
>> is visible when I reply or forward a mail containing special characters.
>>
>> I have installed the Norwegian nb_NO language pack as well. Some of the
>> files in the language pack
>> are encoded in UTF8 which seams to be part of the problem.
>>
>
> Contact plugin developer and ask him to fix plugin's my_html_entity_decode()
> function. Function is broken in any non-iso-8859-1 translation and fallback
> code does not decode html entities correctly even in iso-8859-1.
> SquirrelMail 1.4.5+ has all but one functions needed to do conversions
> better than PHP. Last needed function is in SquirrelMail trunk.
>

Thanks! But what does this really mean? The html mail plugin is written by Paul 
Lesniewski but has
not been developed/updated the last four years. Is Paul still active in 
Squirrelmal development?

No cure for this problem unless Paul fix it?

No alternative than stop using this nice plugin?
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
-
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] progress on the encoding problem?

2009-09-19 Thread pal
>
>
> pal-2 wrote:
>>
>> Thanks! But what does this really mean? The html mail plugin is written by
>> Paul Lesniewski but has
>> not been developed/updated the last four years. Is Paul still active in
>> Squirrelmal development?
>>
> Nabble.com threading shows, that when you wrote your "progress on the
> encoding problem?" message, you haven't started new thread. You replied to
> email written on other topic. That email was written by Paul. So you should
> be aware that Paul is still SquirrelMail developer.

You are absolutely right about that. Don't know why I overlooked the fact.

>
>
> pal-2 wrote:
>>
>> No cure for this problem unless Paul fix it?
>>
> Find someone who can fix it. plugins/html_mail/functions.php file, somewhere
> near lines 1429-1468 in my_html_entity_decode() function. I can't fix it,
> because I have lengthy list of reasons for not touching that code.
>
> --
> Tomas

Hm, I have for a long time got a feeling of some bad vibes in the SM community. 
I guess your
explanation makes it quite clear. The sad thing is I doubt there ever will be a 
fix for this
problem in the plugin.

An episode from the Seinfeld show came to my mind; the soup nazi...
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
-
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] more encoding problems

2009-10-15 Thread pal
I have reported problems with foreign characters in html mails previous(when 
replying). No fix or
response so far to this one.

There is another problem as well. When the From address contains , and æøå it's 
not possilbe to
reply without an error.

Normally the From-adress is put into "" like "John Dove" 

In SM 1.4.20 SVN (and all versions I have tested) this changes into

Monstad, Pål 

When the from address contains , and øæå the address is messed up resulting in 
errors as SM think
two mail addresses exist in the to filed (when replying).

Any chances this will ever be fixed?



How come this is unsolved? Am I the only SM administrator experiencing these 
problems?
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-
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] more encoding problems

2009-10-16 Thread pal
>> There is another problem as well. When the From address contains , and æøå
>> it's not possilbe to
>> reply without an error.
>>
>> Normally the From-adress is put into "" like "John Dove"
>> 
>>
>> In SM 1.4.20 SVN (and all versions I have tested) this changes into
>>
>> Monstad, Pål 
>>
>> When the from address contains , and øæå the address is messed up
>> resulting in errors as SM think
>> two mail addresses exist in the to filed (when replying).
>
> Hi Pål,
>
> you can change your name (joke) or try to backslash special character in
> your name. It does not fix the problem, but maybe it is a short work
> around until developer fix the problem.

Well, this is not an option I will choose. We have several hundred users with 
names containing øæå.
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-
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] International characters don't display correctly in the from field

2009-11-12 Thread pal

Siterer Peter Welzien :

> Hi. I'm having problems with international characters in the from field
> in the message list in SquirrelMail 1.4.19. Instead of the actual
> characters
> I see eg. =?iso-8859-1?q?=C5slund_Tr=F6ger=22?= (quoted printable?). See
> http://welzien.se/misc/squirrelmail.png for an example. For some reason
> the characters look good in the subject field.
>
> When I open the email, the from field display correctly though.
>
> The from field in the email header looks like this:
> From: =?iso-8859-1?Q?Rikard_=C5slund_Tr=F6ger?= 
>
> The problem only occurs in the from field in the message list view.
>
> The characters display correctly when using RoundCube. I haven't tried
> any other mail reader.

This is a well known problem in Squirrelmail and I'm sorry to say that  
it does not seams to be fixed either. The developers will not admit  
there are problems! The bad implementation of foreign encoding is a  
very good reason for all non English-speaking people to stay away from  
SM.

I have choosen to use Horde in stead of Squirrelmail because all  
encoding problems in SM. Horde is a much better choice.
--
Pål Monstad



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] International characters don't display correctly in the from field

2009-11-12 Thread pal

Siterer Eray Aslan :

> On 12.11.2009 11:31, p...@hkskole.no wrote:
>> Siterer Peter Welzien :
>>
>>> Hi. I'm having problems with international characters in the from field
>>> in the message list in SquirrelMail 1.4.19. Instead of the actual
>>> characters
>>> I see eg. =?iso-8859-1?q?=C5slund_Tr=F6ger=22?= (quoted printable?). See
>>> http://welzien.se/misc/squirrelmail.png for an example. For some reason
>>> the characters look good in the subject field.
>>>
>>> When I open the email, the from field display correctly though.
>>>
>>> The from field in the email header looks like this:
>>> From: =?iso-8859-1?Q?Rikard_=C5slund_Tr=F6ger?= 
>>>
>>> The problem only occurs in the from field in the message list view.
>>>
>>> The characters display correctly when using RoundCube. I haven't tried
>>> any other mail reader.
>>
>> This is a well known problem in Squirrelmail and I'm sorry to say that
>> it does not seams to be fixed either.
>
> That was totally uncalled for.  I have Chinese, Russian and various
> other character sets (including Norwegian) displaying correctly in the
>> From field (as well as Subject).
>
> I suggest checking your config.

Swith to Norwegian language files, turn on html mail plugin and put a  
comma (,) in the sendt address togeter with æøå, like Monstad, Pål.

--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] International characters don't display correctly in the from field

2009-11-12 Thread pal

Siterer Fredrik Jervfors :

> Hi. I'm having problems with international characters in the from
> field in the message list in SquirrelMail 1.4.19. Instead of the
> actual characters I see eg. =?iso-8859-1?q?=C5slund_Tr=F6ger=22?=
> (quoted printable?). See
> http://welzien.se/misc/squirrelmail.png for an example. For some
> reason the characters look good in the subject field.
>
> When I open the email, the from field display correctly though.
>
> The from field in the email header looks like this:
> From: =?iso-8859-1?Q?Rikard_=C5slund_Tr=F6ger?=
> 
>
> The problem only occurs in the from field in the message list view.
>
> The characters display correctly when using RoundCube. I haven't
> tried any other mail reader.

 This is a well known problem in Squirrelmail and I'm sorry to say
 that it does not seams to be fixed either.
>>>
>>> That was totally uncalled for.  I have Chinese, Russian and various
>>> other character sets (including Norwegian) displaying correctly in the
>>> From field (as well as Subject).
>>>
>>> I suggest checking your config.
>>
>> Swith to Norwegian language files, turn on html mail plugin and put a
>> comma (,) in the sendt address togeter with æøå, like Monstad, Pål.
>
> And you're sure that the HTML Mail plugin isn't the culprit? Can you
> reproduce it with the HTML Mail plugin disabled?

For a long time I thougth the html mail plugin was the source of the  
problem. I have removed every plugin but still have trouble with  
correct encoding. In the body text contains øæå several lines of the  
message disappears. I have to press forward to read the original  
message.

I have spent hours figuring out what the problem is. I have posted the  
problem description to this list but without any solutions. My  
conclusion is SM will not work 100% correct with Norwegian language  
files, html-support and our øæå.

As a start you can try to fix the error when a from field contains  
Monstad, Pål (, and øæå)

The encoding in SM is very poor as a bad encoding in a language file  
will break the whole installation. the same with bad encodings in  
address files.

As I said I have spent too much time on this and have now switched to  
Horde. Horde is not perfect but the encoding is much stronger and  
generate no faults whatever encoding I give to it from mails or from  
translations. I'm completing the migration of about 4000 users this  
week.

Good luck to you all, especially all those non-English folks out there.
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] International characters don't display correctly in the from field

2009-11-12 Thread pal

Siterer Tomas Kuliavas :

>
>
> pal-2 wrote:
>>
>> For a long time I thougth the html mail plugin was the source of the
>> problem. I have removed every plugin but still have trouble with
>> correct encoding. In the body text contains øæå several lines of the
>> message disappears. I have to press forward to read the original
>> message.
>>
>> I have spent hours figuring out what the problem is. I have posted the
>> problem description to this list but without any solutions. My
>> conclusion is SM will not work 100% correct with Norwegian language
>> files, html-support and our øæå.
>
> You confuse two issues. Header issue is not related to html_mail. html_mail
> plugin does not touch email headers, it manipulates only email body. If I
> remember correctly, you got the answer to your html_mail plugin problem. I
> told you where the problem is. I haven't told you how exactly to fix it,
> because I have my reasons not to work with that code.

That's my point! There are problems with html mail as you say. I don't  
care if these two mentioned issues are related or not. The fact is  
they both exists and make SM buggy for a lot of users outside the  
English speaking world.

If administrators can live with these two serious limitations, fine.  
If not, keep clear of SM! There should at least be some warnings about  
this at SM's home page. Not to mention the war in the development  
team...
T
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] Bug Report (Replying to mails with a sender address containing a comma results in failure or weird outcome)

2009-11-17 Thread pal

Quoting "Németh, Tamás" :

> Sorry, my original mail didn't contain a comma in the from field of its
> header. Try this one.
>
> Additionally I figured out that this bug may only happen if the original
> mail's sender's real name contains accentuated (non-ASCII)  
> characters, because
> when I send a mail to an address in which the real name part contains non-
> ASCII characters, then squirrelmail removes the leading and trailing  
> quote (")
> characters from the name!!! Maybe this is the root cause of the bug in fact!

This bug has been reported a long time ago but there are no one who  
will fix it or admit it is a problem at all. Sorry to say, but this is  
very much related to encodig problems in SM.

You will probably get an answer not to be rude or to make the patch yourself.
--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-
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] can't read config file

2005-10-10 Thread Pal Laszlo
Hi,

I'm going to use squirrelmail under SuseLinux 10.0 (php 4.4.0). When I
try to log-in I've got the following error message:

ERROR (squirrel_logger): can't load config file

SuSe has put some restricting config file into /etc/apache2/con.d,but I
have the same error when I remove this file

The important part of the apache config as the follows:

VirtualHost *:443>
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot "/home/itt/public_html"
 ServerName www.csucsu.hu
 ServerAlias csucsu.hu


  allow from all
  Options +Indexes


 SSLEngine on
 SSLCertificateFile /etc/apache2/ssl.crt/csucsu.hu-server.crt
 SSLCertificateKeyFile /etc/apache2/ssl.key/csucsu.hu-server.key

Alias /webmail/ /srv/www/htdocs/squirrelmail/


  Order allow,deny
  Allow from all
 




What is the problem?

Thank you
-- 
Pal Laszlo <[EMAIL PROTECTED]>


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] which imap server?

2005-10-10 Thread Pal Laszlo
Hi,

Thanks for the fast helpful response to my prev. issue let's see the
next one :)

currently I use dovecot 0.99 as IMAP server because this is compatible
with courier and handles maildir style mailboxes

I think this is not the best solution since for example dovecot puts a
'.' before the maildir directories which is not handled properly by
several imap clients (like thunderbird). 

I've tried to  install courier earlier but I cannot succesfully
authenticated through this

so, what is your suggestion?

1. should I try to upgrade to dovecot 1.x?
2. shold I continue to read courier docs and use this?
3. simply enable uw-imap (can it handle maildir?)
4. anything else :)

Thank you
-- 
Pal Laszlo <[EMAIL PROTECTED]>


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] which imap server?

2005-10-12 Thread Pal Laszlo

> Your config looks pretty similar to mine. I do specify
> valid_chroot_dirs  as /usr/home but I don't think that is an issue
> here as it works for you in evolution. Did you upgrade to dovecot from
> courier or another imap server? I did have an issue with that but
> basically recreating the account on my email client fixed it. Also,
> make sure you have a .subscriptions file in your Maildir directory ...
> this file should contain the folder names of your subscribed folders.
> In this list the names are not preceded with dots or the name "INBOX."
>
When I re-created the account in thunderbird it solves the problem for
this software, so I can see all the folders under my Maildir. How can I
achive the same for squirrel? I can see only the inbox and subfolders.

Thank you
Laszlo

ps: it is looks like to me imap is not as standardized yet as it should
be :)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] missing openssl extension

2005-12-10 Thread Pal, Laszlo




Hi,

I'm trying to install squirrel on my new solaris10 based machine with
php5 and openssl 0.9.8a and courier imap. Configtest produces the
following error:

SquirrelMail configtest
This script will try to check some aspects of your SquirrelMail
configuration
and point you to errors whereever it can find them. You need to go run conf.pl
in the config/ directory first before you run this script.


  

  SquirrelMail version:
  1.4.5


  Config file version:
  1.4.0


  Config file last modified:
  10 December 2005 21:48:40

  


Checking PHP configuration...
PHP version 5.0.4 OK.
PHP extensions OK.
Checking paths...
Data dir OK.
Attachment dir is the same as data dir.
Plugins OK.
Themes OK.
Default language OK.
Base URL detected as: http://vlad.hu/webmail/src
ERROR: You need the openssl PHP
extension to use SMTP/IMAP TLS!

do you have any idea?

Thank you
Laszlo







[SM-USERS] slow performance php5/apache2

2005-12-10 Thread Pal, Laszlo
Hi,

I've successfully installed latest squirrell on solaris 10
apache2/php5/courier. The only issue is, the web interface is very
slow. It is looks like some php customization needed. Do you have
any idea?

Thank you
Laszlo



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] slow performance php5/apache2

2005-12-11 Thread Pal, Laszlo
Pal, Laszlo wrote:
> Hi,
>
> I've successfully installed latest squirrell on solaris 10
> apache2/php5/courier. The only issue is, the web interface is very
> slow. It is looks like some php customization needed. Do you have
> any idea?
>
> Thank you
> Laszlo
>
>
>
>   
With 1.4.6RC1 it is much much faster, but still much much slower than
with php4/apache2. Do you think PHP5 is sux?

L:




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] php tuning for squirrel

2005-12-12 Thread Pal, Laszlo
Hi,

I'm trying to tune my php5 instance to increase poor performance of
squirrel under solaris10. I've used the php.ini-recommended as skeleteon,
but unfortunately the settings in php.ini does not affect squirrel
installation.

For example even if I increase my execution time in php.ini, I still
getting the following error when I open a quite big (4000+ messages)
folder

Fatal error: Maximum execution time of 30 seconds exceeded in
/usr/local/apache2/htdocs/sites/vlad.hu/webmail/functions/date.php on line
421

I've tried to put php.ini in the following directiories

- squirrel
- my webroot
- /usr/local/lib/php

I suppose I have to put it somewhere else

Do you have any idea?

Thank you
Laszlo




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] possible bug

2007-12-06 Thread Monstad, Pal
Hi!

I have encountered a strange behavior in Squirrelmail after my
organization changed the way their Exchange represents user names. They
have changed the name format from

"Carl Johnsen" to "Johnsen, Carl"

This is just fint when sending a mail to my Squirrelmail account, as the
> From field will look like

"Baker, Carl" <[EMAIL PROTECTED]>

The problem is when name contains Norwegian characters like æøå! The " "
will then disappear in the From field when I want to reply, and look like
this:

Monstad, Pål <[EMAIL PROTECTED]> instead of
"Monstad, Pål" <[EMAIL PROTECTED]>

This results in an error, as Monstad, is not recognised as a valid e-mail
address!


Please help! And yes, it works fine in other web imap clients like gmail
and hotmail.

I have tested this with a lot of different SM versions, including the
latest one. Same problem with Sendmail and Postfix (differend servers).
-- 
Pål Monstad





-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
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] strange behavior in reply

2007-12-17 Thread Monstad, Pal
Running the very latest SM release, a strange behaviour seams to happen
when I reply to an e-mail send from someone with foreign characters in the
Full name.

Normally, the senders name is shown like:
"Gates, Bill" <[EMAIL PROTECTED]>

But when the Full name contains Norwegian characters, it shows like:
Monstad, Pål <[EMAIL PROTECTED]>

This results in an error as SM tries to send to the address Monstad which
doesn't exists.

SM 1.4.11 and 1.4.13 dovecot/postfix and Centos 5.

Is this a SM problem, or dovecot/postfix? Any ISO-related trouble?

I fount this strange behaviour when my organization changed the way the
Ful name is shown, with the comma. Worked OK whitout the comma.

Also tried the same with a very old SM release on sendmail/uw-imap. Same
problem.

--
Pål Monstad


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
-
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] Unwanted Mail

2004-02-12 Thread yash pal
Dear Friends,

I am using 1.2.10 version of squirremail. My problem is that there are lot
of mail passing through my mail server. is it spamming. Please help me to
stop it.

Yash




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users