Re: [SM-USERS] Help with html mail plugin

2010-07-12 Thread Piyush Joshi
Thanks that helped me Tomas ...


On Sun, Jul 11, 2010 at 4:50 PM, Tomas Kuliavas  wrote:

>
>
> Piyush Joshi-3 wrote:
> >
> > I have already checked Trust all sources in that plugin option so it
> > always show me images from all source ...
> >
> html_mail plugin does not detect the way unsafe_image_rules plugin
> overrides
> default unsafe image handling. Plugin depends on unsafe image display
> argument in src/read_body.php page URL.
> --
> View this message in context:
> http://old.nabble.com/Help-with-html-mail-plugin-tp29103067p29130936.html
> Sent from the squirrelmail-users mailing list archive at Nabble.com.
>
>
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> -
> 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 SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first-
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] Unicode issue

2010-07-12 Thread Piyush Joshi
Dear All,
  I am having an issue with display of mail whenever someone
send mail in Hindi from gmail squirrel-mail doesn't show it correctly, I
know this is Unicode issue and i did some changes to solve using Google help
but so far no success ..

Having few query :-

1. What's all requirement to properly display mail in all or particular
language.
2. When replying and forwarding the mail written in Hindi why squirrel-mail
add garbage value instead the actual content.
3. Is it required to have html enabled for seeing message in different
language.


Thanks
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first-
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] Unicode issue

2010-07-12 Thread Tomas Kuliavas
Piyush Joshi  gmail.com> writes:

> 
> I am having an issue with display of mail whenever someone send mail in 
> Hindi from gmail squirrel-mail doesn't show it correctly, I know this is 
> Unicode issue and i did some changes to solve using Google help but so far 
> no success ..Having few query :-
> 1. What's all requirement to properly display mail in all or particular 
> language.

Email must be correctly formatted (MIME RFCs 2045-2048). Correct Content-Type,
charset, Content-Transfer-Encoding and MIME-Version headers must be used. If
email does not follow MIME standards or provides false information about used
character set, broken mailer must be fixed instead of SquirrelMail display 
code.

Character set must be supported by SquirrelMail. wiki has page with supported
charsets. Other charsets can be added, if charset's mapping to Unicode table 
is publicly available. If symbols used in charset are not supported by 
Unicode, they will be replaced with ?. If charset has large mapping table and 
symbols can't be mapped with simple code, this charset must be supported by 
PHP recode, iconv or mbstring extension. General rule - charset with more 
than 256 codepoints must be supported by external charset conversion library,
if it is not some Unicode variation.

Browser and OS must support particular language. Firefox and other Gecko
browsers need fonts with symbols for that language. IE might need some OS
updates or language packs. 

Users must complain and provide constructive feedback and help, if they want 
to solve particular charset or text alignment issues.

> 2. When replying and forwarding the mail written in Hindi why squirrel-mail
> add garbage value instead the actual content.

You reply in html_mail plugin, which is limited to iso-8859-1 due to bug in
plugin code or character set used by user's translation does not support 
Hindi symbols or user overrides character set in browser.

> 3. Is it required to have html enabled for seeing message in different 
> language.

I think current stable display code has some quirks that are triggered, if 
you view html-only email in text mode, but they are specific to some European
languages.

SquirrelMail supports utf-8 display since 1.2.9. utf-8 decoder supports all
utf-8 byte sequences. If I remember correctly 1.4.5 version improved html
display and converted email text to character set used by webmail user in
compose, if output charset supported all or most of input charset symbols. 
In real life it means that only utf-8 translations can fully use this feature,
because other charsets don't cover all symbols supported by UTF-8 and list of
other compatible charset pairs is really short.

If users use Gmail in Hindi (tested only Devanagari version), their emails are
composed in utf-8. SquirrelMail can display those symbols in any translations 
(I can't give 100% warranty for Japanese).

-- 
Tomas


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] move selected to folder list doesn't scroll

2010-07-12 Thread James L
The folder list (displays 15 of 18 folders) is truncated when trying to
move a message.
I am using firefox on a small screen.
Is this a firefox problem?



--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] After changing user password Squirrelmail is inoperative

2010-07-12 Thread Mark Anderson
Hi:

We had to change the password on our Linux server due to a security issue, and 
now our Squirrelmail program cannot be accessed. Before we made this change our 
Squirrelmail was working fine and could be accessed from our web interface at 
mail.ourwebsite.com.  But now it won't even connect to the site, and an error 
page is generated stating that a connection to the server cannot be made.  We 
also re-booted our Linux server after making the change to the user password, 
then re-logged in to the command line on the server for a final verification of 
our new password - there is only one user account on the Linux server.  What 
went wrong? Do we need to change the password in our MySQL authentication? How 
do we do that?  Did re-booting the server cause the Linux mail service to stop 
running?  How do we re-start the service?  Please help...we need to get this 
back up and running today asap - on Tuesday at the latest because this is 
affecting our product sales
 platform.

Mark
itprof...@sbcglobal.net

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] Unicode issue

2010-07-12 Thread Piyush Joshi
Hello Tomas,
  Some of my installation are working fine with mails
written in hindi but one of my installation is showing me garbage value if i
look in to the header part is shows ;-


*MIME-Version:* 1.0
*Content-Type:* multipart/alternative;
 boundary=00163646c6b4bd59cb048b327681

look at the second line and tell me is there anything wrong with this mail
...

Is there any thing creating a problem in the middle ???

Note: Correctly showing the subject part which is also in hindi.

On Mon, Jul 12, 2010 at 8:27 PM, Tomas Kuliavas  wrote:

> Piyush Joshi  gmail.com> writes:
>
> >
> > I am having an issue with display of mail whenever someone send mail in
> > Hindi from gmail squirrel-mail doesn't show it correctly, I know this is
> > Unicode issue and i did some changes to solve using Google help but so
> far
> > no success ..Having few query :-
> > 1. What's all requirement to properly display mail in all or particular
> > language.
>
> Email must be correctly formatted (MIME RFCs 2045-2048). Correct
> Content-Type,
> charset, Content-Transfer-Encoding and MIME-Version headers must be used.
> If
> email does not follow MIME standards or provides false information about
> used
> character set, broken mailer must be fixed instead of SquirrelMail display
> code.
>
> Character set must be supported by SquirrelMail. wiki has page with
> supported
> charsets. Other charsets can be added, if charset's mapping to Unicode
> table
> is publicly available. If symbols used in charset are not supported by
> Unicode, they will be replaced with ?. If charset has large mapping table
> and
> symbols can't be mapped with simple code, this charset must be supported by
> PHP recode, iconv or mbstring extension. General rule - charset with more
> than 256 codepoints must be supported by external charset conversion
> library,
> if it is not some Unicode variation.
>
> Browser and OS must support particular language. Firefox and other Gecko
> browsers need fonts with symbols for that language. IE might need some OS
> updates or language packs.
>
> Users must complain and provide constructive feedback and help, if they
> want
> to solve particular charset or text alignment issues.
>
> > 2. When replying and forwarding the mail written in Hindi why
> squirrel-mail
> > add garbage value instead the actual content.
>
> You reply in html_mail plugin, which is limited to iso-8859-1 due to bug in
> plugin code or character set used by user's translation does not support
> Hindi symbols or user overrides character set in browser.
>
> > 3. Is it required to have html enabled for seeing message in different
> > language.
>
> I think current stable display code has some quirks that are triggered, if
> you view html-only email in text mode, but they are specific to some
> European
> languages.
>
> SquirrelMail supports utf-8 display since 1.2.9. utf-8 decoder supports all
> utf-8 byte sequences. If I remember correctly 1.4.5 version improved html
> display and converted email text to character set used by webmail user in
> compose, if output charset supported all or most of input charset symbols.
> In real life it means that only utf-8 translations can fully use this
> feature,
> because other charsets don't cover all symbols supported by UTF-8 and list
> of
> other compatible charset pairs is really short.
>
> If users use Gmail in Hindi (tested only Devanagari version), their emails
> are
> composed in utf-8. SquirrelMail can display those symbols in any
> translations
> (I can't give 100% warranty for Japanese).
>
> --
> Tomas
>
>
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> -
> 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 SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first-
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] After changing user password Squirrelmail is inoperative

2010-07-12 Thread Helmut Hullen
Hallo, Mark,

Du meintest am 12.07.10:

> We had to change the password on our Linux server due to a security
> issue, and now our Squirrelmail program cannot be accessed. Before we
> made this change our Squirrelmail was working fine and could be
> accessed from our web interface at mail.ourwebsite.com.  But now it
> won't even connect to the site, and an error page is generated
> stating that a connection to the server cannot be made.  We also
> re-booted our Linux server after making the change to the user
> password, then re-logged in to the command line on the server for a
> final verification of our new password - there is only one user
> account on the Linux server.  What went wrong?

"squirrelmail" is one of many programs (MUA, mail user agent) to access  
mail on a server. It uses "imap" or "pop3". That means: if you use  
another mail program you should be able to read and write e-mail as  
before.

What MTA (mail transport agent) program runs on the server and  
distributes mail to the user's postbox?

If you log in on the server as that special user and type

mail

you should see the number of mails waiting on the server (aborting:  
"quit").

That's no way instead of "squirrelmail", but it shows if/that mail is  
accessible.

> Do we need to change the password in our MySQL authentication?

May be - who owns that database?

> Did re-booting the server cause the Linux mail service to stop
> running? How do we re-start the service?

You should see (with the "mail" command) if/that new mail has arrived.

Viele Gruesse!
Helmut

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] After changing user password Squirrelmail is inoperative

2010-07-12 Thread Karl Pearson
On Mon, July 12, 2010 4:42 pm, Mark Anderson wrote:
> Hi:
>
> We had to change the password on our Linux server due to a security issue,
> and now our Squirrelmail program cannot be accessed. Before we made this
> change our Squirrelmail was working fine and could be accessed from our
> web interface at mail.ourwebsite.com.  But now it won't even connect to
> the site, and an error page is generated stating that a connection to the
> server cannot be made.  We also re-booted our Linux server after making
> the change to the user password, then re-logged in to the command line on
> the server for a final verification of our new password - there is only
> one user account on the Linux server.  What went wrong? Do we need to
> change the password in our MySQL authentication? How do we do that?  Did
> re-booting the server cause the Linux mail service to stop running?  How
> do we re-start the service?  Please help...we need to get this back up and
> running today asap - on Tuesday at the latest because this is affecting
> our product sales
>  platform.

This may be off-topic because Squirrelmail working or not because of a
password change is not typically possible, however if your IMAP
What version of Linux are you running?

>
> Mark
> itprof...@sbcglobal.net
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> -
> 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
>


---
Karl Pearson
ka...@ourldsfamily.com
Owner/Administrator of the sites at
http://ourldsfamily.com
---
"To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it."
---
 Democracy is two wolves and a lamb voting on what to have
 for lunch. Liberty is a well-armed lamb contesting the vote.
 --Benjamin Franklin
---
 Children seldom misquote you. In fact, they usually
 repeat word for word what you shouldn't have said.
---


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] After changing user password Squirrelmail is inoperative

2010-07-12 Thread Karl Pearson
My apologies for the previous post... using a small laptop and
fat-fingered the return key. see below for a continuation.  Karl


On Mon, July 12, 2010 4:42 pm, Mark Anderson wrote:
> Hi:
>
> We had to change the password on our Linux server due to a security issue,
> and now our Squirrelmail program cannot be accessed. Before we made this
> change our Squirrelmail was working fine and could be accessed from our
> web interface at mail.ourwebsite.com.  But now it won't even connect to
> the site, and an error page is generated stating that a connection to the
> server cannot be made.  We also re-booted our Linux server after making
> the change to the user password, then re-logged in to the command line on
> the server for a final verification of our new password - there is only
> one user account on the Linux server.  What went wrong? Do we need to
> change the password in our MySQL authentication? How do we do that?  Did
> re-booting the server cause the Linux mail service to stop running?  How
> do we re-start the service?  Please help...we need to get this back up and
> running today asap - on Tuesday at the latest because this is affecting
> our product sales
>  platform.

As I said, changing a password will not cause Squirrelmail to stop
working, however having an IMAP server stop running because it's not in
the startup scripts may be your problem.

Do you use Dovecot? UWIMAP? Courier IMAP?

Each of these are started a bit differently, but moreso depending on the
underlying platform. I recommend reading this page:

http://www.linux.com/news/enterprise/systems-management/8116-an-introduction-to-services-runlevels-and-rcd-scripts

Without knowing which IMAP server you run, helping will be hit-and-miss at
best.

Karl

>
> Mark
> itprof...@sbcglobal.net
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> -
> 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
>


---
Karl Pearson
ka...@ourldsfamily.com
Owner/Administrator of the sites at
http://ourldsfamily.com
---
"To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it."
---
 Democracy is two wolves and a lamb voting on what to have
 for lunch. Liberty is a well-armed lamb contesting the vote.
 --Benjamin Franklin
---
 Children seldom misquote you. In fact, they usually
 repeat word for word what you shouldn't have said.
---


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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] After changing user password Squirrelmail is inoperative

2010-07-12 Thread Roland Fritz
Hi Mark,

> We had to change the password on our Linux server due to a security issue,
> and now our Squirrelmail program cannot be accessed. Before we made this
> change our Squirrelmail was working fine and could be accessed from our
> web interface at mail.ourwebsite.com.  But now it won't even connect to
> the site, and an error page is generated stating that a connection to the
> server cannot be made.  We also re-booted our Linux server after making
> the change to the user password, then re-logged in to the command line on
> the server for a final verification of our new password - there is only
> one user account on the Linux server.  What went wrong? Do we need to
> change the password in our MySQL authentication? How do we do that?  Did
> re-booting the server cause the Linux mail service to stop running?  How
> do we re-start the service?  Please help...we need to get this back up and
> running today asap - on Tuesday at the latest because this is affecting
> our product sales
>  platform.
This does not look like a squirrelmail problem. I suppose that changing
the password hasn't caused the problem but the reboot. For the minimal
information I have on your system I would check the following points:
- can you access the server from your network
- can you access it by the name/ip you used to (maybe you got another ip
from your dhcp server?)
- is apache service running (ps -ef|grep http)?
- is your mailservice running?
- can you access other websides on this server? (apache config maybe changed)

If you don't know how to do these checks find a local linux expert ;)

Roland.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-
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