root/trunk/thirdparty/cl-smtp/CHANGELOG

Revision 2855, 3.2 KB (checked in by hans, 2 years ago)

update cl-smtp from trunk

Line 
1Version 20080202.1
22007.02.02
3Added support for sending raw messages. (Hans Huebner)
4Fixed STARTTLS so that an EHLO command is sent after STARTTLS. (Hans Huebner)
5Changed Authentication functionality, the actual authentication method used is determined by looking at the advertised features of the SMTP server. (Hans Huebner)
6Added non-ASCII character quoting in email headers (according to RFC2047). (Hans Huebner)
7Added condition classes for error reporting. (Hans Huebner)
8Change cl-smtp.lisp, cl-smtp.asd, CHANGELOG
9Add smtp-output-stream.lisp
10
11Version 20071113.1
122007.11.13
13Add SSL support, thank Timothy Ritchey for the suggestions.
14New boolean keyword argument ssl added to send-email.
15Change cl-smtp.lisp, cl-smtp.asd, README, CHANGELOG
16
17Version 20071104.1
182007.11.04
19Fixed bug with the file attachments to solve corrupted files when
20processed with chunking turned on. (Brian Sorg)
21Added automatically including mime types for attachesments
22of common known extensions. (Brian Sorg)
23Added Html-messages option to send-mail function. (Brian Sorg)
24Change attachments.lisp, cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG
25Add mime-type.lisp
26
27Version 20071018.1
282007.10.18
29Reverted the non allegro base64 functionality in attachment.lisp,
30now it is used cl-base64 again. Thanks Attila Lendvai for the bug report.
31Change attachments.lisp, cl-smtp.asd, CHANGELOG
32
33Version 20070904.1
342007-09-04
35Remove implementation dependent sockets code by adding usocket dependency.
36Change cl-smtp.asd cl-smtp.lisp README INSTALL
37 (remove acl.lisp clisp.lisp cmucl.lisp sbcl.lisp lispworks.lisp openmcl.lisp)
38
39Version 20060404.1
402006-04-04
41"ADD" support for attachment, thanks Brian Sorg for the implementation
42Added attachments.lisp
43Change cl-smtp.asd cl-smtp.lisp README
44
45Version 20051220.1
462005-12-20
47"ADD" win32 support for clisp
48"REMOVE" :cl-smtp-authentication
49"CHANGE" always use CL-BASE64 package
50Change cl-smtp.asd, cl-smtp.lisp, clisp.lisp, README, CHANGELOG
51
52Version 20051211.1
532005-12-11
54"ADD" :cl-smtp-authentication for reader macro, that you can use cl-smtp with and
55without authentication support
56Change cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG
57
58Version 20051210.1
592005-12-10
60"ADD" key authentication for smtp authentication: '(:plain "username" "password")
61or '(:login "username" "password")
62add dependency to CL-BASE64 except allegro
63Change cl-smtp.asd, cl-smtp.lisp, CHANGELOG
64
65Version 20050729.1
662005-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)
70Added LLGPL-LICENSE
71Change all files
72
73Version 20050127.1
742005-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
77thanks Dave Bakkash to inform me about the wrong implemantation
78of read-from-smtp and the tip with the extra-headers
79Change cl-smtp.asd, cl-smtp.lisp, README, CHANGELOG
80
81Version 20050119.1
822005-01-19
83Add portability file "lispworks.lisp" to work with Lispworks,
84thanks Sean Ross for this file
85Added lispworks.lisp
86Change cl-smtp.asd, README, INSTALL, CHANGELOG
87
88Version 20050104.1
892005-01-04
90"Fixed" month "Sep" missed in get-email-date-string
91Added this CHANGELOG
92
93Version 20040812.1
942004-08-12
95Initial release
Note: See TracBrowser for help on using the browser.