This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jader.fabiano
Recipients barry, jader.fabiano, r.david.murray
Date 2014-05-08.20:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPL4z64UTkSc6dN1sr5vnfVytLhUVEZ8CQFdvegznYVg16neGA@mail.gmail.com>
In-reply-to <1399407931.08.0.102958118766.issue21448@psf.upfronthosting.co.za>
Content
Hi.
I undestood this problem that It was happening,
I was writting the mime wrong in the attachments. I read a file with size
4M and I've converted to Base64, so I've written in the mime the content.
But i wasn't put the lines with 76 ccharacters plus ""/r/n". I was writing
the every in the only line. I think this did the Email Parser uses 100% of
the CPU and It delay mora time.
I packed up and I was sending email very fast.

Thanks

2014-05-06 17:25 GMT-03:00 R. David Murray <report@bugs.python.org>:

>
> R. David Murray added the comment:
>
> Also to clarify: HeaderParser will *also* read the entire message, it just
> won't look for MIME attachments in the 'everything else', it will just
> treat the 'everything else' as arbitrary data and record it as the payload
> of the top level Message object.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue21448>
> _______________________________________
>
History
Date User Action Args
2014-05-08 20:38:38jader.fabianosetrecipients: + jader.fabiano, barry, r.david.murray
2014-05-08 20:38:38jader.fabianolinkissue21448 messages
2014-05-08 20:38:36jader.fabianocreate