From f7a7cee0f8bce7ddc378197a9394c6fceb6988ec Mon Sep 17 00:00:00 2001 From: pdmef Date: Sat, 13 Aug 2005 13:36:01 +0000 Subject: [PATCH] Rocco Rutte: - improve libESMTP integration: allow for different envelope sender via $smtp_envelope - improve libESMTP integration: add DSN support - improve libESMTP integration: add 8BITMIME flag support git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@395 e385b8ad-14ed-0310-8656-cc95a2468c6d --- ChangeLog | 2 + UPGRADING | 2 + doc/manual.sgml.head | 48 +- doc/manual.txt | 1786 +++++++++++++++++++++--------------------- init.h | 28 +- mutt_libesmtp.c | 64 +- 6 files changed, 1037 insertions(+), 893 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f401e2..73e3d98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Changes specific to mutt-ng: 2005-08-13: + * libESMTP integration has been improved: it now features DSN, the + 8BITMIME flag and an envelope sender differend from From: header * Merged in latest mutt changes up to 1.5.10 2005-08-11: diff --git a/UPGRADING b/UPGRADING index c1e88ab..b93493a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -12,6 +12,8 @@ sources of information. 2005-08-13: + The $smtp_envelope option has been added. + To improve consistency, the following variables were renamed and synonyms kept: $smtp_auth_username to $smtp_user and $smtp_auth_password to $smtp_pass. diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index da82317..8f975aa 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -3269,21 +3269,37 @@ current message into a whole different thread. -Delivery Status Notification (DSN) Support +Delivery Status Notification (DSN) Support