Skip to content

Commit

Permalink
Fixing the commented description.
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Jan 15, 2010
1 parent 2e565f3 commit da81453
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions lib/smtp.js
Expand Up @@ -3,21 +3,10 @@
Author: Micheil Smith
Description:
This files implements the raw protocol
that is SMTP. The version of SMTP used
is as defined in RFC2821.
Implements:
- SMTP: RFC821
- ESMTP: RFC2821
- SMTP Authentication: RFC4954
- SMTP 8Bit-Mime: RFC1652
- SMTP over SSL/TLS: RFC2487
Issues:
- SMTP over SSL/TLS does not work,
due to lack of TCP Client SSL/TLS
negotiation within node.js
Implements two wrappers around the
submodules, currently provides an SMTP
Client, may in the future include an
SMTP Server.
===============================================*/

/*-----------------------------------------------
Expand Down

0 comments on commit da81453

Please sign in to comment.