Re: [SM-USERS] Attachment problems with Internet Explorer

2007-06-04 Thread work
I had this problem with lighttpd server and IE clients. To solve it, you must disable server's keep-alive requests for IE clients example: $HTTP["useragent"] =~ ".*MSIE.*" { server.max-keep-alive-requests = 0 } Emmanuel38 wrote: > > Hi > > I have squirrelmail 1.4.10a installed

Re: [SM-USERS] Messages in cp1251 encoding

2007-03-31 Thread work
Yes, i know about cache files of dovecot. I removed them. cp1251 messages are not recoded to utf-8. If i use "Default encoding: utf-8", then all cp1251 messages are displayed as "?". Messages with modified header are displayed correctly only with "Default encoding: cp1251", at the same time, sa

Re: [SM-USERS] Messages in cp1251 encoding

2007-03-30 Thread work
Sorry, forgot to write, that after putting line "MIME-Version: 1.0", SM displays message correctly, only, when i select "Default Charset: cp1251" in config. Other messages, which don't have line about mime-version, contains "" With "Default Charset: utf-8" both messages contains "" > So, i

Re: [SM-USERS] Messages in cp1251 encoding

2007-03-30 Thread work
So, if i put manually "MIME-Version: 1.0" line in message (i have access to MailDir through file system), in SquirrelMail is same "" instead of cyrillyc letters. now in message details header looks like: .. MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-En

[SM-USERS] Messages in cp1251 encoding

2007-03-28 Thread work
hello, I have trouble with receiving messages in cp1251, all cyrilyc letters in body are replaced with "", at the same time i'm able to see "Subject" in cyrillic. configtest.php says, that everything is fine I'm using UTF-8. Tryed also different "Default Language" and "Default Charset" - same r