Changeset 2791

Show
Ignore:
Timestamp:
03/24/08 08:56:10 (5 months ago)
Author:
hans
Message:

Update comment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/cl-smtp/smtp-output-stream.lisp

    r2790 r2791  
    88 
    99;; In the message header, convert all non-ASCII characters to their 
    10 ;; equivalent Q-encoded representation. 
     10;; equivalent Q-encoded representation (RFC2047) 
    1111 
    1212;; In the whole message, convert all line endings to CR+LF as required 
    1313;; by the SMTP protocol. 
     14 
     15;; This stream class should also perform automatic dot masking, tbd. 
    1416 
    1517(in-package :cl-smtp)