| 1 | Version 20080202.1 |
|---|
| 2 | 2007.02.02 |
|---|
| 3 | Added support for sending raw messages. (Hans Huebner) |
|---|
| 4 | Fixed STARTTLS so that an EHLO command is sent after STARTTLS. (Hans Huebner) |
|---|
| 5 | Changed Authentication functionality, the actual authentication method used is determined by looking at the advertised features of the SMTP server. (Hans Huebner) |
|---|
| 6 | Added non-ASCII character quoting in email headers (according to RFC2047). (Hans Huebner) |
|---|
| 7 | Added condition classes for error reporting. (Hans Huebner) |
|---|
| 8 | Change cl-smtp.lisp, cl-smtp.asd, CHANGELOG |
|---|
| 9 | Add smtp-output-stream.lisp |
|---|
| 10 | |
|---|
| 11 | Version 20071113.1 |
|---|
| 12 | 2007.11.13 |
|---|
| 13 | Add SSL support, thank Timothy Ritchey for the suggestions. |
|---|
| 14 | New boolean keyword argument ssl added to send-email. |
|---|
| 15 | Change cl-smtp.lisp, cl-smtp.asd, README, CHANGELOG |
|---|
| 16 | |
|---|
| 17 | Version 20071104.1 |
|---|
| 18 | 2007.11.04 |
|---|
| 19 | Fixed bug with the file attachments to solve corrupted files when |
|---|
| 20 | processed with chunking turned on. (Brian Sorg) |
|---|
| 21 | Added automatically including mime types for attachesments |
|---|
| 22 | of common known extensions. (Brian Sorg) |
|---|
| 23 | Added Html-messages option to send-mail function. (Brian Sorg) |
|---|
| 24 | Change attachments.lisp, cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG |
|---|
| 25 | Add mime-type.lisp |
|---|
| 26 | |
|---|
| 27 | Version 20071018.1 |
|---|
| 28 | 2007.10.18 |
|---|
| 29 | Reverted the non allegro base64 functionality in attachment.lisp, |
|---|
| 30 | now it is used cl-base64 again. Thanks Attila Lendvai for the bug report. |
|---|
| 31 | Change attachments.lisp, cl-smtp.asd, CHANGELOG |
|---|
| 32 | |
|---|
| 33 | Version 20070904.1 |
|---|
| 34 | 2007-09-04 |
|---|
| 35 | Remove implementation dependent sockets code by adding usocket dependency. |
|---|
| 36 | Change cl-smtp.asd cl-smtp.lisp README INSTALL |
|---|
| 37 | (remove acl.lisp clisp.lisp cmucl.lisp sbcl.lisp lispworks.lisp openmcl.lisp) |
|---|
| 38 | |
|---|
| 39 | Version 20060404.1 |
|---|
| 40 | 2006-04-04 |
|---|
| 41 | "ADD" support for attachment, thanks Brian Sorg for the implementation |
|---|
| 42 | Added attachments.lisp |
|---|
| 43 | Change cl-smtp.asd cl-smtp.lisp README |
|---|
| 44 | |
|---|
| 45 | Version 20051220.1 |
|---|
| 46 | 2005-12-20 |
|---|
| 47 | "ADD" win32 support for clisp |
|---|
| 48 | "REMOVE" :cl-smtp-authentication |
|---|
| 49 | "CHANGE" always use CL-BASE64 package |
|---|
| 50 | Change cl-smtp.asd, cl-smtp.lisp, clisp.lisp, README, CHANGELOG |
|---|
| 51 | |
|---|
| 52 | Version 20051211.1 |
|---|
| 53 | 2005-12-11 |
|---|
| 54 | "ADD" :cl-smtp-authentication for reader macro, that you can use cl-smtp with and |
|---|
| 55 | without authentication support |
|---|
| 56 | Change cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG |
|---|
| 57 | |
|---|
| 58 | Version 20051210.1 |
|---|
| 59 | 2005-12-10 |
|---|
| 60 | "ADD" key authentication for smtp authentication: '(:plain "username" "password") |
|---|
| 61 | or '(:login "username" "password") |
|---|
| 62 | add dependency to CL-BASE64 except allegro |
|---|
| 63 | Change cl-smtp.asd, cl-smtp.lisp, CHANGELOG |
|---|
| 64 | |
|---|
| 65 | Version 20050729.1 |
|---|
| 66 | 2005-07-29 |
|---|
| 67 | "CHANGE" license from LGPL to LLGPL |
|---|
| 68 | "ADD" key display-name for optional display name of the from email adress |
|---|
| 69 | (RFC 2822 3.4. Address Specification) |
|---|
| 70 | Added LLGPL-LICENSE |
|---|
| 71 | Change all files |
|---|
| 72 | |
|---|
| 73 | Version 20050127.1 |
|---|
| 74 | 2005-01-27 |
|---|
| 75 | "FIXED" add correct multiline replies in read-from-smtp (RFC 822 APPENDIX E) |
|---|
| 76 | "ADD" key extra-headers to send-email, send-smtp |
|---|
| 77 | thanks Dave Bakkash to inform me about the wrong implemantation |
|---|
| 78 | of read-from-smtp and the tip with the extra-headers |
|---|
| 79 | Change cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG |
|---|
| 80 | |
|---|
| 81 | Version 20050119.1 |
|---|
| 82 | 2005-01-19 |
|---|
| 83 | Add portability file "lispworks.lisp" to work with Lispworks, |
|---|
| 84 | thanks Sean Ross for this file |
|---|
| 85 | Added lispworks.lisp |
|---|
| 86 | Change cl-smtp.asd, README, INSTALL, CHANGELOG |
|---|
| 87 | |
|---|
| 88 | Version 20050104.1 |
|---|
| 89 | 2005-01-04 |
|---|
| 90 | "Fixed" month "Sep" missed in get-email-date-string |
|---|
| 91 | Added this CHANGELOG |
|---|
| 92 | |
|---|
| 93 | Version 20040812.1 |
|---|
| 94 | 2004-08-12 |
|---|
| 95 | Initial release |
|---|