Re: [Python-Dev] Split MIME headers into multiple lines near a space

2005-06-05 Thread Noam Raphael
On 5/30/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Noam's suggestion seems reasonable to me, but I'm not > sure what the performance implications are. I think that they are not critical. The number of lines can grow by at most twice, because shorter words would not have a line of their own. The

Re: [Python-Dev] Split MIME headers into multiple lines near a space

2005-05-29 Thread Nick Coghlan
Noam Raphael wrote: > Do you think it's ok? Could this be added to email.Header? Noam posted a patch to SF (#1210680), and I assigned it to Barry to have a look at. Noam's suggestion seems reasonable to me, but I'm not sure what the performance implications are. Cheers, Nick. -- Nick Coghlan

[Python-Dev] Split MIME headers into multiple lines near a space

2005-05-28 Thread Noam Raphael
Hello, I recently used Python to automatically send messages to my gmail account. I was surprised to find out that some of the words in the subjects of messages were split by a space character which came from nowhere. It turns out that the international (Hebrew) subject was split into multiple li