[issue9874] Message.attach() loses empty attachments

2013-02-11 Thread R. David Murray
R. David Murray added the comment: Lacking a reproducer, there's not much we can do here, so closing. -- resolution: -> works for me stage: test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue9874] Message.attach() loses empty attachments

2012-05-23 Thread R. David Murray
R. David Murray added the comment: And now it's been long enough that I lost the email :( -- assignee: r.david.murray -> components: +email -Library (Lib) nosy: +barry versions: +Python 3.3 -Python 3.1 ___ Python tracker

[issue9874] Message.attach() loses empty attachments

2011-03-18 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue9874] Message.attach() loses empty attachments

2010-09-16 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list maili

[issue9874] Message.attach() loses empty attachments

2010-09-16 Thread R. David Murray
R. David Murray added the comment: Got your off-ticket email. I was hoping for something that *just* demonstrated the problem (just enough code to show the issue). It may be a bit before I can find the time to reduce your code to such a test case. -- stage: -> unit test needed ___

[issue9874] Message.attach() loses empty attachments

2010-09-16 Thread Raphael Mankin
Raphael Mankin added the comment: 'Simple' is the problem. I will come back to you on this. -- ___ Python tracker ___ ___ Python-bugs-

[issue9874] Message.attach() loses empty attachments

2010-09-16 Thread R. David Murray
R. David Murray added the comment: Can you provide a simple example program that demonstrates the problem? -- nosy: +r.david.murray ___ Python tracker ___ ___

[issue9874] Message.attach() loses empty attachments

2010-09-16 Thread Raphael Mankin
New submission from Raphael Mankin : When attaching a sequence of parts to a MIMEMultipart message, empty attachments are silently discarded. -- components: Library (Lib) messages: 116550 nosy: r...@mankin.org.uk priority: normal severity: normal status: open title: Message.attach() los