aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-01-24 23:41:57 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-01-24 23:41:57 +0000
commitfda0f14f7391d29dda8af1c0421f8f9bd85e31d2 (patch)
tree930c5462d38a4c869fe0acddf0558f2e87e8d875 /lib
parentf8ba1273af2b9760d373ed012b081fda29f6169d (diff)
smtp.c: Corrected RFC references
The most recent version of the SMTP RFC is RFC5321 and not RFC2821 as previously documented. Added RFC1870 and re-ordered list numerically.
Diffstat (limited to 'lib')
-rw-r--r--lib/smtp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index 36ad58687..9643f8f9a 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -18,13 +18,14 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * RFC2821 SMTP protocol
- * RFC3207 SMTP over TLS
- * RFC4954 SMTP Authentication
+ * RFC1870 SMTP Service Extension for Message Size
* RFC2195 CRAM-MD5 authentication
* RFC2831 DIGEST-MD5 authentication
+ * RFC3207 SMTP over TLS
* RFC4422 Simple Authentication and Security Layer (SASL)
* RFC4616 PLAIN authentication
+ * RFC4954 SMTP Authentication
+ * RFC5321 SMTP protocol
*
***************************************************************************/