Changeset 2791
- Timestamp:
- 03/24/08 08:56:10 (5 months ago)
- Files:
-
- trunk/thirdparty/cl-smtp/smtp-output-stream.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/cl-smtp/smtp-output-stream.lisp
r2790 r2791 8 8 9 9 ;; In the message header, convert all non-ASCII characters to their 10 ;; equivalent Q-encoded representation .10 ;; equivalent Q-encoded representation (RFC2047) 11 11 12 12 ;; In the whole message, convert all line endings to CR+LF as required 13 13 ;; by the SMTP protocol. 14 15 ;; This stream class should also perform automatic dot masking, tbd. 14 16 15 17 (in-package :cl-smtp)
