genkgo / mail

Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402 stars 21 forks source link

add appveyor #12

Closed frederikbosch closed 6 years ago

frederikbosch commented 7 years ago

Anyone with Appveyor experience? Why is this failing?

Failures
 - kb2999226 (exited 1058) - Error while running 'C:\ProgramData\chocolatey\lib\KB2999226\tools\chocolateyinstall.ps1'.
 See log for details.
 - kb2919442 (exited 1058) - Error while running 'C:\ProgramData\chocolatey\lib\KB2919442\tools\ChocolateyInstall.ps1'.
 See log for details.
 - kb3035131 (exited 1058) - Error while running 'C:\ProgramData\chocolatey\lib\KB3035131\Tools\ChocolateyInstall.ps1'.
 See log for details.
Command exited with code 1058
frederikbosch commented 7 years ago

Hmm, I should create a real open SMTP connection. I could create a Server class. That would not only solve this issue, but could also mean - with little extra work - a replacement for mail catcher.

frederikbosch commented 6 years ago

Finally!