Re: [web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-28 Thread Michele Comitini
Let's hope that it's better than async in python2.7 with TLS/SSL ... I've got bitten by it... http://bugs.python.org/issue24906 Anyway no python2.7 mantainer seems to care... the bug persists happily despite of being very easy to fix! 2015-10-26 15:43 GMT+01:00 Niphlod : >

Re: [web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-26 Thread Niphlod
@ron: these are questions that rise kinda for nothing. first, it's a project for python 3.x , leveraging asyncio, that is not there in python 2.x (which web2py leverages). second, it's a SMTP server: running it inside a webserver (web2py) is silly. On Monday, October 26, 2015 at 2:09:07 PM

Re: [web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-26 Thread Ron Chatterjee
Is there a web2py example using this? On Sunday, October 25, 2015 at 2:16:24 PM UTC-4, Massimo Di Pierro wrote: > > Docs say: This is a server for SMTP and related protocols, similar in > utility to the standard library’s smtpd.py module, but rewritten to be > based on asyncio for Python 3. > >

Re: [web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-25 Thread Massimo Di Pierro
Docs say: This is a server for SMTP and related protocols, similar in utility to the standard library’s smtpd.py module, but rewritten to be based on asyncio for Python 3. On Thursday, 22 October 2015 07:36:46 UTC-5, mcm wrote: > > Works on python2.7? or only 3.5? > > 2015-10-20 16:06 GMT+02:00

Re: [web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-22 Thread Michele Comitini
Works on python2.7? or only 3.5? 2015-10-20 16:06 GMT+02:00 Massimo DiPierro : > This is nice if you want a pure python SMTP server > > Begin forwarded message: > > *From: *Barry Warsaw > *Subject: **aiosmtpd 1.0a1 - asyncio-based implementations of

[web2py] Fwd: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP

2015-10-20 Thread Massimo DiPierro
This is nice if you want a pure python SMTP server Begin forwarded message: > From: Barry Warsaw > Subject: aiosmtpd 1.0a1 - asyncio-based implementations of SMTP/LMTP > Date: October 20, 2015 at 8:51:29 AM CDT > To: > Reply-To: