From morten at nidelven-it.no Tue Apr 10 12:16:11 2012 From: morten at nidelven-it.no (Morten W. Petersen) Date: Tue, 10 Apr 2012 10:16:11 -0000 Subject: [Email-SIG] Using the email package version 4.x with Python 2.4 (and maybe 2.2/2.3) Message-ID: <5e1a37cd783ea8cfea0ad331684ee7c3@localhost> Hi, I'm developing an email package that's going to be used with Zope and Plone. After reading the information here: http://docs.python.org/library/email I found that version 3 is being distributed with the current Python I'm using, while I would like to use version 4 because of forwards compatability and simplicity.. Is it OK if I repackage the email package from Python 2.6 into an egg and put it on PyPi so that I and others can use the newest one, or do you suggest some other approach? Being able to run the email package on earlier Python versions is important and it must at least work with Python 2.4 -- Mvh / WR, Morten W. Petersen Manager Nidelven IT LTD From pbradeen at gmail.com Wed Apr 11 17:15:59 2012 From: pbradeen at gmail.com (pbradeen) Date: Wed, 11 Apr 2012 15:15:59 -0000 Subject: [Email-SIG] Problems with quoted-printable attachment In-Reply-To: <63ad7ef70903050616q356c5f7ck712e2352bfb6d487@mail.gmail.com> References: <63ad7ef70903041430n21386c04lfdcca78b721fce2c@mail.gmail.com> <63ad7ef70903050616q356c5f7ck712e2352bfb6d487@mail.gmail.com> Message-ID: <1334157357503-4832464.post@n6.nabble.com> What regular expression did you use? Was it a blind replace LF with CRLF? -- View this message in context: http://python.6.n6.nabble.com/Problems-with-quoted-printable-attachment-tp2214554p4832464.html Sent from the Python - email-sig mailing list archive at Nabble.com.