Go SMTP server library
Go to file
Christian Joergensen 753dd09501 More test cases.
2014-07-21 13:27:05 +02:00
.hgignore Send the HELO hostname to the HeloChecker. 2014-07-18 08:46:39 +02:00
address.go Different fixes. 2014-07-17 16:00:44 +02:00
envelope.go Added new Server field Hostname for the FQDN over the server (and updated various uses of the hostname). Moved Server.Addr to a parameter for ListenAndServe, as it was only used there. 2014-07-21 12:43:42 +02:00
example_test.go Added new Server field Hostname for the FQDN over the server (and updated various uses of the hostname). Moved Server.Addr to a parameter for ListenAndServe, as it was only used there. 2014-07-21 12:43:42 +02:00
LICENSE Cleanup, added license. 2014-07-15 12:37:25 +02:00
protocol.go Added new Server field Hostname for the FQDN over the server (and updated various uses of the hostname). Moved Server.Addr to a parameter for ListenAndServe, as it was only used there. 2014-07-21 12:43:42 +02:00
README.md Typo, README. 2014-07-15 13:22:18 +02:00
smtpd_test.go More test cases. 2014-07-21 13:27:05 +02:00
smtpd.go Added new Server field Hostname for the FQDN over the server (and updated various uses of the hostname). Moved Server.Addr to a parameter for ListenAndServe, as it was only used there. 2014-07-21 12:43:42 +02:00
wrap_test.go Added TLS param to Peer. Added option to prepend Received header to envelope data. 2014-07-21 00:06:56 +02:00
wrap.go Added TLS param to Peer. Added option to prepend Received header to envelope data. 2014-07-21 00:06:56 +02:00