[Twisted-Python] stmp client with multipart

Kevin Mcintyre kebin70 at gmail.com
Fri Mar 28 18:22:37 MDT 2014


ah, it just seems like the next smtp client (potentially 12) from the
samples could be multipart mime.


On Fri, Mar 28, 2014 at 3:12 PM, <exarkun at twistedmatrix.com> wrote:

> On 08:36 pm, kebin70 at gmail.com wrote:
>
>> How can I get something similar into a smtp client 12? multipart message
>>
>
> Hi Kevin,
>
> MIME and SMTP are at different layers.
>
> Twisted's SMTP client doesn't care what bytes you shove through it.
> They're just bytes.  They can be MIME or not.  Construct the bytes using
> the stdlib's MIME functionality if you want - once you have the bytes, the
> way you use them with Twisted's SMTP client is the same no matter what they
> are.
>
> Jean-Paul
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://twistedmatrix.com/pipermail/twisted-python/attachments/20140328/61688b40/attachment.html>


More information about the Twisted-Python mailing list