This commit is contained in:
Christian Joergensen 2020-07-12 23:49:58 +02:00
parent 46e33c52ab
commit 6fde3ceec6

View file

@ -1,4 +1,4 @@
// Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN), XCLIENT and optional restrictions on the different stages of the SMTP session. // foo Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN), XCLIENT and optional restrictions on the different stages of the SMTP session.
package smtpd package smtpd
import ( import (