[issue2518] smtpd.py to handle huge email

2018-01-09 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'm closing this as won't fix since smtpd.py is deprecated and will likely not get any future development. Please see aiosmtpd as a much better third party replacement. -- resolution: -> wont fix stage: test needed -> resolved status: open -> close

[issue2518] smtpd.py to handle huge email

2013-03-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue2518] smtpd.py to handle huge email

2013-03-19 Thread R. David Murray
Changes by R. David Murray : -- components: +email -Library (Lib) nosy: +barry, r.david.murray ___ Python tracker ___ ___ Python-bugs-l

[issue2518] smtpd.py to handle huge email

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2518] smtpd.py to handle huge email

2009-03-30 Thread R. David Murray
Changes by R. David Murray : -- stage: -> test needed type: resource usage -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___

[issue2518] smtpd.py to handle huge email

2008-04-14 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- nosy: +giampaolo.rodola __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue2518] smtpd.py to handle huge email

2008-04-01 Thread HiroakiKawai
Changes by HiroakiKawai <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9910/smtpd.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs

[issue2518] smtpd.py to handle huge email

2008-04-01 Thread HiroakiKawai
Changes by HiroakiKawai <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9923/smtpd.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-l

[issue2518] smtpd.py to handle huge email

2008-03-30 Thread HiroakiKawai
Changes by HiroakiKawai <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9909/smtpd.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs

[issue2518] smtpd.py to handle huge email

2008-03-30 Thread HiroakiKawai
HiroakiKawai <[EMAIL PROTECTED]> added the comment: My carelessness, missing importing cStringIO Added file: http://bugs.python.org/file9910/smtpd.patch __ Tracker <[EMAIL PROTECTED]> __ _

[issue2518] smtpd.py to handle huge email

2008-03-30 Thread HiroakiKawai
Changes by HiroakiKawai <[EMAIL PROTECTED]>: -- type: security -> resource usage __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue2518] smtpd.py to handle huge email

2008-03-30 Thread HiroakiKawai
New submission from HiroakiKawai <[EMAIL PROTECTED]>: I had some problems when I wanted to do attach a huge data file (such as mp3, avi, or etc.) to an email. Current smtpd.py in Python2.5 calls process_message that takes a string for its argument. This cause python running process to consume