summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-18Use only ASCII codes.José Fonseca
2006-02-08Tips for adding missing Date: headers in messages for local delivery (Bruce ↵José Fonseca
Schultz).
2005-08-04Mention a test suite.José Fonseca
2005-08-04Corrections to the manpages (Reuben Thomas).José Fonseca
2005-03-10Prepare for release.José Fonseca
2005-03-10Do not pass multiple address to the MDA quoted as a single argument ↵José Fonseca
(Kusanagi Kouichi).
2005-02-15Allow to set helo-name. Allow to send out local mail as remote mail by adding aJosé 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-15Enforce strict permissions on configuration file (Tiago Macambira).José Fonseca
2005-02-15Don't require getopt_long (based on SASAJIMA and Dirk Tilger patches).José Fonseca
2005-02-15Nonstandard libesmtp dir (Dirk Tilger).José Fonseca
2005-02-15Force usage of automake-1.7José Fonseca
2005-01-11Idem.José Fonseca
2005-01-11Fix place of esmtprc config file: esmtprc should put in $sysconfdir, but ↵José Fonseca
it's always put in /etc (Sasajima).
2004-06-29Disable SMTP AUTH if no username is given.José Fonseca
2004-06-23Update TODO file. Remove debian packaging scripts.José Fonseca
2004-02-18Fail when no configuration file is found.José Fonseca
Fix typo in the lexer. Fix compiler warning.
2004-01-13Add a 'postconnect' keyword to execute a command after closing a SMTP ↵José Fonseca
connection.
2004-01-13Document when and how the local MDA is invoked. Fix some typos.José Fonseca
2004-01-13Tell configure.ac to generate a config.h instead of a long gcc comand line.José Fonseca
2003-11-16Minor version bump.José Fonseca
Use libesmtp-config for libESMTP flags detection. Cleaned configure.ac.
2003-11-14Bump version for release.José Fonseca
2003-11-07Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled ↵José Fonseca
(Maurice Galland).
2003-11-06RedHat RPM spec file (Robert Scheck).José Fonseca
2003-11-03Detailed documentation on how to use the StartTLS extension.José Fonseca
Handle StarTLS events. Fixed some compiler warnings.
2003-10-17New 'preconnect' keyword to execute a command prior to opening an SMTPJosé Fonseca
connection (Daniel Richard G.).
2003-10-17Several fixes to the autotools scripts. (Daniel Richard G.)José Fonseca
2003-10-17Fix compiler warning. (Daniel Richard G.)José Fonseca
2003-10-04Version bump.José Fonseca
New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates.
2003-08-11Don't fail when libesmtp is compiled without openssl support (tox@centrum.cz).José Fonseca
2003-07-15Detect the MDA for debconf.José Fonseca
Minor documentation enhancements. Add the [forgoten] esmtprc.5 manpage.
2003-07-14Check th MDA return status. Fixed a bug the input buffering which when usingJosé 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-14Add a man page for the configuration file.José Fonseca
2003-07-14Bump patch level version.José Fonseca
2003-07-14Further debian packaging fixes.José Fonseca
Include debian directory on the source package.
2003-07-12Debian packaging fixes.José Fonseca
2003-07-12Remove README.mutt - its information is now included in READMEJosé Fonseca
2003-07-05Minor fixes to the man page.José Fonseca
Fixed some minor memory leaks.
2003-07-05Spelling corrections.José Fonseca
2003-07-05Remove the rationale from the manual.José Fonseca
Add timestamps to the version log.
2003-07-05Better documentation.José Fonseca
Support for more sendmail options. Error verification for libESMTP calls.
2003-07-04Removed 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-04Search for the global configuration file.José Fonseca
Do not make the CRLF line translation for the MDA pipe.
2003-07-03Documentation and packaging fixes for the latest changes.José Fonseca
2003-07-03Exit with an error code immediately whenever an error.José Fonseca
Extensive use of xmalloc and friends.
2003-07-03Modularization of the code.José Fonseca
Hability to get the recipients from the message headers. Local delivery via a MDA.
2003-06-27Include the sendmail compatibility executables symlinks and the respective manJosé Fonseca
pages.
2003-06-24Beautification of the manpage.José Fonseca
Updated the news.
2003-06-24Fixes to the configure script to cope with different pthread and getoptJosé Fonseca
libraries in order to compile on FreeBSD and possibly also on other platforms (Tim Hemel).
2003-05-18Bumped to version 0.4. Added Debian packaging. Fixes to the autogen.shJosé Fonseca
script. Mentioned some caveats in the documentation.
2003-02-24Add esmtp.h to esmtp sources.José Fonseca