Modify ↓
Opened 17 years ago
Closed 17 years ago
#3870 closed defect (fixed)
MIMEText doesn't like charset in email_distributor.py
| Reported by: | Sam | Owned by: | Robert Corsaro |
|---|---|---|---|
| Priority: | normal | Component: | AnnouncerPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
MIMEText barfs on charset
replaced charset with str(charset) to fix.
patch attached to fix.
Attachments (1)
Change History (2)
Changed 17 years ago by
| Attachment: | charset.patch added |
|---|
comment:1 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



charset patch.