Multipart message capability in django.core.mail (#1541)

2007-01-21 Thread Suriya
Hi all, I would like to start a discussion about bug #1541. http://code.djangoproject.com/ticket/1541 There was some discussion in the past here http://groups.google.com/group/django-developers/browse_thread/thread/9f9f1ff61e9314a5/aa9fac2811918961 There are three patches to add this feature. I

Add multipart message capability to django.core.mail (#1541)

2007-01-20 Thread Suriya
message capability to Django. I would like to get feedback about this patch http://code.djangoproject.com/attachment/ticket/1541/mail_attachment_as_str.diff (the third patch submitted for the bug). This patch adds an extra optional argument `attachments' to `send_mail()'. `attachments` i

Re: Multipart message capability

2007-01-07 Thread Russell Keith-Magee
On 1/4/07, Suriya <[EMAIL PROTECTED]> wrote: Russell Keith-Magee wrote: > > Read the thread on the ticket - Jacob has stated what is standing > between the ticket and acceptance - documentation of the feature. > > Write some documentation (or at least get an intitial draft ready), > add it to t

Re: Multipart message capability

2007-01-03 Thread Suriya
Russell Keith-Magee wrote: Read the thread on the ticket - Jacob has stated what is standing between the ticket and acceptance - documentation of the feature. Write some documentation (or at least get an intitial draft ready), add it to the patch, and we can get this feature into the trunk.

Re: Multipart message capability

2007-01-03 Thread Russell Keith-Magee
On 12/24/06, Suriya <[EMAIL PROTECTED]> wrote: This is regarding ticket #1541 http://code.djangoproject.com/ticket/1541 ... I'd like to see this functionality in Django :) Is there anything else stopping this ticket from being closed? Read the thread on the ticket - Jacob has stated what is

Multipart message capability

2006-12-23 Thread Suriya
Hello Developers, This is regarding ticket #1541 http://code.djangoproject.com/ticket/1541 Could someone take a look at the patch and try to integrate it into DJango? This patch allows Django to accept tuples of (attachment name, content as fileobject) and create email attachments. Another app