From c6fe39d4dcdd977df9f7109bcb929cadd7fbf2c8 Mon Sep 17 00:00:00 2001 From: Christian Joergensen Date: Sun, 20 Jul 2014 21:53:47 +0200 Subject: [PATCH] Update synopsis. --- smtpd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtpd.go b/smtpd.go index 3319baa..b6a07c7 100644 --- a/smtpd.go +++ b/smtpd.go @@ -1,4 +1,4 @@ -// Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN) and optional restrictions on the different stages of the SMTP session. +// 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 import (