[jira] Commented: (GUMP-19) Support encoding of international characters in nag mail headers

2004-03-03 Thread jira
The following comment has been added to this issue:

 Author: Adam Jack
Created: Wed, 3 Mar 2004 6:56 AM
   Body:
We have a utility function (in gump.utils) that should help here. When
this problem was surfacing in other areas use of that function helped.
-
View this comment:
  
http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-19&page=comments#action_20949

-
View the issue:
  http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-19

Here is an overview of the issue:
-
Key: GUMP-19
Summary: Support encoding of international characters in nag mail headers
   Type: Bug

 Status: Unassigned
   Priority: Major

Project: Gump
 Components: 
 Python
   Versions:
 unspecified

   Assignee: 
   Reporter: Stefan Bodewig

Created: Wed, 3 Mar 2004 12:32 AM
Updated: Wed, 3 Mar 2004 6:56 AM

Description:
As wittnessed by the failing nag mails to log4j.

Escaping of non-ASCII characters is well defined, sounds like a rather simple fix that 
might make a good candidate fix for somebody with a very low working knowledge of 
Python.  Read, I'll look into it unless anybody beats me.


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (GUMP-19) Support encoding of international characters in nag mail headers

2004-03-03 Thread jira
The following comment has been added to this issue:

 Author: Stefan Bodewig
Created: Wed, 3 Mar 2004 8:27 AM
   Body:
I was sure that something as common as MIME encoding must have been done
by somebody - and it turns out the email module offers everything we
need.

I've committed a change that should turn Ceki's name into an accepted
header part, but right now iso-8859-1 is hardcoded (bad) and it looks
fairly incomplete to me.

It seems the email module has more to offer, in particular we should be
wrapping the body into a MIMEText object to get it properly escaped
as well (for example if author names get visible in the output).
-
View this comment:
  
http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-19&page=comments#action_20950

-
View the issue:
  http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=GUMP-19

Here is an overview of the issue:
-
Key: GUMP-19
Summary: Support encoding of international characters in nag mail headers
   Type: Bug

 Status: Unassigned
   Priority: Major

Project: Gump
 Components: 
 Python
   Versions:
 unspecified

   Assignee: 
   Reporter: Stefan Bodewig

Created: Wed, 3 Mar 2004 12:32 AM
Updated: Wed, 3 Mar 2004 8:27 AM

Description:
As wittnessed by the failing nag mails to log4j.

Escaping of non-ASCII characters is well defined, sounds like a rather simple fix that 
might make a good candidate fix for somebody with a very low working knowledge of 
Python.  Read, I'll look into it unless anybody beats me.


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]