Jérémie Chassaing is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

thinkbeforecoding / SmtpListener

A quick n dirty SmtpListener implementation for those who need to receive mails for integration purpose. Be careful. This is not production code. This code is not resistant to known potential SMTP attacks, including dangling connections, long lines etc..

Clone this repository (size: 12.1 KB): HTTPS / SSH
hg clone https://bitbucket.org/thinkbeforecoding/smtplistener
hg clone ssh://hg@bitbucket.org/thinkbeforecoding/smtplistener

SmtpListener overview

Recent commits See more »

Author Revision Comments Message Labels Date
Jérémie Chassaing 851505771051 Fix Accept loop to accept several concurrent connections.
Jérémie Chassaing 7af18d1012b8 Project creation