To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74789
                 Issue #|74789
                 Summary|mail merge sets wrong MIME type in e-mails
               Component|Word processor
                 Version|OOo 2.2 RC1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|printing
             Assigned to|mru
             Reported by|milek_pl





------- Additional comments from [EMAIL PROTECTED] Thu Feb 22 22:55:56 +0000 
2007 -------
mailmerge.py defaults to the first MIME type found, but sends HTML e-mails only
as UTF-8. In its current state, the line 

textmsg['Content-Type'] = flavor.MimeType

should be:

textmsg['Content-Type'] = 'text/html; charset=UTF-8'

Otherwise, characters could display as garbage depending on how the default
MIMEtype was set.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to