blob: 661398646629142d13b8203b2938d6fbf1adbf4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
News
~~~~
* Version 0.5.1 (under development):
* A 'postconnect' keyword to execute a command after closing a SMTP
connection.
* Version 0.5.0 (2003-11-14):
* Fixed another bug which prevented to send mail when libesmtp had no
openssl support (Maurice Galland).
* Detailed documentation on how to use the StartTLS extension. More
verbosity on StartTLS error messages.
* New 'preconnect' keyword to execute a command prior to opening a SMTP
connection (Daniel Richard G.).
* Fixed a bug which prevented to send mail when libesmtp had no
openssl support (Tomas Kondor).
* New 'default' keyword for identities (Vitezslav Batrla).
* Version 0.4.1 (2003-07-14):
* Packaging fixes.
* Esmtprc man page.
* Fixed the MDA return status which wasn't being cheked.
* Fixed a bug the input buffering which when using the '-t' option and
piping the input caused the parsed headers to be lost.
* Version 0.4 (2003-07-12):
* Debian packaging.
* Fixes to compile on FreeBSD (Tim Hemel).
* Local delivery via a MDA.
* Extraction of the recipients from the headers ('-t' option).
* 8bit-MIME extension support ('-B' option).
* Further Delivery Status Notification support ('-R' and '-V' options).
* Version 0.3 (2003-03-10):
* Capability to generate log files.
* Better verbose output.
* Minor bug fixes and documentation enhancements.
* Multiple identities (Jerome).
* Version 0.2 (2002-10-31):
* Packaging corrections.
* Minor bug fixes and documentation enhancements.
* Use sendmail exit codes.
* Version 0.1 (2002-09-26):
* Initial release.
|