Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-04 | Mention a test suite. | José Fonseca | |
2005-08-04 | Corrections to the manpages (Reuben Thomas). | José Fonseca | |
2005-03-10 | Prepare for release. | José Fonseca | |
2005-03-10 | Do not pass multiple address to the MDA quoted as a single argument ↵ | José Fonseca | |
(Kusanagi Kouichi). | |||
2005-02-15 | Allow to set helo-name. Allow to send out local mail as remote mail by adding a | José Fonseca | |
qualifying domain name. Allow forcing envelope-from and Sender headers. Drop possible admin-added sgid priveleges to be dropped after reading the config. (Bernhard Link) | |||
2005-02-15 | Enforce strict permissions on configuration file (Tiago Macambira). | José Fonseca | |
2005-02-15 | Don't require getopt_long (based on SASAJIMA and Dirk Tilger patches). | José Fonseca | |
2005-02-15 | Nonstandard libesmtp dir (Dirk Tilger). | José Fonseca | |
2005-02-15 | Force usage of automake-1.7 | José Fonseca | |
2005-01-11 | Idem. | José Fonseca | |
2005-01-11 | Fix place of esmtprc config file: esmtprc should put in $sysconfdir, but ↵ | José Fonseca | |
it's always put in /etc (Sasajima). | |||
2004-06-29 | Disable SMTP AUTH if no username is given. | José Fonseca | |
2004-06-23 | Update TODO file. Remove debian packaging scripts. | José Fonseca | |
2004-02-18 | Fail when no configuration file is found. | José Fonseca | |
Fix typo in the lexer. Fix compiler warning. | |||
2004-01-13 | Add a 'postconnect' keyword to execute a command after closing a SMTP ↵ | José Fonseca | |
connection. | |||
2004-01-13 | Document when and how the local MDA is invoked. Fix some typos. | José Fonseca | |
2004-01-13 | Tell configure.ac to generate a config.h instead of a long gcc comand line. | José Fonseca | |
2003-11-16 | Minor version bump. | José Fonseca | |
Use libesmtp-config for libESMTP flags detection. Cleaned configure.ac. | |||
2003-11-14 | Bump version for release. | José Fonseca | |
2003-11-07 | Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled ↵ | José Fonseca | |
(Maurice Galland). | |||
2003-11-06 | RedHat RPM spec file (Robert Scheck). | José Fonseca | |
2003-11-03 | Detailed documentation on how to use the StartTLS extension. | José Fonseca | |
Handle StarTLS events. Fixed some compiler warnings. | |||
2003-10-17 | New 'preconnect' keyword to execute a command prior to opening an SMTP | José Fonseca | |
connection (Daniel Richard G.). | |||
2003-10-17 | Several fixes to the autotools scripts. (Daniel Richard G.) | José Fonseca | |
2003-10-17 | Fix compiler warning. (Daniel Richard G.) | José Fonseca | |
2003-10-04 | Version bump. | José Fonseca | |
New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates. | |||
2003-08-11 | Don't fail when libesmtp is compiled without openssl support (tox@centrum.cz). | José Fonseca | |
2003-07-15 | Detect the MDA for debconf. | José Fonseca | |
Minor documentation enhancements. Add the [forgoten] esmtprc.5 manpage. | |||
2003-07-14 | Check th MDA return status. Fixed a bug the input buffering which when using | José Fonseca | |
the '-t' option and piping the input caused the parsed headers to be lost. Undo the inclusion of the debian directory and the source package. Tweak the dpkggen.sh script. | |||
2003-07-14 | Add a man page for the configuration file. | José Fonseca | |
2003-07-14 | Bump patch level version. | José Fonseca | |
2003-07-14 | Further debian packaging fixes. | José Fonseca | |
Include debian directory on the source package. | |||
2003-07-12 | Debian packaging fixes. | José Fonseca | |
2003-07-12 | Remove README.mutt - its information is now included in README | José Fonseca | |
2003-07-05 | Minor fixes to the man page. | José Fonseca | |
Fixed some minor memory leaks. | |||
2003-07-05 | Spelling corrections. | José Fonseca | |
2003-07-05 | Remove the rationale from the manual. | José Fonseca | |
Add timestamps to the version log. | |||
2003-07-05 | Better documentation. | José Fonseca | |
Support for more sendmail options. Error verification for libESMTP calls. | |||
2003-07-04 | Removed Brian Stafford from the authors for sake of consistency - the code ↵ | José Fonseca | |
from his orginal libESMTP example has been pratically rewritten and there are many other people which code I took here. These sources are all referred in the sources. Add some missing source files to automake sources. | |||
2003-07-04 | Search for the global configuration file. | José Fonseca | |
Do not make the CRLF line translation for the MDA pipe. | |||
2003-07-03 | Documentation and packaging fixes for the latest changes. | José Fonseca | |
2003-07-03 | Exit with an error code immediately whenever an error. | José Fonseca | |
Extensive use of xmalloc and friends. | |||
2003-07-03 | Modularization of the code. | José Fonseca | |
Hability to get the recipients from the message headers. Local delivery via a MDA. | |||
2003-06-27 | Include the sendmail compatibility executables symlinks and the respective man | José Fonseca | |
pages. | |||
2003-06-24 | Beautification of the manpage. | José Fonseca | |
Updated the news. | |||
2003-06-24 | Fixes to the configure script to cope with different pthread and getopt | José Fonseca | |
libraries in order to compile on FreeBSD and possibly also on other platforms (Tim Hemel). | |||
2003-05-18 | Bumped to version 0.4. Added Debian packaging. Fixes to the autogen.sh | José Fonseca | |
script. Mentioned some caveats in the documentation. | |||
2003-02-24 | Add esmtp.h to esmtp sources. | José Fonseca | |
2003-02-11 | Support for identities and custom configuration files based on patch by Jerome | José Fonseca | |
<freejazz@gmx.fr>. Respective documentation updates. The use of '=' in the configuration file was made optional. | |||
2002-11-09 | Implemented the '-X' option. | José Fonseca | |
Use of event_cb for the verbose output. |