Opened 17 years ago

Closed 17 years ago

#4910 closed (fixed)

Enable smart_str encoding of email text attachments

Reported by: anonymous Owned by: anonymous
Component: Core (Mail) Version: dev
Severity: Keywords:
Cc: djoume@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

The unicode merge make use of smart_str for the body of email messages.
I think the same thing should be done for text attachments, see patch attached.

Cheers

Attachments (1)

fix_attachment_encoding.diff (686 bytes ) - added by anonymous 17 years ago.

Download all attachments as: .zip

Change History (6)

by anonymous, 17 years ago

comment:1 by djoume@…, 17 years ago

Cc: djoume@… added

I have forgotten to put my email address, just in case you need more info...

comment:2 by Simon G. <dev@…>, 17 years ago

Summary: Bad encoding of email text attachmentsEnable smart_str encoding of email text attachments
Triage Stage: UnreviewedReady for checkin

comment:3 by anonymous, 17 years ago

Component: django.core.mailGeneric views
Keywords: bnmnb added
Owner: changed from Adrian Holovaty to anonymous
Triage Stage: Ready for checkinAccepted

comment:4 by Simon G. <dev@…>, 17 years ago

Component: Generic viewsdjango.core.mail
Keywords: bnmnb removed
Triage Stage: AcceptedReady for checkin

This isn't a toy. Please play elsewhere.

comment:5 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5854]) Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mail
attachments. Thanks, djoume@….

Note: See TracTickets for help on using tickets.
Back to Top