kirviq / dumbster

Dumbster - a simple fake SMTP server for unit testing
Apache License 2.0
70 stars 39 forks source link

fix bug if a not completed transaction occurred #6

Open sin66x opened 4 years ago

sin66x commented 4 years ago

Each time I test the port with telnet x.x.x.x 25 and quit, my server got java.util.NoSuchElementException and the SimpleSmtpServer object fails to receive new emails. wiht this try/catch this problem gone and now it's working in my case!